From: erg Date: Wed, 27 Apr 2011 17:56:26 +0000 (+0000) Subject: Make backslash escape character explicit in description of record labels. X-Git-Tag: LAST_LIBGRAPH~32^2~781 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=609e8af3c4fa913fae2a137a1edb8fb58f0506bb;p=graphviz Make backslash escape character explicit in description of record labels. --- diff --git a/doc/info/shapes.html b/doc/info/shapes.html index 4e806bf95..8ca4056ca 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -170,7 +170,8 @@ which has the following schema: where field=fieldId or '{' rlabel '}' and fieldId= [ '<' string '>'] [ string ] -Literal braces, vertical bars and angle brackets must be escaped. +Braces, vertical bars and angle brackets must be escaped with +a backslash character if you wish them to appear as a literal character. Spaces are interpreted as separators between tokens, so they must be escaped if you want spaces in the text.

diff --git a/doc/infosrc/shapes.2 b/doc/infosrc/shapes.2 index 093bc9a52..c22b70da6 100644 --- a/doc/infosrc/shapes.2 +++ b/doc/infosrc/shapes.2 @@ -30,7 +30,8 @@ which has the following schema: where field=fieldId or '{' rlabel '}' and fieldId= [ '<' string '>'] [ string ] -Literal braces, vertical bars and angle brackets must be escaped. +Braces, vertical bars and angle brackets must be escaped with +a backslash character if you wish them to appear as a literal character. Spaces are interpreted as separators between tokens, so they must be escaped if you want spaces in the text.