diff options
author | Lars Wirzenius <liw@liw.fi> | 2012-06-05 21:45:00 +0100 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2012-06-05 21:45:00 +0100 |
commit | 64b23baae5f1d0c283b3c25ee1f46c6b9eef596f (patch) | |
tree | 6424e2b0f04d1837358a7667ebaba23380eb3357 | |
parent | 99153f44efacda0ebc3cd2eb42db0a36ef2145ad (diff) | |
download | moreutils-64b23baae5f1d0c283b3c25ee1f46c6b9eef596f.tar.gz |
Update errno manual page with new option
-rw-r--r-- | errno.docbook | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/errno.docbook b/errno.docbook index ccd2437..63ae492 100644 --- a/errno.docbook +++ b/errno.docbook @@ -62,6 +62,12 @@ with this program; if not, write to the Free Software Foundation, Inc., <arg>--search</arg> <arg choice="req"><replaceable>word</replaceable></arg> </cmdsynopsis> + <cmdsynopsis> + <command>errno</command> + <arg>-S</arg> + <arg>--search-all-locales</arg> + <arg choice="req"><replaceable>word</replaceable></arg> + </cmdsynopsis> </refsynopsisdiv> <refsect1> @@ -96,6 +102,15 @@ with this program; if not, write to the Free Software Foundation, Inc., all the given words (case-insensitive).</para> </listitem> </varlistentry> + + <varlistentry> + <term><option>-S</option></term> + <term><option>--search-all-locales</option></term> + <listitem> + <para>Like <option>--search</option>, but searches all + installed locales.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |