diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2002-04-24 09:44:36 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2002-04-24 09:44:36 (GMT) |
| commit | 7c1a62f714741048434997d9f29a6c75a4f1ee61 (patch) | |
| tree | 25af9c6655bc15ae234601433ea10ee11f5f672f | |
| parent | b4ffb8652dd3fa6c2517e9164a5d77885dc56eb2 (diff) | |
| download | tcl-7c1a62f714741048434997d9f29a6c75a4f1ee61.zip tcl-7c1a62f714741048434997d9f29a6c75a4f1ee61.tar.gz tcl-7c1a62f714741048434997d9f29a6c75a4f1ee61.tar.bz2 | |
Tcl_GetUnicodeFromObj missing from index line
| -rw-r--r-- | doc/StringObj.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 1ea202f..632590c 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -4,13 +4,13 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: StringObj.3,v 1.10 2002/01/15 18:34:04 hobbs Exp $ +'\" RCS: @(#) $Id: StringObj.3,v 1.11 2002/04/24 09:44:36 dkf Exp $ '\" .so man.macros .TH Tcl_StringObj 3 8.1 Tcl "Tcl Library Procedures" .BS .SH NAME -Tcl_NewStringObj, Tcl_NewUnicodeObj, Tcl_SetStringObj, Tcl_SetUnicodeObj, Tcl_GetStringFromObj, Tcl_GetString, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendToObj, Tcl_AppendUnicodeToObj, Tcl_AppendStringsToObj, Tcl_AppendStringsToObjVA, Tcl_AppendObjToObj, Tcl_SetObjLength, Tcl_ConcatObj, Tcl_AttemptSetObjLength \- manipulate Tcl objects as strings +Tcl_NewStringObj, Tcl_NewUnicodeObj, Tcl_SetStringObj, Tcl_SetUnicodeObj, Tcl_GetStringFromObj, Tcl_GetString, Tcl_GetUnicodeFromObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendToObj, Tcl_AppendUnicodeToObj, Tcl_AppendStringsToObj, Tcl_AppendStringsToObjVA, Tcl_AppendObjToObj, Tcl_SetObjLength, Tcl_ConcatObj, Tcl_AttemptSetObjLength \- manipulate Tcl objects as strings .SH SYNOPSIS .nf \fB#include <tcl.h>\fR |
