From aaf2d58f0d5749cc06139b7e1db0b22881ba61bd Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 27 Feb 1999 21:57:41 +0000 Subject: make function names the correct case --- lib/libc/sys/getpid.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/sys/getpid.2') 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 -- cgit v1.2.3