From 28feb9efb21a2bdd5a592b1420f4e21f03f3ddef Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 2 Dec 2004 13:48:32 +0000 Subject: [PATCH] \n and \r need double backslashes in Halibut. git-svn-id: svn://svn.tartarus.org/sgt/putty@4947 cda61777-01e9-0310-a592-d414129be87e --- doc/udp.but | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/udp.but b/doc/udp.but index e5453ea0..a543b1dc 100644 --- a/doc/udp.but +++ b/doc/udp.but @@ -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 -- 2.11.0