]> granicus.if.org Git - graphviz/commitdiff
Fix typo in dot grammar
authorerg <devnull@localhost>
Thu, 26 Jan 2006 17:07:46 +0000 (17:07 +0000)
committererg <devnull@localhost>
Thu, 26 Jan 2006 17:07:46 +0000 (17:07 +0000)
doc/dotguide.pdf
doc/dotguide/dotguide.tex

index 23855478d38b1e4d72225687d944bd436fc681de..e2d8aefcc485ceeb1c835b1bedf0ec08b7bf9989 100644 (file)
Binary files a/doc/dotguide.pdf and b/doc/dotguide.pdf differ
index 3d100626ee561413d2e40a9ad721926d963d4967..db62e644996b0b8b2fe3c8dfbd782341aa27f310 100644 (file)
@@ -6,7 +6,7 @@
 \def\dot{{\it dot}}
 \def\dag{{\it dag}}
 \def\DOT{{\it DOT}}
-\newcommand{\lastedited}{February 4, 2002}
+\newcommand{\lastedited}{January 26, 2006}
 \date{\lastedited}
 \newcommand{\mymark}{{\it dot} User's Manual, \lastedited \hfil }
 \markboth{\mymark}{\mymark}
@@ -1382,7 +1382,7 @@ Vertical bars $|$ separate alternatives.
 
 {\it attr-list} & $\rightarrow$ & '[' \lopt {\it a-list} \ropt\ ']' \lopt {\it attr-list}\ropt \\
 
-{\it a-list} & $\rightarrow$ & {\it id} '=' {\it id} \lopt','\ropt\ \lopt {\it attr-list}\ropt \\
+{\it a-list} & $\rightarrow$ & {\it id} '=' {\it id} \lopt','\ropt\ \lopt {\it a-list}\ropt \\
 
 {\it node-stmt} & $\rightarrow$ & {\it node-id} \lopt{\it attr-list}\ropt \\