summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-17 15:24:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-17 15:24:43 (GMT)
commitda695737da4c009e056cbab6bad11df88e2ad058 (patch)
treeadb75e32bc366309f8fc7f2e7bcc42c9b810ef23
parentccac88be98fce62b7ec3426a180e4c2ea69af064 (diff)
downloadtcl-da695737da4c009e056cbab6bad11df88e2ad058.zip
tcl-da695737da4c009e056cbab6bad11df88e2ad058.tar.gz
tcl-da695737da4c009e056cbab6bad11df88e2ad058.tar.bz2
doc correction
-rw-r--r--doc/DString.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/DString.3 b/doc/DString.3
index 348a674..c0fe723 100644
--- a/doc/DString.3
+++ b/doc/DString.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: DString.3,v 1.7 2001/12/10 15:50:46 dgp Exp $
+'\" RCS: @(#) $Id: DString.3,v 1.8 2002/01/17 15:24:43 dgp Exp $
'\"
.so man.macros
.TH Tcl_DString 3 7.4 Tcl "Tcl Library Procedures"
@@ -47,7 +47,7 @@ char *
.AS Tcl_DString newLength
.AP Tcl_DString *dsPtr in/out
Pointer to structure that is used to manage a dynamic string.
-.AP char *string in
+.AP "CONST char" *string in
Pointer to characters to add to dynamic string.
.AP int length in
Number of characters from string to add to dynamic string. If -1,