man: document the effects of supported signals

This commit is contained in:
Beniamino Galvani 2016-01-19 11:36:07 +01:00
parent 1e90ef2043
commit 9bc5600aa4

View file

@ -396,6 +396,37 @@
</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>