aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-12-02 08:44:31 +0000
committeryaworsky <yaworsky>2005-12-02 08:44:31 +0000
commit26439bd634d99da300bef9e1df100cfd3d3cde50 (patch)
tree5b33c939c4d48b362dfdef01268fee6e3302deda /doc
parentb417e72c736f062e9ed9a02dcf1161c3a918a593 (diff)
downloadsyslog-win32-26439bd634d99da300bef9e1df100cfd3d3cde50.tar.gz
syslog-win32-26439bd634d99da300bef9e1df100cfd3d3cde50.tar.xz
syslog-win32-26439bd634d99da300bef9e1df100cfd3d3cde50.zip
Added command line options --start and --restart
Diffstat (limited to 'doc')
-rw-r--r--doc/src/syslogd.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/src/syslogd.xml b/doc/src/syslogd.xml
index 4093b51..90aa2f1 100644
--- a/doc/src/syslogd.xml
+++ b/doc/src/syslogd.xml
@@ -22,7 +22,9 @@
<group choice="opt"><arg>-I</arg><arg>--instance</arg><replaceable>name</replaceable></group>
<group choice="opt"><arg>-p</arg><arg>--priority</arg><replaceable>name</replaceable></group>
<group choice="opt"><arg>-r</arg><arg>--remove</arg></group>
+<arg choice="opt">--start</arg>
<group choice="opt"><arg>-s</arg><arg>--shutdown</arg></group>
+<arg choice="opt">--restart</arg>
<group choice="opt"><arg>-v</arg><arg>--verbose</arg></group>
</cmdsynopsis>
</refsynopsisdiv>
@@ -86,6 +88,16 @@ Stop and remove service.
</varlistentry>
<varlistentry>
<term>
+<option>--start</option>
+ </term>
+ <listitem>
+ <para>
+Start installed service.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
<option>-s</option> | <option>--shutdown</option>
</term>
<listitem>
@@ -96,6 +108,16 @@ Gracefully shutdown service.
</varlistentry>
<varlistentry>
<term>
+<option>--restart</option>
+ </term>
+ <listitem>
+ <para>
+Restart service.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
<option>-v</option> | <option>--verbose</option>
</term>
<listitem>