From 33670ffe4fc37727b3f3aaa91e45ec717b5a1d85 Mon Sep 17 00:00:00 2001 From: erg Date: Mon, 20 Aug 2007 17:57:44 +0000 Subject: [PATCH] Update info files --- doc/info/command.html | 14 ++++++++++++-- doc/info/shapes.html | 7 +++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/doc/info/command.html b/doc/info/command.html index 5fc7ca473..ed29b95a6 100644 --- a/doc/info/command.html +++ b/doc/info/command.html @@ -7,7 +7,7 @@

Command-line Invocation


-All GraphViz programs have a similar invocation:
+All Graphviz programs have a similar invocation:
cmd [ flags ] [ input files ]
@@ -20,9 +20,19 @@ If no input files are supplied, the program reads from stdin.
Set a default node attribute, with default value = true.
-Ename[=value]
Set a default edge attribute, with default value = true. -
-Tformat +
-Tformat>[:renderer]
Set output language to one of the supported formats. By default, attributed dot is produced. +

+Depending on how Graphviz was built, there may be multiple renderers for +generating a particular output format. For example, a typical installation +can produce PNG +output using either the Cairo or GD library. The desired rendering engine +can be specified after a colon. Thus, -Tpng:cairo specifies PNG +output produced by Cairo. If no renderer is specified, the default one +is invoked. The flag -Tformat: produces a list of all +of the renderers available for the specified format, the first one +listed being the default.

-V
Emit version information and exit.
-llibrary diff --git a/doc/info/shapes.html b/doc/info/shapes.html index fdb6ed755..3f9ea29a2 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -423,6 +423,13 @@ Attribute values must appear in double quotes. >

+

<TR
+
+>
+
+

<TD
   ALIGN="CENTER|LEFT|RIGHT|TEXT"
   BALIGN="CENTER|LEFT|RIGHT"
-- 
2.40.0