Mercurial > hg > camir-ismir2012
annotate toolboxes/graph_visualisation/share/man/man1/nop.1 @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
rev | line source |
---|---|
Daniel@0 | 1 .TH NOP 1 "21 March 2001" |
Daniel@0 | 2 .SH NAME |
Daniel@0 | 3 nop \- pretty-print graph file |
Daniel@0 | 4 .SH SYNOPSIS |
Daniel@0 | 5 .B nop |
Daniel@0 | 6 [ |
Daniel@0 | 7 .B \-p? |
Daniel@0 | 8 ] |
Daniel@0 | 9 [ |
Daniel@0 | 10 .I files |
Daniel@0 | 11 ] |
Daniel@0 | 12 .SH DESCRIPTION |
Daniel@0 | 13 .B nop |
Daniel@0 | 14 reads a stream of graphs and prints each in pretty-printed (canonical) format |
Daniel@0 | 15 on stdout. If no |
Daniel@0 | 16 .I files |
Daniel@0 | 17 are given, it reads from stdin. |
Daniel@0 | 18 .SH OPTIONS |
Daniel@0 | 19 The following options are supported: |
Daniel@0 | 20 .TP |
Daniel@0 | 21 .B \-p |
Daniel@0 | 22 Produce no output - just check the input for valid DOT. |
Daniel@0 | 23 .TP |
Daniel@0 | 24 .B \-? |
Daniel@0 | 25 Print usage information. |
Daniel@0 | 26 .SH "EXIT STATUS" |
Daniel@0 | 27 If any errors occurred while processing any input, such as a file |
Daniel@0 | 28 not found or a file containing illegal DOT, a non-zero exit value |
Daniel@0 | 29 is returned. Otherwise, zero is returned. |
Daniel@0 | 30 .SH "SEE ALSO" |
Daniel@0 | 31 wc(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), tred(1), libgraph(3) |