From f87f0bfdbc3d12fc1d5cc6b1e00a0160de74a34b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 16 Feb 1999 16:49:21 +0000 Subject: daemon returns int --- lib/libc/gen/daemon.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/gen') 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 +.Ft int .Fn daemon "int nochdir" "int noclose" .Sh DESCRIPTION .Pp -- cgit v1.2.3