summaryrefslogtreecommitdiffstats
path: root/usr.sbin/daemon
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
committerru <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
commit9f45c1d92e08ca0df8a3120536812394d23d746a (patch)
tree5be3daa298d2ca42efb7a9f88eff43492e0bfd56 /usr.sbin/daemon
parenta61052b4e84c4a944ab87da5111af6a18d5a0c6e (diff)
downloadFreeBSD-src-9f45c1d92e08ca0df8a3120536812394d23d746a.zip
FreeBSD-src-9f45c1d92e08ca0df8a3120536812394d23d746a.tar.gz
mdoc(7) fixes.
Diffstat (limited to 'usr.sbin/daemon')
-rw-r--r--usr.sbin/daemon/daemon.86
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8
index 23702db..a1048fd 100644
--- a/usr.sbin/daemon/daemon.8
+++ b/usr.sbin/daemon/daemon.8
@@ -52,7 +52,7 @@ Change the current working directory to the root
Redirect standard input, standard output and standard error to
.Pa /dev/null .
.It Fl p Ar file
-Write the id of the created process into the
+Write the ID of the created process into the
.Ar file .
Note, that the file will be created shortly before the process is
actually executed, and will remain after the process exits (although
@@ -63,7 +63,9 @@ The
.Nm
utility exits 1 if an error is returned by the
.Xr daemon 3
-library routine, 2 if the pid-file is requested, but can not be opened,
+library routine, 2 if the
+.Ar pidfile
+is requested, but cannot be opened,
otherwise 0.
If the command cannot be executed, an error message is displayed on
standard error unless the
OpenPOWER on IntegriCloud