1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

(tail invocation): In the obsolete usage, the

count is optional, so put square brackets around it.
This commit is contained in:
Paul Eggert
2006-01-31 01:38:05 +00:00
parent 8d5ba536cf
commit 251468f113
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (tail invocation): In the obsolete usage, the
count is optional, so put square brackets around it.
2006-01-02 Paul Eggert <eggert@cs.ucla.edu>
* getdate.texi (General date syntax): Invalid dates are rejected.
+1 -1
View File
@@ -2551,7 +2551,7 @@ Always print file name headers.
@end table
For compatibility @command{tail} also supports an obsolete usage
@samp{tail -@var{count}[bcl][f] [@var{file}]}, which is recognized
@samp{tail -[@var{count}][bcl][f] [@var{file}]}, which is recognized
only if it does not conflict with the usage described
above. This obsolete form uses exactly one option and at most one
file. In the option, @var{count} is an optional decimal number optionally