coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: correct pluralization for mkfifo and mknod


From: Mitchel Humpherys
Subject: [PATCH] doc: correct pluralization for mkfifo and mknod
Date: Wed, 8 Apr 2015 23:00:17 -0700

* 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
 
-- 
2.3.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]