diff options
author | 1999-02-16 16:49:20 +0000 | |
---|---|---|
committer | 1999-02-16 16:49:20 +0000 | |
commit | cd7cd254efe1cbedcc7dbcc74acce012f78758a6 (patch) | |
tree | a68d625096449b54c052f00ac363f9d167e19271 | |
parent | update prototypes now that socket functions take socklen_t as a length parameter (diff) | |
download | wireguard-openbsd-cd7cd254efe1cbedcc7dbcc74acce012f78758a6.tar.xz wireguard-openbsd-cd7cd254efe1cbedcc7dbcc74acce012f78758a6.zip |
daemon returns int
-rw-r--r-- | lib/libc/gen/daemon.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3 index 7cae5d31a3c..f8fa711adb2 100644 --- a/lib/libc/gen/daemon.3 +++ b/lib/libc/gen/daemon.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: daemon.3,v 1.3 1998/10/05 20:08:55 art Exp $ +.\" $OpenBSD: daemon.3,v 1.4 1999/02/16 16:49:20 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,6 +39,7 @@ .Nd run in the background .Sh SYNOPSIS .Fd #include <stdlib.h> +.Ft int .Fn daemon "int nochdir" "int noclose" .Sh DESCRIPTION .Pp |