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

bfa7ee
diff -up graphviz-2.30.1/cmd/dot/dot.1.orig2 graphviz-2.30.1/cmd/dot/dot.1
bfa7ee
--- graphviz-2.30.1/cmd/dot/dot.1.orig2	2013-02-14 14:27:39.000000000 +0100
bfa7ee
+++ graphviz-2.30.1/cmd/dot/dot.1	2013-07-09 14:34:22.000000000 +0200
bfa7ee
@@ -22,6 +22,17 @@ sfdp \- filter for drawing large undirec
bfa7ee
 [\fB\-P\fR]
bfa7ee
 [\fB\-v\fR]
bfa7ee
 [\fB\-V\fR]
bfa7ee
+[\fB\-Lg\fR]
bfa7ee
+[\fB\-LO\fR]
bfa7ee
+[\fB\-Ln\fIiter\fR]
bfa7ee
+[\fB\-LU\fIfuns\fR]
bfa7ee
+[\fB\-LC\fIfover\fR]
bfa7ee
+[\fB\-LT\fR[\fB*\fR]\fIftemp\fR]
bfa7ee
+[\fB\-c\fR]
bfa7ee
+[\fB\-m\fR]
bfa7ee
+[\fB\-q\fIlevel\fR]
bfa7ee
+[\fB\-s\fIfscale\fR]
bfa7ee
+[\fB\-y\fR]
bfa7ee
 [files]
bfa7ee
 .br
bfa7ee
 \fBneato\fR
bfa7ee
@@ -645,6 +656,28 @@ As usual, edge layout is guided by the \
bfa7ee
 .PP
bfa7ee
 \fB\-v\fP (verbose) prints various information useful for debugging.
bfa7ee
 .PP
bfa7ee
+\fB\-Lg\fP do not use grid.
bfa7ee
+.PP
bfa7ee
+\fB\-LO\fP use old attractive force.
bfa7ee
+.PP
bfa7ee
+\fB\-Ln\fP\fIiter\fP set number of iterations to \fIiter\fP.
bfa7ee
+.PP
bfa7ee
+\fB\-LU\fP\fIfuns\fP set unscaled factor to \fIfuns\fP.
bfa7ee
+.PP
bfa7ee
+\fB\-LC\fP\fIfover\fP set overlap expansion factor to \fIfover\fP.
bfa7ee
+.PP
bfa7ee
+\fB\-LT\fP[\fB*\fP]\fIftemp\fP set temperature factor to \fIftemp\fP.
bfa7ee
+.PP
bfa7ee
+\fB\-c\fP configure plugins (write $prefix/lib/graphviz/config).
bfa7ee
+.PP
bfa7ee
+\fB\-m\fP memory test (observe no growth with top, kill when done).
bfa7ee
+.PP
bfa7ee
+\fB\-q\fIlevel\fP set level of message suppression, the default is 1.
bfa7ee
+.PP
bfa7ee
+\fB\-s\fIfscale\fP scale input by \fIfscale\fP, the default is 72.
bfa7ee
+.PP
bfa7ee
+\fB\-y\fR invert y coordinate in output.
bfa7ee
+.PP
bfa7ee
 \fB\-V\fP (version) prints version information and exits.
bfa7ee
 .PP
bfa7ee
 \fB\-?\fP prints the usage and exits.
bfa7ee
diff -up graphviz-2.30.1/cmd/dotty/dotty.1.orig3 graphviz-2.30.1/cmd/dotty/dotty.1
bfa7ee
--- graphviz-2.30.1/cmd/dotty/dotty.1.orig3	2013-02-14 14:27:39.000000000 +0100
bfa7ee
+++ graphviz-2.30.1/cmd/dotty/dotty.1	2013-07-11 10:47:53.050605825 +0200
bfa7ee
@@ -6,6 +6,10 @@ dotty \- A Customizable Graph Editor
bfa7ee
 [
bfa7ee
 .B -V
bfa7ee
 ] [
bfa7ee
+.BI -lm mode
bfa7ee
+] [
bfa7ee
+.BI -el lev
bfa7ee
+] [
bfa7ee
 .I file
bfa7ee
 ]
bfa7ee
 .SH DESCRIPTION
bfa7ee
@@ -48,6 +54,12 @@ window.
bfa7ee
 .TP
bfa7ee
 .B -V
bfa7ee
 Prints the version.
bfa7ee
+.TP
bfa7ee
+.BI -lm mode
bfa7ee
+Sets the layout mode. The \fImode\fP can be \fBsync\fP or \fBasync\fP. The default is \fBasync\fP.
bfa7ee
+.TP
bfa7ee
+.BI -el lev
bfa7ee
+Sets the mesage level. The \fIlev\fP can be \fB0\fP or \fB1\fP. The default is \fB0\fP.
bfa7ee
 .SH BUGS
bfa7ee
 The lefty parser does not accept anonymous graphs.
bfa7ee
 .SH SEE ALSO
bfa7ee
diff -up graphviz-2.30.1/cmd/gvmap/cluster.1.orig2 graphviz-2.30.1/cmd/gvmap/cluster.1
bfa7ee
--- graphviz-2.30.1/cmd/gvmap/cluster.1.orig2	2013-02-14 14:27:39.000000000 +0100
bfa7ee
+++ graphviz-2.30.1/cmd/gvmap/cluster.1	2013-07-11 10:20:14.181466011 +0200
bfa7ee
@@ -13,6 +13,9 @@ cluster \- find clusters in a graph and
bfa7ee
 .BI \-C k
