diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 16:05:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 16:05:13 (GMT) |
commit | e3b24a5defd86b87e59a1260fc2dd752cda7020f (patch) | |
tree | dd437c6188c1c52cb8c5b4374a7959ce97d2d6e1 /doc/Utf.3 | |
parent | 25fb71d60b4159d11364bdc2b360deb7fc58605e (diff) | |
download | tcl-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.3 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |