summaryrefslogtreecommitdiffstats
path: root/doc/DString.3
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-01-17 15:24:43 (GMT)
committerdgp <dgp@noemail.net>2002-01-17 15:24:43 (GMT)
commita33ef4408c6b24c1d9881c0dd68efc2dbf81121e (patch)
treeadb75e32bc366309f8fc7f2e7bcc42c9b810ef23 /doc/DString.3
parent93ce007766189e784d5a870f03d36010bfb8440f (diff)
downloadtcl-a33ef4408c6b24c1d9881c0dd68efc2dbf81121e.zip
tcl-a33ef4408c6b24c1d9881c0dd68efc2dbf81121e.tar.gz
tcl-a33ef4408c6b24c1d9881c0dd68efc2dbf81121e.tar.bz2
doc correction
FossilOrigin-Name: 05a0a92d54159324cc71fb471c764120cfdd65c0
Diffstat (limited to 'doc/DString.3')
-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,