doc: fix texinfo for short options taking a parameter
commit00eb7af8ea30ccbefeb17213cd644b8f0ade1ef8
authorPádraig Brady <P@draigBrady.com>
Sun, 1 Nov 2015 20:37:00 +0000 (1 20:37 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 2 Nov 2015 10:12:12 +0000 (2 10:12 +0000)
treedc9119868b542c9a0d79df2fdc1440af6b88157b
parent3f5e0453e17bd9db231d2fc7ba112821c428d0fc
doc: fix texinfo for short options taking a parameter

* doc/coreutils.texi: (tail invocation): Add missing -s,
along with the existing --sleep-interval description.
(csplit invocation): s/--suffix/--suffix-format/.
(head invocation): Use same variable (COUNT) for -n and --head-count.
(seq invocation): Add opindex items for all options.
(ptx invocation): Likewise.
Fix typo s/--flac-truncation/--flag-truncation/.
(touch invocation): State explicitly that -d takes a parameter,
which also indicates that an '=' is not to be used
for the short option syntax.
(ls invocation): Likewise for the -w option.
Fixes http://bugs.gnu.org/21809
doc/coreutils.texi