View | Details | Raw Unified | Return to bug 17379
Collapse All | Expand All

(-)a/debian/docs/koha-passwd.xml (-1 / +50 lines)
Line 0 Link Here
0
- 
1
<article xmlns='http://docbook.org/ns/docbook'>
2
<title>koha-passwd</title>
3
<info>
4
    <productname>Koha</productname> is the first free software library automation package.
5
    <author>
6
        <personname>
7
            <firstname>Lucio</firstname>
8
            <surname>Moraes</surname>
9
        </personname>
10
        <affiliation>
11
            <orgname>Catalyst IT</orgname>
12
            <uri>http://www.catalyst.net.nz</uri>
13
        </affiliation>
14
        <contrib>Author</contrib>
15
    </author>
16
</info>
17
18
<refentry xml:id="koha-passwd">
19
20
    <refmeta>
21
        <refentrytitle>koha-passwd</refentrytitle>
22
        <manvolnum>8</manvolnum>
23
    </refmeta>
24
25
    <refnamediv>
26
        <refname>koha-passwd</refname>
27
        <refpurpose>Display a Koha instance's password.</refpurpose>
28
        <refclass>UNIX/Linux</refclass>
29
    </refnamediv>
30
31
    <refsynopsisdiv>
32
        <cmdsynopsis>
33
            <command>koha-passwd</command>
34
            <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
35
        </cmdsynopsis>
36
    </refsynopsisdiv>
37
38
    <refsect1><title>Description</title>
39
        <para>Display a password for one or more Koha instances.</para>
40
    </refsect1>
41
42
  <refsect1><title>See also</title>
43
  <simplelist type="inline">
44
    <member><command>koha-pass(8)</command></member>
45
  </simplelist>
46
  </refsect1>
47
48
</refentry>
49
50
</article>

Return to bug 17379