diff options
Diffstat (limited to 'Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/nop.1')
| -rw-r--r-- | Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/nop.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/nop.1 b/Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/nop.1 new file mode 100644 index 0000000..288974c --- /dev/null +++ b/Master/Agile Software Development/TestApp/dist/lib/graphviz/share/man/man1/nop.1 @@ -0,0 +1,31 @@ +.TH NOP 1 "21 March 2001" +.SH NAME +nop \- pretty-print graph file +.SH SYNOPSIS +.B nop +[ +.B \-p? +] +[ +.I files +] +.SH DESCRIPTION +.B nop +reads a stream of graphs and prints each in pretty-printed (canonical) format +on stdout. If no +.I files +are given, it reads from stdin. +.SH OPTIONS +The following options are supported: +.TP +.B \-p +Produce no output - just check the input for valid DOT. +.TP +.B \-? +Print usage information. +.SH "EXIT STATUS" +If any errors occurred while processing any input, such as a file +not found or a file containing illegal DOT, a non-zero exit value +is returned. Otherwise, zero is returned. +.SH "SEE ALSO" +wc(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), tred(1), libgraph(3) |
