From 9bc5600aa49aac63db1d428cb76250ae5bbeee74 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 19 Jan 2016 11:36:07 +0100 Subject: [PATCH] man: document the effects of supported signals --- man/NetworkManager.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/man/NetworkManager.xml b/man/NetworkManager.xml index f981d8489e..2df37d9a59 100644 --- a/man/NetworkManager.xml +++ b/man/NetworkManager.xml @@ -396,6 +396,37 @@ + + SIGNALS + + NetworkManager process handles the following signals: + + + SIGHUP + + 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. + + + + SIGUSR1 + + The signal forces a rewrite of DNS configuration. + + + + SIGUSR2 + + The signal has no effect at the moment. + + + + + + DEBUGGING