diff options
author | Joel Dahl <joel@FreeBSD.org> | 2013-09-13 19:19:21 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2013-09-13 19:19:21 +0000 |
commit | 40e463f4d9a24ea8e7b227c145b214c88060b15c (patch) | |
tree | b76785cb2dbad1b5e15e251f0ef620b7786fb64e /usr.sbin/daemon | |
parent | 0e75d62e8ba56f20a27559093d8d99620360cceb (diff) | |
download | src-40e463f4d9a24ea8e7b227c145b214c88060b15c.tar.gz src-40e463f4d9a24ea8e7b227c145b214c88060b15c.zip |
Notes
Diffstat (limited to 'usr.sbin/daemon')
-rw-r--r-- | usr.sbin/daemon/daemon.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8 index 82f20fd114a2..87cfd980aec2 100644 --- a/usr.sbin/daemon/daemon.8 +++ b/usr.sbin/daemon/daemon.8 @@ -73,7 +73,7 @@ regardless of whether the .Fl u option is used or not. .It Fl P Ar supervisor_pidfile -Write the ID of the +Write the ID of the .Nm process into the .Ar supervisor_pidfile @@ -120,7 +120,7 @@ The .Fl P option is useful combined with the .Fl r -option as +option as .Ar supervisor_pidfile contains the ID of the supervisor not the child. This is especially important if you use @@ -128,7 +128,7 @@ not the child. This is especially important if you use in an rc script as the .Fl p option will give you the child's ID to signal when you attempt to -stop the service, causing +stop the service, causing .Nm to restart the child. .Sh EXIT STATUS |