man: document the effects of supported signals
authorBeniamino Galvani <bgalvani@redhat.com>
Tue, 19 Jan 2016 10:36:07 +0000 (11:36 +0100)
committerBeniamino Galvani <bgalvani@redhat.com>
Tue, 19 Jan 2016 10:48:49 +0000 (11:48 +0100)
man/NetworkManager.xml

index f981d84..2df37d9 100644 (file)
     </variablelist>
   </refsect1>
 
+  <refsect1>
+    <title>SIGNALS</title>
+    <para>
+      NetworkManager process handles the following signals:
+      <variablelist>
+        <varlistentry>
+          <term><varname>SIGHUP</varname></term>
+          <listitem><para>
+          The signal causes a reload of NetworkManager's configuration.
+          Note that not all configuration parameters can be changed at
+          runtime and therefore some changes may be applied only after
+          the next restart of the daemon. The signal also forces a
+          rewrite of DNS configuration.
+          </para></listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><varname>SIGUSR1</varname></term>
+          <listitem><para>
+            The signal forces a rewrite of DNS configuration.
+          </para></listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><varname>SIGUSR2</varname></term>
+          <listitem><para>
+            The signal has no effect at the moment.
+          </para></listitem>
+        </varlistentry>
+      </variablelist>
+    </para>
+  </refsect1>
+
   <refsect1>
     <title>DEBUGGING</title>
     <para>