diff options
author | 1999-09-22 22:01:25 +0000 | |
---|---|---|
committer | 1999-09-22 22:01:25 +0000 | |
commit | 95988e7d2100ac8370a11e9538a4c84bac385fe7 (patch) | |
tree | b2b973b449b030d7aea67cbcd20c866649f4e193 | |
parent | sync (diff) | |
download | wireguard-openbsd-95988e7d2100ac8370a11e9538a4c84bac385fe7.tar.xz wireguard-openbsd-95988e7d2100ac8370a11e9538a4c84bac385fe7.zip |
Add a RETURN VALUES section; fgsch@
-rw-r--r-- | lib/libc/gen/daemon.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3 index d00ac098e24..8acc08b3b53 100644 --- a/lib/libc/gen/daemon.3 +++ b/lib/libc/gen/daemon.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: daemon.3,v 1.6 1999/07/09 13:35:16 aaron Exp $ +.\" $OpenBSD: daemon.3,v 1.7 1999/09/22 22:01:25 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -60,6 +60,10 @@ is non-zero, .Fn daemon will redirect standard input, standard output and standard error to .Pa /dev/null . +.Sh RETURN VALUES +Upon success, +.Fn daemon +returns 0; otherwise \-1 is returned. .Sh ERRORS The function .Fn daemon |