Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages
authorMagnus Enger <magnus@enger.priv.no>
Sun, 30 Sep 2012 07:57:37 +0000 (09:57 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 24 Oct 2012 16:18:42 +0000 (18:18 +0200)
commit5a648ac884be0a25112f01e309de64dd1b862e22
tree758c399722bcc7ac051530f7689c1c06db43e892
parent1c4125cd0ec8cca40dc23930f0676d94358b9868
Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages

1. Create a page for koha-run-backups
2. Fix the synopsis for koha-foreach
3. Add koha-create and koha-run-backups to koha-common

To test
- Convert the changed xml files to man pages with
$ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl koha-x.xml
- View generated pages with e.g.
$ man -l koha-x.8"
  (Replace x with the names of the changed files)
- Check that the changes make sense

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>

Works as described. I was able to produce the 3 man files, load them with man
command, and see the added information properly formated.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
debian/docs/koha-common.xml
debian/docs/koha-foreach.xml
debian/docs/koha-run-backups.xml [new file with mode: 0644]