summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1998-01-11 22:16:11 +0000
committerAlexander Langer <alex@FreeBSD.org>1998-01-11 22:16:11 +0000
commit21bcb535ea40b08ea63008cf7c33ee61a1e92a6f (patch)
treef82b6cde6ac914c4a05971e5033d7519fad3adeb /lib/libc
parent7ea0dca625ecf30607e925cbaf4618a7c0e1a34d (diff)
Notes
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 b57fd60e8859..d9bce03bc859 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