diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-03-30 06:44:45 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-03-30 06:44:45 +0000 |
commit | 7353b406b71ee1701c5834d2c70eeba482f2abb6 (patch) | |
tree | 3753939a683be9566110c7871591f4095cb55a4e /lib/libc/sys/getpid.2 | |
parent | e81aee4ff1f613b05626bc1aed55232335030d62 (diff) |
Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but
some other fixes included...
*at() function ERRORS description suggested by matthew@
ok deraadt@
Diffstat (limited to 'lib/libc/sys/getpid.2')
-rw-r--r-- | lib/libc/sys/getpid.2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/getpid.2 b/lib/libc/sys/getpid.2 index 5933a369556..069d49c748e 100644 --- a/lib/libc/sys/getpid.2 +++ b/lib/libc/sys/getpid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpid.2,v 1.11 2007/05/31 19:19:32 jmc Exp $ +.\" $OpenBSD: getpid.2,v 1.12 2013/03/30 06:44:44 guenther Exp $ .\" $NetBSD: getpid.2,v 1.5 1995/02/27 12:33:12 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getpid.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 30 2013 $ .Dt GETPID 2 .Os .Sh NAME @@ -38,7 +38,6 @@ .Nm getppid .Nd get parent or calling process identification .Sh SYNOPSIS -.Fd #include <sys/types.h> .Fd #include <unistd.h> .Ft pid_t .Fn getpid void @@ -65,4 +64,4 @@ reserved to indicate an error. and .Fn getppid conform to -.St -p1003.1-88 . +.St -p1003.1-2008 . |