diff options
author | andy <andrew.m.goth@gmail.com> | 2016-05-26 02:19:14 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2016-05-26 02:19:14 (GMT) |
commit | cbcbd348f992ab2ae52e313fe1bb8cb51e69027d (patch) | |
tree | d4e6e9cf4e653d457957ef734337efc396ef631d /doc | |
parent | c559956bdbeb3be7c36bff03736f2f58b326085b (diff) | |
download | tcl-cbcbd348f992ab2ae52e313fe1bb8cb51e69027d.zip tcl-cbcbd348f992ab2ae52e313fe1bb8cb51e69027d.tar.gz tcl-cbcbd348f992ab2ae52e313fe1bb8cb51e69027d.tar.bz2 |
Change "integer string" to "integer" in documentation for [tell]. It's not necessary to emphasize EIAS in every man page. The phrase "integer string" dates back to 1999 [ee1e5d143e], previous was "decimal string" which dates back to 1998, in fact the oldest version in Fossil [196f92fd17].
Diffstat (limited to 'doc')
-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. |