Merge branch 'deb_scripts_312beta3' into 3.14-master
[koha.git] / debian / docs / koha-stop-sip.xml
1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-stop-sip</title>
3 <info>
4     <productname>Koha</productname> is the first free software library automation package.
5     <author>
6         <personname>
7             <firstname>Robin</firstname>
8             <surname>Sheat</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-stop-sip">
19
20     <refmeta>
21         <refentrytitle>koha-stop-sip</refentrytitle>
22         <manvolnum>8</manvolnum>
23     </refmeta>
24
25     <refnamediv>
26         <refname>koha-stop-sip</refname>
27         <refpurpose>Stops the SIP daemon for the specified Koha instances.</refpurpose>
28         <refclass>UNIX/Linux</refclass>
29     </refnamediv>
30
31     <refsynopsisdiv>
32         <cmdsynopsis>
33             <command>koha-stop-sip</command>
34             <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
35         </cmdsynopsis>
36     </refsynopsisdiv>
37
38     <refsect1><title>Description</title>
39         <para>This will stop the SIP daemon for the Koha instance specified by <arg>instancename</arg>.</para>
40         <para>If it's not running, an note will be displayed.</para>
41     </refsect1>
42
43   <refsect1><title>See also</title>
44   <simplelist type="inline">
45     <member><command>koha-start-sip(8)</command></member>
46     <member><command>koha-enable-sip(8)</command></member>
47   </simplelist>
48   </refsect1>
49
50 </refentry>
51
52 </article>