Blame SOURCES/graphviz-2.44.0-man-fix.patch

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