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