]> git.koha-community.org Git - koha.git/commit
Bug 9247 - Add two more usage examples to the manpage for koha-mysql
authorMagnus Enger <magnus@enger.priv.no>
Tue, 30 Jul 2013 13:32:31 +0000 (15:32 +0200)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Fri, 11 Oct 2013 18:44:44 +0000 (15:44 -0300)
commitb86da7f924e81cb3f233582f362170810cec6c6a
tree1df0426b0d3120da26a893fc7f509e29f7526fb6
parente02ee046bfc78566a1f048a414fbc6bc4babddee
Bug 9247 - Add two more usage examples to the manpage for koha-mysql

It might not be immediately obvious that it is possible to send
SQL queries "directly" to the koha-mysql command, or that files
from mysqldump can be loaded with it. This patch adds these as
"example usage" to the man page for koha-mysql.

To test:

Run these commands and look at the formatted man page:
$ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \
  debian/docs/koha-mysql.xml
$ man -l koha-mysql.8

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

This patch also corrects a couple places where "Koha" was written as "koha".

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Test plan, all tests and QA script pass.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 5b121593800088656a0430da641b4c12a4e53980)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 45f9a4a0385967f5e4dfd2ff4b77412353d77a83)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit 45f9a4a0385967f5e4dfd2ff4b77412353d77a83)
debian/docs/koha-mysql.xml