diff options
author | Mitchel Humpherys <mitch.special@gmail.com> | 2015-04-08 23:00:17 -0700 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2015-04-09 08:49:34 +0200 |
commit | 74bf6670eb54377f3aec98ef24a3b5f45e3ac554 (patch) | |
tree | 50864e403f77eaa6430a7515d328ead9bff16889 | |
parent | bf180f8f5a53eb82054e85e26dcd1ea7c43dbdfe (diff) | |
download | coreutils-74bf6670eb54377f3aec98ef24a3b5f45e3ac554.tar.xz |
doc: correct pluralization for mkfifo and mknod
* doc/coreutils.texi: `mkfifo' and `mknod' use the optContext macro
which adds a description for the SELinux security context in addition to
the single option already described in each case. The result in both
cases is two options being introduced as `option' (singular). Fix this
by introducing them as `options' (plural).
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index ac242bfab..4b37aefdc 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9925,7 +9925,7 @@ to communicate. One process opens the FIFO file for writing, and another for reading, after which data can flow as with the usual anonymous pipe in shells or elsewhere. -The program accepts the following option. Also see @ref{Common options}. +The program accepts the following options. Also see @ref{Common options}. @table @samp @@ -10003,7 +10003,7 @@ If a major or minor device number begins with @samp{0x} or @samp{0X}, it is interpreted as hexadecimal; otherwise, if it begins with @samp{0}, as octal; otherwise, as decimal. -The program accepts the following option. Also see @ref{Common options}. +The program accepts the following options. Also see @ref{Common options}. @table @samp |