From: erg Date: Thu, 26 Jan 2006 17:07:46 +0000 (+0000) Subject: Fix typo in dot grammar X-Git-Tag: LAST_LIBGRAPH~32^2~6832 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20332bd32c819eb8f9b0182bd2c56d2aa0aee0d5;p=graphviz Fix typo in dot grammar --- diff --git a/doc/dotguide.pdf b/doc/dotguide.pdf index 23855478d..e2d8aefcc 100644 Binary files a/doc/dotguide.pdf and b/doc/dotguide.pdf differ diff --git a/doc/dotguide/dotguide.tex b/doc/dotguide/dotguide.tex index 3d100626e..db62e6449 100644 --- a/doc/dotguide/dotguide.tex +++ b/doc/dotguide/dotguide.tex @@ -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 \\