summaryrefslogtreecommitdiffstats
path: root/doc/Utf.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-07 16:05:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-07 16:05:13 (GMT)
commite3b24a5defd86b87e59a1260fc2dd752cda7020f (patch)
treedd437c6188c1c52cb8c5b4374a7959ce97d2d6e1 /doc/Utf.3
parent25fb71d60b4159d11364bdc2b360deb7fc58605e (diff)
downloadtcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.zip
tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.gz
tcl-e3b24a5defd86b87e59a1260fc2dd752cda7020f.tar.bz2
Reduce the number of warnings given by nroff...
Diffstat (limited to 'doc/Utf.3')
-rw-r--r--doc/Utf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Utf.3 b/doc/Utf.3
index d9f26d6..a1a9a4d 100644
--- a/doc/Utf.3
+++ b/doc/Utf.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: Utf.3,v 1.19 2004/10/07 15:15:48 dkf Exp $
+'\" RCS: @(#) $Id: Utf.3,v 1.20 2004/10/07 16:05:15 dkf Exp $
'\"
.so man.macros
.TH Utf 3 "8.1" Tcl "Tcl Library Procedures"
@@ -116,8 +116,8 @@ including the backslash character.
.AP char *dst out
Buffer in which the bytes represented by the backslash sequence are stored.
At most \fBTCL_UTF_MAX\fR bytes are stored in the buffer.
-.VS 8.4
.AP int nocase in
+.VS 8.4
Specifies whether the match should be done case-sensitive (0) or
case-insensitive (1).
.VE 8.4