From: Jim Meyering Date: Mon, 15 May 1995 16:43:39 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b03da97486629ae4f224b49c8f317dc6a2209b37;p=thirdparty%2Fcoreutils.git . --- diff --git a/doc/textutils.texi b/doc/textutils.texi index 54daf1cd51..1a05bdb997 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}).