summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-01-11 22:16:11 +0000
committeralex <alex@FreeBSD.org>1998-01-11 22:16:11 +0000
commit9817ffb8021a7ad08615a48791426e5d1891f397 (patch)
tree918b6bfaac32b57f3f1f9b56f72b410e8583f137 /lib/libc
parent92ed9ca3127f323fa434b152815746eb57d6ceec (diff)
downloadFreeBSD-src-9817ffb8021a7ad08615a48791426e5d1891f397.zip
FreeBSD-src-9817ffb8021a7ad08615a48791426e5d1891f397.tar.gz
Added sys/types.h to synopsis as per POSIX.
Obtained from: OpenBSD
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/getpid.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2
index b57fd60..d9bce03 100644
--- a/lib/libc/sys/getpid.2
+++ b/lib/libc/sys/getpid.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getpid.2 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: getpid.2,v 1.6 1997/02/22 15:03:51 peter Exp $
.\"
.Dd June 4, 1993
.Dt GETPID 2
@@ -40,6 +40,7 @@
.Nm getppid
.Nd get parent or calling process identification
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <unistd.h>
.Ft pid_t
.Fn getpid void
OpenPOWER on IntegriCloud