comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:cc4b1211e677
1 .TH NOP 1 "21 March 2001"
2 .SH NAME
3 nop \- pretty-print graph file
4 .SH SYNOPSIS
5 .B nop
6 [
7 .B \-p?
8 ]
9 [
10 .I files
11 ]
12 .SH DESCRIPTION
13 .B nop
14 reads a stream of graphs and prints each in pretty-printed (canonical) format
15 on stdout. If no
16 .I files
17 are given, it reads from stdin.
18 .SH OPTIONS
19 The following options are supported:
20 .TP
21 .B \-p
22 Produce no output - just check the input for valid DOT.
23 .TP
24 .B \-?
25 Print usage information.
26 .SH "EXIT STATUS"
27 If any errors occurred while processing any input, such as a file
28 not found or a file containing illegal DOT, a non-zero exit value
29 is returned. Otherwise, zero is returned.
30 .SH "SEE ALSO"
31 wc(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), tred(1), libgraph(3)