diff options
Diffstat (limited to 'upstream/fedora-rawhide/man7/daemon.7')
-rw-r--r-- | upstream/fedora-rawhide/man7/daemon.7 | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/upstream/fedora-rawhide/man7/daemon.7 b/upstream/fedora-rawhide/man7/daemon.7 index 6fcf79b7..459ca89c 100644 --- a/upstream/fedora-rawhide/man7/daemon.7 +++ b/upstream/fedora-rawhide/man7/daemon.7 @@ -1,5 +1,5 @@ '\" t -.TH "DAEMON" "7" "" "systemd 255" "daemon" +.TH "DAEMON" "7" "" "systemd 256~rc3" "daemon" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -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 @@ -831,13 +831,7 @@ It is recommended to follow the general guidelines for placing package files, as \fBfile-hierarchy\fR(7)\&. .SH "SEE ALSO" .PP -\fBsystemd\fR(1), -\fBsd-daemon\fR(3), -\fBsd_listen_fds\fR(3), -\fBsd_notify\fR(3), -\fBdaemon\fR(3), -\fBsystemd.service\fR(5), -\fBfile-hierarchy\fR(7) +\fBsystemd\fR(1), \fBsd-daemon\fR(3), \fBsd_listen_fds\fR(3), \fBsd_notify\fR(3), \fBdaemon\fR(3), \fBsystemd.service\fR(5), \fBfile-hierarchy\fR(7) .SH "NOTES" .IP " 1." 4 LSB recommendations for SysV init scripts |