diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-07-11 08:32:29 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-07-11 08:32:29 (GMT) |
commit | e399f035d3e7643dee420ed549aab4e3c38da4ff (patch) | |
tree | ab68b4d4fcb6c14f641ca6bfa1b775829c6a9ab2 /doc | |
parent | b1b828fd60bfd07a6e17453f3d2ffe646bcad60c (diff) | |
download | tcl-e399f035d3e7643dee420ed549aab4e3c38da4ff.zip tcl-e399f035d3e7643dee420ed549aab4e3c38da4ff.tar.gz tcl-e399f035d3e7643dee420ed549aab4e3c38da4ff.tar.bz2 |
backslash quoting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/refchan.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refchan.n b/doc/refchan.n index a314c33..b30898b 100644 --- a/doc/refchan.n +++ b/doc/refchan.n @@ -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: refchan.n,v 1.14 2009/01/31 15:11:28 dkf Exp $ +'\" RCS: @(#) $Id: refchan.n,v 1.15 2009/07/11 08:32:29 patthoyts Exp $ .so man.macros .TH refchan n 8.5 Tcl "Tcl Built-In Commands" .BS @@ -300,7 +300,7 @@ oo::class create stringchan { return $d } } -set string "The quick brown fox jumps over the lazy dog.\n" +set string "The quick brown fox jumps over the lazy dog.\\n" set ch [\fBchan create\fR read [stringchan new $string]] .CE .SH "SEE ALSO" |