From 8927e79a05e97ac14cdc327dcbef05e3b6d10163 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jul 2001 21:29:09 +0000 Subject: [PATCH] (usage): Reformat so help2man generates a properly indented man page. --- src/tail.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/tail.c b/src/tail.c index c89ad97..99ac4e9 100644 --- a/src/tail.c +++ b/src/tail.c @@ -243,22 +243,23 @@ With more than one FILE, precede each with a header giving the file name.\n\ With no FILE, or when FILE is -, read standard input.\n\ \n\ --retry keep trying to open a file even if it is\n\ - inaccessible when tail starts or if it becomes\n\ - inaccessible later -- useful only with -f\n\ + inaccessible when tail starts or if it becomes\n\ + inaccessible later -- useful only with -f\n\ -c, --bytes=N output the last N bytes\n\ - -f, --follow[={name|descriptor}] output appended data as the file grows;\n\ - -f, --follow, and --follow=descriptor are\n\ - equivalent\n\ + -f, --follow[={name|descriptor}]\n\ + output appended data as the file grows;\n\ + -f, --follow, and --follow=descriptor are\n\ + equivalent\n\ -n, --lines=N output the last N lines, instead of the last %d\n\ --max-unchanged-stats=N\n\ with --follow=name, reopen a FILE which has not\n\ - changed size after N (default %d) iterations\n\ - to see if it has been unlinked or renamed\n\ - (this is the usual case of rotated log files)\n\ + changed size after N (default %d) iterations\n\ + to see if it has been unlinked or renamed\n\ + (this is the usual case of rotated log files)\n\ --pid=PID with -f, terminate after process ID, PID dies\n\ -q, --quiet, --silent never output headers giving file names\n\ -s, --sleep-interval=S with -f, each iteration lasts approximately S\n\ - (default 1) seconds\n\ + (default 1) seconds\n\ -v, --verbose always output headers giving file names\n\ --help display this help and exit\n\ --version output version information and exit\n\ -- 2.7.4