From e399f035d3e7643dee420ed549aab4e3c38da4ff Mon Sep 17 00:00:00 2001 From: patthoyts Date: Sat, 11 Jul 2009 08:32:29 +0000 Subject: backslash quoting --- doc/refchan.n | 4 ++-- 1 file 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" -- cgit v0.12