summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-11-02 14:10:56 +0000
committerru <ru@FreeBSD.org>2006-11-02 14:10:56 +0000
commit6332347a5132939cd5bd3aa98c3179937f0ba368 (patch)
treecc0850de16a3e705a45f00d2f679e9fa70e7ab33 /lib
parentcab0eda108dcab7fcb29349eb102624a4218bace (diff)
downloadFreeBSD-src-6332347a5132939cd5bd3aa98c3179937f0ba368.zip
FreeBSD-src-6332347a5132939cd5bd3aa98c3179937f0ba368.tar.gz
Replace the SEE ALSO xrefs with a more reasonable set stolen from POSIX.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getpid.29
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2
index 20e3319..f8b3743 100644
--- a/lib/libc/sys/getpid.2
+++ b/lib/libc/sys/getpid.2
@@ -32,7 +32,7 @@
.\" @(#)getpid.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 4, 1993
+.Dd November 2, 2006
.Dt GETPID 2
.Os
.Sh NAME
@@ -75,7 +75,12 @@ and
system calls are always successful, and no return value is reserved to
indicate an error.
.Sh SEE ALSO
-.Xr gethostid 3
+.Xr fork 2 ,
+.Xr getpgrp 2 ,
+.Xr kill 2 ,
+.Xr setpgid 2 ,
+.Xr setsid 2 ,
+.Xr exec 3
.Sh STANDARDS
The
.Fn getpid
OpenPOWER on IntegriCloud