From: Mitchel Humpherys Date: Thu, 9 Apr 2015 06:00:17 +0000 (-0700) Subject: doc: correct pluralization for mkfifo and mknod X-Git-Tag: v8.24~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74bf6670eb54377f3aec98ef24a3b5f45e3ac554;p=thirdparty%2Fcoreutils.git 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). --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index ac242bfab1..4b37aefdc0 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