diff options
Diffstat (limited to 'upstream/archlinux/man7/daemon.7')
-rw-r--r-- | upstream/archlinux/man7/daemon.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/upstream/archlinux/man7/daemon.7 b/upstream/archlinux/man7/daemon.7 index 6fcf79b7..2e0aaf20 100644 --- a/upstream/archlinux/man7/daemon.7 +++ b/upstream/archlinux/man7/daemon.7 @@ -116,7 +116,7 @@ to detach from any terminal and create an independent session\&. .\} In the child, call \fBfork()\fR -again, to ensure that the daemon can never re\-acquire a terminal again\&. (This relevant if the program \(em and all its dependencies \(em does not carefully specify `O_NOCTTY` on each and every single `open()` call that might potentially open a TTY device node\&.) +again, to ensure that the daemon can never re\-acquire a terminal again\&. (This is relevant if the program \(em and all its dependencies \(em does not carefully specify `O_NOCTTY` on each and every single `open()` call that might potentially open a TTY device node\&.) .RE .sp .RS 4 @@ -375,7 +375,7 @@ If your daemon provides services to other local processes or remote clients via If the service opens sockets or other files on it own, and those file descriptors shall survive a restart, the daemon should store them in the service manager via \fBsd_notify\fR(3) with -\fIFDSTORE=1\fR\&.\&. +\fIFDSTORE=1\fR\&. .RE .sp .RS 4 |