summaryrefslogtreecommitdiffstats
path: root/doc/seek.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-03-11 17:03:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-03-11 17:03:00 (GMT)
commitc93c3a3b39929c9a7f1c816f4dc8a058f9eea85c (patch)
tree505d98c9c1a78785f5425cbf44b19004b4d49516 /doc/seek.n
parent014ce74e1d7d90d99e3b310e2e4a923f789802a2 (diff)
downloadtcl-c93c3a3b39929c9a7f1c816f4dc8a058f9eea85c.zip
tcl-c93c3a3b39929c9a7f1c816f4dc8a058f9eea85c.tar.gz
tcl-c93c3a3b39929c9a7f1c816f4dc8a058f9eea85c.tar.bz2
A number of small spelling and wording fixes in the docs.
Diffstat (limited to 'doc/seek.n')
-rw-r--r--doc/seek.n6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/seek.n b/doc/seek.n
index 996a7f2..96d5c4e 100644
--- a/doc/seek.n
+++ b/doc/seek.n
@@ -49,7 +49,7 @@ position after the end of file.
The \fIorigin\fR argument defaults to \fBstart\fR.
.PP
The command flushes all buffered output for the channel before the command
-returns, even if the channel is in nonblocking mode.
+returns, even if the channel is in non-blocking mode.
It also discards any buffered and unread input.
This command returns an empty string.
An error occurs if this command is applied to channels whose underlying
@@ -86,3 +86,7 @@ close $f
file(n), open(n), close(n), gets(n), tell(n), Tcl_StandardChannels(3)
.SH KEYWORDS
access position, file, seek
+'\" Local Variables:
+'\" mode: nroff
+'\" fill-column: 78
+'\" End: