From c8729cad9897ebb46ac2407793eda67316792f66 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 29 Jul 2002 08:40:10 +0000 Subject: Adjust command examples in comments to use POSIX 1003.1-2001 option syntax. From Paul Eggert. --- src/tail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tail.c') diff --git a/src/tail.c b/src/tail.c index 3ab262d03..c6203b1b9 100644 --- a/src/tail.c +++ b/src/tail.c @@ -1615,8 +1615,8 @@ main (int argc, char **argv) } /* To start printing with item N_UNITS from the start of the file, skip - N_UNITS - 1 items. `tail +0' is actually meaningless, but for Unix - compatibility it's treated the same as `tail +1'. */ + N_UNITS - 1 items. `tail -n +0' is actually meaningless, but for Unix + compatibility it's treated the same as `tail -n +1'. */ if (from_start) { if (n_units) -- cgit v1.2.3-54-g00ecf