diff options
Diffstat (limited to 'man/daemon.xml')
-rw-r--r-- | man/daemon.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 258694080e..76ae832a42 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -92,7 +92,7 @@ best done by iterating through the available signals up to the limit of _NSIG and resetting them to - SIG_DFL.</para></listitem> + <constant>SIG_DFL</constant>.</para></listitem> <listitem><para>Reset the signal mask using @@ -237,11 +237,11 @@ to implement the following:</para> <orderedlist> - <listitem><para>If SIGTERM is + <listitem><para>If <constant>SIGTERM</constant> is received, shut down the daemon and exit cleanly.</para></listitem> - <listitem><para>If SIGHUP is received, + <listitem><para>If <constant>SIGHUP</constant> is received, reload the configuration files, if this applies.</para></listitem> |