daemon returns int. From OpenBSD.

This commit is contained in:
kristerw 1999-03-14 18:10:02 +00:00
parent 1ff51fea1a
commit a37972b8d8

View File

@ -1,4 +1,4 @@
.\" $NetBSD: daemon.3,v 1.5 1998/10/06 06:31:41 hwr Exp $
.\" $NetBSD: daemon.3,v 1.6 1999/03/14 18:10:02 kristerw Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@ -43,6 +43,7 @@
.Lb libc
.Sh SYNOPSIS
.Fd #include <stdlib.h>
.Ft int
.Fn daemon "int nochdir" "int noclose"
.Sh DESCRIPTION
.Pp