diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
commit | f29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch) | |
tree | a5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/sys/getpid.2 | |
parent | 906e3d9014b754421b64647e705b3cca2e9a7c01 (diff) |
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/getpid.2')
-rw-r--r-- | lib/libc/sys/getpid.2 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2 index 7b52243ac82..4c1c08cdb26 100644 --- a/lib/libc/sys/getpid.2 +++ b/lib/libc/sys/getpid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpid.2,v 1.6 1999/06/29 14:10:00 aaron Exp $ +.\" $OpenBSD: getpid.2,v 1.7 2000/10/18 05:12:09 aaron Exp $ .\" $NetBSD: getpid.2,v 1.5 1995/02/27 12:33:12 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -50,15 +50,12 @@ .Fn getppid void .Sh DESCRIPTION .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. +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 -returns the process ID of the parent -of the calling process. +returns the process ID of the parent of the calling process. .Sh ERRORS The .Fn getpid |