Bug 17379: Add a man page for koha-passwd

Adding a manpage for the koha-passwd utility.

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

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

Signed-off-by: Mika Smith <mikasmith@catalyst.net.nz>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Lucio Moraes 2016-10-24 08:23:20 +00:00 committed by Tomas Cohen Arazi
parent 2569fd0aee
commit be6955e17d
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

50
debian/docs/koha-passwd.xml vendored Normal file
View file

@ -0,0 +1,50 @@
<article xmlns='http://docbook.org/ns/docbook'>
<title>koha-passwd</title>
<info>
<productname>Koha</productname> is the first free software library automation package.
<author>
<personname>
<firstname>Mason</firstname>
<surname>James</surname>
</personname>
<affiliation>
<orgname>The Koha Community</orgname>
<uri>http://koha-community.org</uri>
</affiliation>
<contrib>Author</contrib>
</author>
</info>
<refentry xml:id="koha-passwd">
<refmeta>
<refentrytitle>koha-passwd</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
<refname>koha-passwd</refname>
<refpurpose>Display a Koha instance's password.</refpurpose>
<refclass>UNIX/Linux</refclass>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>koha-passwd</command>
<arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>Display a password for one or more Koha instances.</para>
</refsect1>
<refsect1><title>See also</title>
<simplelist type="inline">
<member><command>Full documentation: https://koha-community.org/documentation/</command></member>
</simplelist>
</refsect1>
</refentry>
</article>