Summary: | Document the --plack option for koha-list | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Command-line Utilities | Assignee: | Andreas Roussos <a.roussos> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | a.roussos, andrew, caroline.cyr-la-rose, fridolin.somers, robin, victor |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | String patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
21.05.00,20.11.02,20.05.09,19.11.15
|
Circulation function: | |
Bug Depends on: | 13791 | ||
Bug Blocks: | |||
Attachments: |
Bug 17429: document the --plack/--noplack options of koha-list
Bug 17429: document the --plack/--noplack options of koha-list Bug 17429: document the --plack/--noplack options of koha-list |
Description
Magnus Enger
2016-10-11 16:38:13 UTC
I've emailed Magnus about this Bug, and he graciously agreed to let me assign this to myself and also re-use his test plan from Bug 10622. Created attachment 114720 [details] [review] 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 Created attachment 115253 [details] [review] 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> Created attachment 115259 [details] [review] 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> Thx for your sign-off, Mazen! Pushed to master for 21.05, thanks to everybody involved! Pushed to 20.11.x for 20.11.02 Pushed to 20.05.x for 20.05.09 Backported: Pushed to 19.11.x branch for 19.11.15 |