]> granicus.if.org Git - graphviz/commitdiff
Update info files
authorerg <devnull@localhost>
Wed, 4 Jan 2006 16:29:52 +0000 (16:29 +0000)
committererg <devnull@localhost>
Wed, 4 Jan 2006 16:29:52 +0000 (16:29 +0000)
doc/info/attrs.html

index 3199e81d86e45141f86a04f750a0c04cc049e498..fd5e2750ae66d1130dd152c88c83b2b693f3bc40 100644 (file)
@@ -1540,7 +1540,7 @@ the given types.
   If <I>seed</I> is present, it specifies a seed for the random number
   generator. If <I>seed</I> is a positive number, this is used as the
   seed. If it is anything else, 
-  the current time, and possible the process id, is used to pick a seed,
+  the current time, and possibly the process id, is used to pick a seed,
   thereby making the choice more random. In this case, the seed value
   is stored in the graph.
   <P>
@@ -1556,11 +1556,11 @@ the given types.
   <TR><TD ALIGN=right>and name<TD>=<TD>[^)(, &nbsp;][^)(,]*</TR>
   </TABLE>
   Note that whitespace characters are ignored, except for names which
-  can containt them. A
-  name cannot any comma, or left or right parenthesis, and it cannot
+  can contain them. A
+  name cannot contain any comma, or left or right parenthesis, and it cannot
   begin with a whitespace character. 
   <P>
-  At present, the recognized style names compris
+  At present, the recognized style names ar
   "dashed", "dotted", "solid", "invis" and "bold" for nodes and edges,
   and "filled", "diagonals" and "rounded" for nodes only.
   The styles "filled" and "rounded" are recognized for clusters.
@@ -1570,7 +1570,7 @@ the given types.
   <P>
   The <A NAME=d:setlinewidth><TT>setlinewidth</TT></A> style value can be
   used for more control over the width of edges and node borders than is
-  allowed by <TT>bold</TT>. The style takes an argument, specifying the
+  allowed by <TT>bold</TT>. This style value takes an argument, specifying the
   width of the line in points. For example, <TT>style="bold"</TT> is
   equivalent to <TT>style="setlinewidth(2)"</TT>.