]> granicus.if.org Git - graphviz/commitdiff
Fixed man pages according to the man page scan
authorJaroslav Škarvada <jskarvad@redhat.com>
Wed, 20 May 2020 13:03:36 +0000 (15:03 +0200)
committerJaroslav Škarvada <jskarvad@redhat.com>
Wed, 20 May 2020 14:02:53 +0000 (16:02 +0200)
In Fedora we did man page scan and it revealed few options missing from
the manual pages. This is an attempt to add them.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
cmd/dot/dot.1
cmd/dot/osage.1
cmd/dot/patchwork.1
cmd/gvmap/cluster.1
cmd/tools/unflatten.1

index 986b262bf77d3c504b3f10ee104d44779d6fe11b..093dd2603f9a54e0b1da00c1cc467ad3280a6bd6 100644 (file)
@@ -352,7 +352,7 @@ in the layout.
 layout the graph.
 .PP
 \fBstart=\fIval\fR. Adjusts the random initial placement of nodes
-with no specified position.  If \fIval\fP is is an integer,
+with no specified position.  If \fIval\fP is an integer,
 it is used as the seed for the random number generator.
 If \fIval\fP is not an integer, a random system\(hygenerated integer,
 such as the process ID or current time, is used as the seed.
@@ -635,6 +635,22 @@ As usual, edge layout is guided by the \fBsplines\fR attribute.
 .PP
 \fB\-y\fR invert y coordinate in output.
 .PP
+\fB\-o\fIfile\fR write output to \fIfile\fP.
+.PP
+\fB\-x\fP reduce graph.
+.PP
+\fB\-Lg\fP don't use grid.
+.PP
+\fB\-LO\fP use old attractive force.
+.PP
+\fB\-Ln\fIi\fR set number of iterations to \fIi\fP.
+.PP
+\fB\-LU\fIi\fR set unscaled factor to \fIi\fP.
+.PP
+\fB\-LC\fIv\fR set overlap expansion factor to \fIv\fP.
+.PP
+\fB\-LT\fR[*]\fIv\fR set temperature (temperature factor) to \fIv\fP.
+.PP
 \fB\-V\fP (version) prints version information and exits.
 .PP
 \fB\-?\fP prints the usage and exits.
index 0efbf908432f78501f70a9fccaea73687d1fb16c..5eded8bc5f92558bf45f1a1243da677924e891f3 100644 (file)
@@ -404,6 +404,22 @@ If \fB\-l\fP is given by itself, the standard library is omitted.
 .PP
 \fB\-O\fP automatically generate output filenames based on the input filename and the \-T format.
 .PP
+\fB\-o\fIfile\fR write output to \fIfile\fP.
+.PP
+\fB\-x\fP reduce graph.
+.PP
+\fB\-Lg\fP don't use grid.
+.PP
+\fB\-LO\fP use old attractive force.
+.PP
+\fB\-Ln\fIi\fR set number of iterations to \fIi\fP.
+.PP
+\fB\-LU\fIi\fR set unscaled factor to \fIi\fP.
+.PP
+\fB\-LC\fIv\fR set overlap expansion factor to \fIv\fP.
+.PP
+\fB\-LT\fR[*]\fIv\fR set temperature (temperature factor) to \fIv\fP.
+.PP
 \fB\-v\fP (verbose) prints various information useful for debugging.
 .PP
 \fB\-V\fP (version) prints version information and exits.
index 7fe68fbc07aff6282dcb60c26946002e2a626e7f..852f516d9bbc9154c826ac2e19720f2fbae34954 100644 (file)
@@ -398,6 +398,22 @@ If \fB\-l\fP is given by itself, the standard library is omitted.
 .PP
 \fB\-O\fP automatically generate output filenames based on the input filename and the \-T format.
 .PP
+\fB\-o\fIfile\fR write output to \fIfile\fP.
+.PP
+\fB\-x\fP reduce graph.
+.PP
+\fB\-Lg\fP don't use grid.
+.PP
+\fB\-LO\fP use old attractive force.
+.PP
+\fB\-Ln\fIi\fR set number of iterations to \fIi\fP.
+.PP
+\fB\-LU\fIi\fR set unscaled factor to \fIi\fP.
+.PP
+\fB\-LC\fIv\fR set overlap expansion factor to \fIv\fP.
+.PP
+\fB\-LT\fR[*]\fIv\fR set temperature (temperature factor) to \fIv\fP.
+.PP
 \fB\-v\fP (verbose) prints various information useful for debugging.
 .PP
 \fB\-V\fP (version) prints version information and exits.
index 15b0332a7b4e60b772d251ee1e1d7ab9f0e2722a..188dcd6ee8e9ae3b04cd6419bbb3ea32bb93128d 100644 (file)
@@ -51,6 +51,9 @@ Specifies that output should go into the file \fIoutfile\fP. By default,
 .TP
 .BI \-v 
 Verbose mode.
+.TP
+.BI \-?
+Prints the usage and exits.
 .SH EXAMPLES
 .PP
 Applying 
index 7857cf0c782530418457a91e8d5cda93f04a1034..089496ff1c2cf762d7629083a973e935e13d84e8 100644 (file)
@@ -3,7 +3,7 @@
 unflatten \- adjust directed graphs to improve layout aspect ratio
 .SH SYNOPSIS
 .B unflatten
-[\fB\-f\fR]
+[\fB\-f?\fR]
 [\fB\-l\fIlen\fR]
 [\fB\-c\fIlen\fR
 ] [
@@ -41,6 +41,9 @@ Form disconnected nodes into chains of up to \fIlen\fP nodes.
 .BI \-o " outfile"
 causes the output to be written to the specified file; by default,
 output is written to \fBstdout\fP.
+.TP
+.BI \-?
+Prints the usage and exits.
 .SH OPERANDS
 The following operand is supported:
 .TP 8