summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-11-02 14:10:56 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-11-02 14:10:56 +0000
commitf19110addc7ef6e5ac9ab82f5584c20b12e47aff (patch)
treecc0850de16a3e705a45f00d2f679e9fa70e7ab33
parent9641e3896639af5a28760765943173991f45930a (diff)
Notes
-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 20e33192ac63f..f8b3743a5fa7f 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