diff options
author | ru <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-17 07:44:44 +0000 |
commit | 6cc4b6c220d4e49fad2881c7dc754fa560248ef8 (patch) | |
tree | f5a5fbfda9358c31fa2746d0671fe366bb17d243 /usr.sbin/daemon | |
parent | 63a9efe25ce06fd299e33aba75e3dd445d67484c (diff) | |
download | FreeBSD-src-6cc4b6c220d4e49fad2881c7dc754fa560248ef8.zip FreeBSD-src-6cc4b6c220d4e49fad2881c7dc754fa560248ef8.tar.gz |
Added the EXIT STATUS section where appropriate.
Diffstat (limited to 'usr.sbin/daemon')
-rw-r--r-- | usr.sbin/daemon/daemon.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8 index a1048fd..74b5b81 100644 --- a/usr.sbin/daemon/daemon.8 +++ b/usr.sbin/daemon/daemon.8 @@ -58,7 +58,7 @@ Note, that the file will be created shortly before the process is actually executed, and will remain after the process exits (although it will be removed if the execution fails). .El -.Sh DIAGNOSTICS +.Sh EXIT STATUS The .Nm utility exits 1 if an error is returned by the @@ -67,6 +67,7 @@ library routine, 2 if the .Ar pidfile is requested, but cannot be opened, otherwise 0. +.Sh DIAGNOSTICS If the command cannot be executed, an error message is displayed on standard error unless the .Fl f |