summaryrefslogtreecommitdiff
path: root/lib/libc/sys/getpid.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
commitaaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch)
treebc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/sys/getpid.2
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/sys/getpid.2')
-rw-r--r--lib/libc/sys/getpid.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2
index 24876a6f706..71fea284aa6 100644
--- a/lib/libc/sys/getpid.2
+++ b/lib/libc/sys/getpid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpid.2,v 1.3 1998/07/06 18:27:33 deraadt Exp $
+.\" $OpenBSD: getpid.2,v 1.4 1999/02/27 21:56:21 deraadt Exp $
.\" $NetBSD: getpid.2,v 1.5 1995/02/27 12:33:12 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -49,14 +49,14 @@
.Ft pid_t
.Fn getppid void
.Sh DESCRIPTION
-.Fn Getpid
+.Fn getpid
returns
the process ID of
the calling process.
The ID is guaranteed to be unique and is
useful for constructing temporary file names.
.Pp
-.Fn Getppid
+.Fn getppid
returns the process ID of the parent
of the calling process.
.Sh ERRORS
@@ -69,7 +69,7 @@ indicate an error.
.Sh SEE ALSO
.Xr gethostid 3
.Sh STANDARDS
-.Fn Getpid
+.Fn getpid
and
.Fn getppid
conform to