Koha/debian/docs
Andreas Roussos 920d3efcdf Bug 17429: document the --plack/--noplack options of koha-list
The man page of koha-list does not list the --plack and --noplack
options.

This patch fixes that.

Test plan:

1) View the current man page for `koha-list` (with `man koha-list`)
   and notice how the --plack and --noplack options are missing.

2) Apply this patch.

3) Run the following command to re-generate the man page:

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

   View the manual page again (with `man -l koha-list.8`), the
   two options are now displayed under SYNOPSIS and OPTIONS.

4) Make sure this test passes:
   prove -v xt/verify-debian-docbook.t

Signed-off-by: Mazen Khallaf <mazen.i.khallaf@gamil.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-01-19 16:03:34 +01:00
..
koha-common.xml Bug 22417: Add debian script koha-worker 2020-10-05 15:22:44 +02:00
koha-create-dirs.xml
koha-create.xml Bug 26290: Add option forsetting default SMTP parameters in koha-conf.xml 2020-10-02 15:27:18 +02:00
koha-disable.xml
koha-dump-defaults.xml
koha-dump.xml
koha-elasticsearch.xml Bug 23137: Add documentation 2020-04-29 17:02:11 +01:00
koha-email-disable.xml
koha-email-enable.xml
koha-enable.xml
koha-foreach.xml
koha-indexer.xml Bug 24306: (QA follow-up) Fix the XML 2020-08-13 07:55:44 +02:00
koha-list.xml Bug 17429: document the --plack/--noplack options of koha-list 2021-01-19 16:03:34 +01:00
koha-mysql.xml
koha-mysqlcheck.xml
koha-plack.xml
koha-rebuild-zebra.xml
koha-remove.xml
koha-reset-passwd.xml
koha-restore.xml
koha-run-backups.xml Bug 21111: Add --exclude-indexes to koha-run-backups 2020-11-04 12:59:34 +01:00
koha-shell.xml
koha-sip.xml Bug 24340: allow koha-sip --disable inst 2020-02-12 16:09:35 +00:00
koha-sitemap.xml
koha-translate.xml
koha-upgrade-schema.xml
koha-upgrade-to-3.4.xml
koha-zebra.xml
LEEME.Debian