summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-05-03 23:57:10 (GMT)
committerhobbs <hobbs>2001-05-03 23:57:10 (GMT)
commit9e5fb7c9896616eb9150f58c94a8dd18b0db5a54 (patch)
tree80b64e5e6a9fa15eaec84b8ea8791b2d48ea3a89
parentb418cb94adee412127356afee49af14238bf3935 (diff)
downloadtcl-9e5fb7c9896616eb9150f58c94a8dd18b0db5a54.zip
tcl-9e5fb7c9896616eb9150f58c94a8dd18b0db5a54.tar.gz
tcl-9e5fb7c9896616eb9150f58c94a8dd18b0db5a54.tar.bz2
by chance '\n' started a line, looking like a comment
-rw-r--r--doc/Macintosh.36
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