bfa7ee
 ]
bfa7ee
 [
bfa7ee
+.BI \-c k
bfa7ee
+]
bfa7ee
+[
bfa7ee
 .B \-o
bfa7ee
 .I outfile
bfa7ee
 ]
bfa7ee
@@ -37,6 +40,10 @@ specifies a targeted number of clusters
bfa7ee
 The specified number \fIk\fP is only a suggestion and may not be realisable. 
bfa7ee
 If \fIk == 0\fP, the default, the number of clusters that approximately optimizes the modularity is returned.
bfa7ee
 .TP
bfa7ee
+.BI \-c k
bfa7ee
+specifies clustering method.
bfa7ee
+If \fIk == 0\fP, the default, the modularity will be used. If \fIk == 1\fP modularity quality will be used.
bfa7ee
+.TP
bfa7ee
 .BI \-o outfile 
bfa7ee
 Specifies that output should go into the file \fIoutfile\fP. By default,
bfa7ee
 \fIstdout\fP is used.
bfa7ee
diff -up graphviz-2.30.1/cmd/tools/gc.1.orig4 graphviz-2.30.1/cmd/tools/gc.1
bfa7ee
--- graphviz-2.30.1/cmd/tools/gc.1.orig4	2013-02-14 14:27:39.000000000 +0100
bfa7ee
+++ graphviz-2.30.1/cmd/tools/gc.1	2013-07-11 13:36:14.847815612 +0200
bfa7ee
@@ -4,7 +4,7 @@ gc \- count graph components
bfa7ee
 .SH SYNOPSIS
bfa7ee
 .B gc
bfa7ee
 [
bfa7ee
-.B \-necCaDUrs?
bfa7ee
+.B \-necCaDUrsv?
bfa7ee
 ]
bfa7ee
 [ 
bfa7ee
 .I files
bfa7ee
@@ -50,6 +50,9 @@ Only analyze directed graphs.
bfa7ee
 .B \-U
bfa7ee
 Only analyze undirected graphs.
bfa7ee
 .TP
bfa7ee
+.B \-v
bfa7ee
+Verbose output.
bfa7ee
+.TP
bfa7ee
 .B \-?
bfa7ee
 Print usage information.
bfa7ee
 .LP
bfa7ee
diff -up graphviz-2.30.1/cmd/tools/gvgen.1.orig6 graphviz-2.30.1/cmd/tools/gvgen.1
bfa7ee
--- graphviz-2.30.1/cmd/tools/gvgen.1.orig6	2013-02-14 14:27:39.000000000 +0100
bfa7ee
+++ graphviz-2.30.1/cmd/tools/gvgen.1	2013-07-11 14:58:56.599050271 +0200
bfa7ee
@@ -4,7 +4,7 @@ gvgen \- generate graphs
bfa7ee
 .SH SYNOPSIS
bfa7ee
 .B gvgen
bfa7ee
 [
bfa7ee
-.B \-d?
bfa7ee
+.B \-dV?
bfa7ee
 ]
bfa7ee
 [
bfa7ee
 .BI -i n
bfa7ee
@@ -198,6 +198,9 @@ Otherwise, the graph is written to stand
bfa7ee
 .B \-d
bfa7ee
 Make the generated graph directed.
bfa7ee
 .TP
bfa7ee
+.B \-V
bfa7ee
+Verbose output.
bfa7ee
+.TP
bfa7ee
 .B \-?
bfa7ee
 Print usage information.
bfa7ee
 .SH "EXIT STATUS"
bfa7ee
diff -up graphviz-2.30.1/cmd/lneato/lneato.1.orig9 graphviz-2.30.1/cmd/lneato/lneato.1
bfa7ee
--- graphviz-2.30.1/cmd/lneato/lneato.1.orig9	2013-02-14 14:27:39.000000000 +0100
bfa7ee
+++ graphviz-2.30.1/cmd/lneato/lneato.1	2013-07-12 13:24:46.817426092 +0200
bfa7ee
@@ -6,6 +6,10 @@ lneato \- A Customizable Graph Editor
bfa7ee
 [
bfa7ee
 .B -V
bfa7ee
 ] [
bfa7ee
+.BI -lm mode
bfa7ee
+] [
bfa7ee
+.BI -el lev
bfa7ee
+] [
bfa7ee
 .I file
bfa7ee
 ]
bfa7ee
 .SH DESCRIPTION
bfa7ee
@@ -48,6 +52,12 @@ window.
bfa7ee
 .TP
bfa7ee
 .B -V
bfa7ee
 Prints the version.
bfa7ee
+.TP
bfa7ee
+.BI -lm mode
bfa7ee
+Sets the layout mode. The \fImode\fP can be \fBsync\fP or \fBasync\fP. The default is \fBasync\fP.
bfa7ee
+.TP
bfa7ee
+.BI -el lev
bfa7ee
+Sets the mesage level. The \fIlev\fP can be \fB0\fP or \fB1\fP. The default is \fB0\fP.
bfa7ee
 .SH SEE ALSO
bfa7ee
 neato(1), lefty(1), dotty(1), xdot(3),
bfa7ee
 .br