]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 15 May 1995 16:43:39 +0000 (16:43 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 May 1995 16:43:39 +0000 (16:43 +0000)
doc/textutils.texi

index 54daf1cd51f4f5b9e9ad2ebaaf38c7a18869910a..1a05bdb99744afffa7117131a0bd661ba17b4135 100644 (file)
@@ -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}).