From 251468f113b0350679404e3bf261ecbb30dbeb27 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 31 Jan 2006 01:38:05 +0000 Subject: (tail invocation): In the obsolete usage, the count is optional, so put square brackets around it. --- doc/ChangeLog | 5 +++++ doc/coreutils.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 0694025bf..e931540b9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2006-01-30 Paul Eggert + + * coreutils.texi (tail invocation): In the obsolete usage, the + count is optional, so put square brackets around it. + 2006-01-02 Paul Eggert * getdate.texi (General date syntax): Invalid dates are rejected. diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 516b8475b..433b37f8f 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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 -- cgit v1.2.3-54-g00ecf