diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-09-26 23:01:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-09-26 23:01:10 (GMT) |
commit | b725003f03a39521f6ea93c9ee3f7a688eb96674 (patch) | |
tree | 0ce810c294bb948261ddbab693ef6d314cde3a0d /doc | |
parent | 6142afe35274394fb66bf8ec381f250f4cb9dd11 (diff) | |
download | tcl-b725003f03a39521f6ea93c9ee3f7a688eb96674.zip tcl-b725003f03a39521f6ea93c9ee3f7a688eb96674.tar.gz tcl-b725003f03a39521f6ea93c9ee3f7a688eb96674.tar.bz2 |
TIP 27 changes for Tcl_CreateEncoding
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Encoding.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Encoding.3 b/doc/Encoding.3 index 940eb56..00b9cef 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.23 2006/02/08 22:37:50 dgp Exp $ +'\" RCS: @(#) $Id: Encoding.3,v 1.24 2006/09/26 23:01:10 kennykb Exp $ '\" .so man.macros .TH Tcl_GetEncoding 3 "8.1" Tcl "Tcl Library Procedures" @@ -77,7 +77,7 @@ const char * void \fBTcl_SetDefaultEncodingDir\fR(\fIpath\fR) .SH ARGUMENTS -.AS Tcl_EncodingState *dstWrotePtr in/out +.AS "const Tcl_EncodingType" *dstWrotePtr in/out .AP Tcl_Interp *interp in Interpreter to use for error reporting, or NULL if no error reporting is desired. @@ -150,7 +150,7 @@ stored in the output buffer. May be NULL. .VS 8.5 Storage for the prescribed system encoding name. .VE 8.5 -.AP Tcl_EncodingType *typePtr in +.AP "const Tcl_EncodingType" *typePtr in Structure that defines a new type of encoding. .AP Tcl_Obj *searchPath in .VS 8.5 |