diff options
Diffstat (limited to 'contrib/tcl/doc/tell.n')
-rw-r--r-- | contrib/tcl/doc/tell.n | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/tcl/doc/tell.n b/contrib/tcl/doc/tell.n index 9edf7d2f6d5e1..b2c0ec1193d0c 100644 --- a/contrib/tcl/doc/tell.n +++ b/contrib/tcl/doc/tell.n @@ -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. '\" -'\" SCCS: @(#) tell.n 1.8 96/02/15 20:02:42 +'\" SCCS: @(#) tell.n 1.9 96/08/26 13:00:17 '\" .so man.macros .TH tell n 7.5 Tcl "Tcl Built-In Commands" @@ -21,10 +21,8 @@ tell \- Return current access position for an open channel .PP Returns a decimal string giving the current access position in \fIchannelId\fR. -.VS The value returned is -1 for channels that do not support seeking. -.VE .SH KEYWORDS access position, channel, seeking |