diff options
-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> |