diff options
author | hobbs <hobbs> | 2001-05-03 23:57:10 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-03 23:57:10 (GMT) |
commit | 05abc1a8f0d059cdb3b2bcc24e84b98d126d7fb1 (patch) | |
tree | 80b64e5e6a9fa15eaec84b8ea8791b2d48ea3a89 /doc | |
parent | 55a95b8497e687ac284e95feb54fac9fdf2f2176 (diff) | |
download | tcl-05abc1a8f0d059cdb3b2bcc24e84b98d126d7fb1.zip tcl-05abc1a8f0d059cdb3b2bcc24e84b98d126d7fb1.tar.gz tcl-05abc1a8f0d059cdb3b2bcc24e84b98d126d7fb1.tar.bz2 |
by chance '\n' started a line, looking like a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Macintosh.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Macintosh.3 b/doc/Macintosh.3 index 0044f29..40e5b39 100644 --- a/doc/Macintosh.3 +++ b/doc/Macintosh.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Macintosh.3,v 1.2 2001/04/05 15:14:59 andreas_kupries Exp $ +'\" RCS: @(#) $Id: Macintosh.3,v 1.3 2001/05/03 23:57:10 hobbs Exp $ '\" .so man.macros .TH Tcl_MacSetEventProc 3 "8.1" Tcl "Tcl Library Procedures" @@ -78,8 +78,8 @@ Currently only sources the resource by name, file IDs may be supported at a later date. .PP \fBTcl_MacConvertTextResource\fR converts a TEXT resource into a Tcl -suitable string. It mallocs the returned memory, converts '\r' to -'\n', and appends a NULL. The caller has the responsibility for +suitable string. It mallocs the returned memory, converts ``\\r'' to +``\\n'', and appends a NULL. The caller has the responsibility for freeing the memory. .PP \fBTcl_MacFindResource\fR provides a higher level interface for |