summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-16 16:49:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-16 16:49:21 +0000
commitf87f0bfdbc3d12fc1d5cc6b1e00a0160de74a34b (patch)
treea3743a712fd18a018fc4234e9f0de56ed36ce8a2
parent9e60462e8ba2ed52cb3dade41dec5b1d4b69ca43 (diff)
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