]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: correct pluralization for mkfifo and mknod
authorMitchel Humpherys <mitch.special@gmail.com>
Thu, 9 Apr 2015 06:00:17 +0000 (23:00 -0700)
committerBernhard Voelker <mail@bernhard-voelker.de>
Thu, 9 Apr 2015 06:49:34 +0000 (08:49 +0200)
* 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).

doc/coreutils.texi

index ac242bfab13ffaeac31e9ccb27b26d7508637ec3..4b37aefdc044ba5475825005fcfa1a4ca835109d 100644 (file)
@@ -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