annotate toolboxes/graph_visualisation/share/man/man1/nop.1 @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
rev   line source
wolffd@0 1 .TH NOP 1 "21 March 2001"
wolffd@0 2 .SH NAME
wolffd@0 3 nop \- pretty-print graph file
wolffd@0 4 .SH SYNOPSIS
wolffd@0 5 .B nop
wolffd@0 6 [
wolffd@0 7 .B \-p?
wolffd@0 8 ]
wolffd@0 9 [
wolffd@0 10 .I files
wolffd@0 11 ]
wolffd@0 12 .SH DESCRIPTION
wolffd@0 13 .B nop
wolffd@0 14 reads a stream of graphs and prints each in pretty-printed (canonical) format
wolffd@0 15 on stdout. If no
wolffd@0 16 .I files
wolffd@0 17 are given, it reads from stdin.
wolffd@0 18 .SH OPTIONS
wolffd@0 19 The following options are supported:
wolffd@0 20 .TP
wolffd@0 21 .B \-p
wolffd@0 22 Produce no output - just check the input for valid DOT.
wolffd@0 23 .TP
wolffd@0 24 .B \-?
wolffd@0 25 Print usage information.
wolffd@0 26 .SH "EXIT STATUS"
wolffd@0 27 If any errors occurred while processing any input, such as a file
wolffd@0 28 not found or a file containing illegal DOT, a non-zero exit value
wolffd@0 29 is returned. Otherwise, zero is returned.
wolffd@0 30 .SH "SEE ALSO"
wolffd@0 31 wc(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), tred(1), libgraph(3)