X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=doc%2Fudp.but;h=f7640268ee5d8a03e3c5b028d60e15c8081168b7;hb=f004bcca17a789356c32527a396b68b71a773db2;hp=e5453ea0b98a052d9b2dca034bae663f7c202317;hpb=3d3273337c962c1911c72ff549ae719e54c5833e;p=PuTTY.git diff --git a/doc/udp.but b/doc/udp.but index e5453ea0..f7640268 100644 --- a/doc/udp.but +++ b/doc/udp.but @@ -3,8 +3,6 @@ \# PuTTY's `unwritten design principles'. It has nothing to do with \# the User Datagram Protocol. -\define{versionidudp} \versionid $Id$ - \A{udp} PuTTY hacking guide This appendix lists a selection of the design principles applying to @@ -45,10 +43,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