]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
\n and \r need double backslashes in Halibut.
authorSimon Tatham <anakin@pobox.com>
Thu, 2 Dec 2004 13:48:32 +0000 (13:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 2 Dec 2004 13:48:32 +0000 (13:48 +0000)
[originally from svn r4947]

doc/udp.but

index e5453ea0b98a052d9b2dca034bae663f7c202317..a543b1dc49adb0b111a3c2054f0e1562dc51f30b 100644 (file)
@@ -45,10 +45,10 @@ endianness-dependent operations, and so on.
 \e{don't} care about. In particular, we expect PuTTY to be compiled
 on 32-bit architectures \e{or bigger}; so it's safe to assume that
 \c{int} is at least 32 bits wide, not just the 16 you are guaranteed
-by ANSI C.  Similarly, we assume that the execution character encoding
-is a superset of the printable characters of ASCII, though we don't
-assume the numeric values of control characters, particularly \cw{'\n'}
-and \cw{'\r'}.)
+by ANSI C.  Similarly, we assume that the execution character
+encoding is a superset of the printable characters of ASCII, though
+we don't assume the numeric values of control characters,
+particularly \cw{'\\n'} and \cw{'\\r'}.)
 
 \H{udp-multi-backend} Multiple backends treated equally