diff options
Diffstat (limited to 'doc/tell.n')
-rw-r--r-- | doc/tell.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ tell \- Return current access position for an open channel .BE .SH DESCRIPTION .PP -Returns an integer string giving the current access position in +Returns an integer giving the current access position in \fIchannelId\fR. This value returned is a byte offset that can be passed to \fBseek\fR in order to set the channel to a particular position. Note that this value is in terms of bytes, not characters like \fBread\fR. |