summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-02-16 16:49:20 +0000
committerderaadt <deraadt@openbsd.org>1999-02-16 16:49:20 +0000
commitcd7cd254efe1cbedcc7dbcc74acce012f78758a6 (patch)
treea68d625096449b54c052f00ac363f9d167e19271
parentupdate prototypes now that socket functions take socklen_t as a length parameter (diff)
downloadwireguard-openbsd-cd7cd254efe1cbedcc7dbcc74acce012f78758a6.tar.xz
wireguard-openbsd-cd7cd254efe1cbedcc7dbcc74acce012f78758a6.zip
daemon returns int
-rw-r--r--lib/libc/gen/daemon.33
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