From: Zbigniew Jędrzejewski-Szmek Date: Fri, 3 Oct 2014 21:44:23 +0000 (-0400) Subject: man: use more markup in daemon(7) X-Git-Tag: v217~327 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=610158048a03f25be88a36cb7c81d11177a2c559 man: use more markup in daemon(7) --- diff --git a/man/daemon.xml b/man/daemon.xml index a23a04794..99c75a7a1 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -85,13 +85,14 @@ with a fallback of iterating from file descriptor 3 to the value returned by getrlimit() for - RLIMIT_NOFILE. + RLIMIT_NOFILE. + Reset all signal handlers to their default. This is best done by iterating through the available signals up to the limit of - _NSIG and resetting them to + _NSIG and resetting them to SIG_DFL. Reset the signal mask @@ -330,7 +331,7 @@ init system. If log priorities are necessary, these can be encoded by prefixing individual log lines with - strings like "<4>" (for log + strings like <4> (for log priority 4 "WARNING" in the syslog priority scheme), following a similar style as the Linux kernel's @@ -610,7 +611,7 @@ on a network interface, because network sockets shall be bound to the address. However, an alternative to implement - this is by utilizing the Linux IP_FREEBIND + this is by utilizing the Linux IP_FREEBIND socket option, as accessible via FreeBind=yes in systemd socket files (see