diff options
author | Jim Meyering <jim@meyering.net> | 1995-05-15 16:43:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-05-15 16:43:39 +0000 |
commit | b03da97486629ae4f224b49c8f317dc6a2209b37 (patch) | |
tree | 20f0dab5603e08525938caf03c4cb38cea0035a9 /doc | |
parent | 0dc531502b982441a65bc97efdd8f22cd9fdebf0 (diff) | |
download | coreutils-b03da97486629ae4f224b49c8f317dc6a2209b37.tar.xz |
.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/textutils.texi | 2 |
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}). |