Bug 10645: adding missing zebra languages to koha-create manpage
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 25 Jul 2013 19:08:43 +0000 (16:08 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 26 Aug 2013 14:40:09 +0000 (14:40 +0000)
There were some missing zebra language options in the man page for koha-create.

Trivial string change.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tested using the following commands:

$ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \
  debian/docs/koha-list.xml
$ man -l koha-list.8

Also:
prove -v xt/verify-debian-docbook.t

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
debian/docs/koha-create.xml

index 31c168a..6ac2171 100644 (file)
       <varlistentry>
         <term><option>ZEBRA_LANGUAGE</option></term>
         <listitem>
-          <para>Primary  language  for Zebra indexing. Possible values are 'en', 'fr' and 'nb'.</para>
+          <para>Primary  language  for Zebra indexing. Possible values are 'en', 'es', 'fr', 'nb', 'ru' and 'uk'.</para>
         </listitem>
       </varlistentry>