From: erg Date: Tue, 29 Mar 2011 21:33:48 +0000 (+0000) Subject: Change raw backslashes to \ to prevent their being lost. X-Git-Tag: LAST_LIBGRAPH~32^2~900 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f48e6d78dacf90551fb9ba8330e5b44134862b3d;p=graphviz Change raw backslashes to \ to prevent their being lost. --- diff --git a/doc/info/lang.html b/doc/info/lang.html index efc08477f..3ecdadd00 100644 --- a/doc/info/lang.html +++ b/doc/info/lang.html @@ -245,8 +245,8 @@ character set, and for which there is a glyph in the font.
  1. In quoted strings in DOT, the only escaped character is double-quote -("). That is, in quoted strings, the dyad \" is converted to "; all other -characters are left unchanged. In particular, \\ remains \\. Layout +("). That is, in quoted strings, the dyad \" is converted to "; all other +characters are left unchanged. In particular, \\ remains \\. Layout engines may apply additional escape sequences.
diff --git a/doc/infosrc/lang.2 b/doc/infosrc/lang.2 index 86dbacc19..12b6618c6 100644 --- a/doc/infosrc/lang.2 +++ b/doc/infosrc/lang.2 @@ -136,8 +136,8 @@ character set, and for which there is a glyph in the font.
  1. In quoted strings in DOT, the only escaped character is double-quote -("). That is, in quoted strings, the dyad \" is converted to "; all other -characters are left unchanged. In particular, \\ remains \\. Layout +("). That is, in quoted strings, the dyad \" is converted to "; all other +characters are left unchanged. In particular, \\ remains \\. Layout engines may apply additional escape sequences.