From 20619d83343be285bac7e49b44f02bdfb9177d75 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 26 May 2016 02:19:14 +0000 Subject: 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]. --- doc/tell.n | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tell.n b/doc/tell.n index 1da240d..a56e9e3 100644 --- a/doc/tell.n +++ b/doc/tell.n @@ -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. -- cgit v0.12