From 97356d9b2b80f4c617964a724b480b2f7e951480 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 2 Oct 2008 18:07:46 +0000 Subject: [PATCH] Note the use of whitespace in dot. --- doc/info/lang.html | 1 + doc/infosrc/lang.2 | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/info/lang.html b/doc/info/lang.html index 9945075d0..576f41199 100644 --- a/doc/info/lang.html +++ b/doc/info/lang.html @@ -147,6 +147,7 @@ Semicolons aid readability but are not required except in the rare case that a named subgraph with no body immediately preceeds an anonymous subgraph, since the precedence rules cause this sequence to be parsed as a subgraph with a heading and a body. +Also, any amount of whitespace may be inserted between terminals.

As another aid for readability, dot allows single logical lines to span multiple physical lines using the standard C convention of a diff --git a/doc/infosrc/lang.2 b/doc/infosrc/lang.2 index 3635c05ef..23fbbf431 100644 --- a/doc/infosrc/lang.2 +++ b/doc/infosrc/lang.2 @@ -38,6 +38,7 @@ Semicolons aid readability but are not required except in the rare case that a named subgraph with no body immediately preceeds an anonymous subgraph, since the precedence rules cause this sequence to be parsed as a subgraph with a heading and a body. +Also, any amount of whitespace may be inserted between terminals.

As another aid for readability, dot allows single logical lines to span multiple physical lines using the standard C convention of a -- 2.40.0