From 16b794aaea2d316c64cf7df34471a1420868e3ec Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 14 Oct 2008 13:30:17 +0000 Subject: [PATCH] update html docs for -P --- doc/info/command.html | 7 +++++-- doc/infosrc/command.html | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/info/command.html b/doc/info/command.html index c2f2dd8fc..43481176a 100644 --- a/doc/info/command.html +++ b/doc/info/command.html @@ -21,8 +21,8 @@ If no input files are supplied, the program reads from stdin.
-Ename[=value]
Set a default edge attribute, with default value = true.
-Klayout -
Specifies which layout algorithm to use. For example, running -dot -Tneato is equivalent to running neato. +
Specifies which default layout algorithm to use, overriding the default from the command name. For example, running +dot -Kneato is equivalent to running neato.
-Tformat[:renderer[:formatter]]
Set output language to one of the supported formats. By default, attributed dot is produced. @@ -85,6 +85,9 @@ As usual, edge layout is guided by the
Automatically generate output file names based on the input file name and the various output formats specified by the -T flags. +
-P +
Automatically generate a graph that shows the plugin configuration of +the current executable. e.g. dot -P -Tps | lpr
-q
Suppress warning messages.
-s[scale] diff --git a/doc/infosrc/command.html b/doc/infosrc/command.html index c2f2dd8fc..43481176a 100644 --- a/doc/infosrc/command.html +++ b/doc/infosrc/command.html @@ -21,8 +21,8 @@ If no input files are supplied, the program reads from stdin.
-Ename[=value]
Set a default edge attribute, with default value = true.
-Klayout -
Specifies which layout algorithm to use. For example, running -dot -Tneato is equivalent to running neato. +
Specifies which default layout algorithm to use, overriding the default from the command name. For example, running +dot -Kneato is equivalent to running neato.
-Tformat[:renderer[:formatter]]
Set output language to one of the supported formats. By default, attributed dot is produced. @@ -85,6 +85,9 @@ As usual, edge layout is guided by the
Automatically generate output file names based on the input file name and the various output formats specified by the -T flags. +
-P +
Automatically generate a graph that shows the plugin configuration of +the current executable. e.g. dot -P -Tps | lpr
-q
Suppress warning messages.
-s[scale] -- 2.40.0