diff options
author | Jim Meyering <meyering@redhat.com> | 2011-05-23 20:03:58 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-05-23 20:03:58 +0200 |
commit | 0a8d30534b4285eec464a684694c0f0dc3810f1e (patch) | |
tree | 17db6751f4c99a7a82155bd7baac701f0c0daf55 /doc | |
parent | ac9c5330dff20a505a0b38fa635b3b9646b0e70e (diff) | |
download | coreutils-0a8d30534b4285eec464a684694c0f0dc3810f1e.tar.xz |
maint: avoid trivial syntax-check failure
* doc/coreutils.texi (tail invocation): Use @var{n}, not @var{N}.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index dfaf4c9ce..fa7e015f1 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2832,7 +2832,7 @@ operand specified as @samp{-}, when standard input is a FIFO or a pipe. With kernel inotify support, output is asynchronous and generally very prompt. Otherwise, @command{tail} sleeps for one second between checks--- -use @option{--sleep-interval=@var{N}} to change that default---which can +use @option{--sleep-interval=@var{n}} to change that default---which can make the output appear slightly less responsive or bursty. @item -F |