From 84476c755f3cfe19296926a34970f1957d2e5567 Mon Sep 17 00:00:00 2001
From: Magnus Enger <magnus@enger.priv.no>
Date: Tue, 5 Mar 2013 13:49:11 +0100
Subject: [PATCH] Bug 9250 - Followup to add koha-*-sip commands to
 koha-common.xml

The original patch for Bug 9250 did not add the new commands to
debian/docs/koha-common.xml, which functions as a sort of table
of contents for the real commands. This patch adds them.

Signed-off-by: Robin Sheat <robin@catalyst.net.nz>

Simple documentation patch
---
 debian/docs/koha-common.xml |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/debian/docs/koha-common.xml b/debian/docs/koha-common.xml
index bbef4f2..3b9ed60 100644
--- a/debian/docs/koha-common.xml
+++ b/debian/docs/koha-common.xml
@@ -167,6 +167,32 @@
     </variablelist>
     </refsect2>
 
+    <refsect2><title>SIP2-related</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>koha-enable-sip</option></term>
+        <listitem>
+          <para>Copies the SIP configuration file to allow SIP to be controlled by init scripts.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>koha-start-sip</option></term>
+        <listitem>
+          <para>Starts the SIP daemon for the specified Koha instances.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>koha-stop-sip</option></term>
+        <listitem>
+          <para>Stops the SIP daemon for the specified Koha instances.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+    </refsect2>
+
     <refsect2><title>Misc</title>
     <variablelist>
 
-- 
1.7.10.4