summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-15 16:43:39 +0000
committerJim Meyering <jim@meyering.net>1995-05-15 16:43:39 +0000
commitb03da97486629ae4f224b49c8f317dc6a2209b37 (patch)
tree20f0dab5603e08525938caf03c4cb38cea0035a9 /doc
parent0dc531502b982441a65bc97efdd8f22cd9fdebf0 (diff)
downloadcoreutils-b03da97486629ae4f224b49c8f317dc6a2209b37.tar.xz
.
Diffstat (limited to 'doc')
-rw-r--r--doc/textutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi
index 54daf1cd5..1a05bdb99 100644
--- a/doc/textutils.texi
+++ b/doc/textutils.texi
@@ -1144,7 +1144,7 @@ only reverse files that are at most as large as its buffer, which is
typically 32k. A more reliable and versatile way to reverse files is
the GNU @code{tac} command.
-@code{head} accepts two option formats: the new one, in which numbers
+@code{tail} accepts two option formats: the new one, in which numbers
are arguments to the options (@samp{-n 1}), and the old one, in which
the number precedes any option letters (@samp{-1} or @samp{+1}).