diff options
Diffstat (limited to 'doc/Number.3')
-rw-r--r-- | doc/Number.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Number.3 b/doc/Number.3 index d0dbb2f..696dd80 100644 --- a/doc/Number.3 +++ b/doc/Number.3 @@ -27,7 +27,7 @@ When non-NULL, error information is recorded here when the value is not in any of the numeric formats recognized by Tcl. .AP "const char" *bytes in Points to first byte of the string value to be examined. -.AP ptrdiff_t numBytes in +.AP Tcl_Size numBytes in The number of bytes, starting at \fIbytes\fR, that should be examined. If the value \fBTCL_INDEX_NONE\fR is provided, then all bytes should be examined until the first \fBNUL\fR byte terminates examination. |