diff options
author | dgp <dgp@users.sourceforge.net> | 2006-02-08 22:37:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-02-08 22:37:50 (GMT) |
commit | 77f99c60c401f4935f71d9562f23af796f656cd0 (patch) | |
tree | d0f94d288e466ad0e8f9292a4acab2d200c09afb /doc/Encoding.3 | |
parent | 47f3819abba09e77986bfaf6c495585b0f108ce3 (diff) | |
download | tcl-77f99c60c401f4935f71d9562f23af796f656cd0.zip tcl-77f99c60c401f4935f71d9562f23af796f656cd0.tar.gz tcl-77f99c60c401f4935f71d9562f23af796f656cd0.tar.bz2 |
typo
Diffstat (limited to 'doc/Encoding.3')
-rw-r--r-- | doc/Encoding.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Encoding.3 b/doc/Encoding.3 index 9b3473d..940eb56 100644 --- a/doc/Encoding.3 +++ b/doc/Encoding.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: Encoding.3,v 1.22 2006/02/08 22:27:16 dkf Exp $ +'\" RCS: @(#) $Id: Encoding.3,v 1.23 2006/02/08 22:37:50 dgp Exp $ '\" .so man.macros .TH Tcl_GetEncoding 3 "8.1" Tcl "Tcl Library Procedures" @@ -208,7 +208,7 @@ and delete it from the database. \fBTcl_GetEncodingFromObj\fR treats the string representation of \fIobjPtr\fR as an encoding name, and finds an encoding with that name, just as \fBTcl_GetEncoding\fR does. When an encoding is found, -it is cached within the \fBobjPtr\fR valuefor future reference, the +it is cached within the \fBobjPtr\fR value for future reference, the \fBTcl_Encoding\fR token is written to the storage pointed to by \fIencodingPtr\fR, and the value \fBTCL_OK\fR is returned. If no such encoding is found, the value \fBTCL_ERROR\fR is returned, and no |