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/getuid.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/getuid.2')
-rw-r--r-- | lib/libc/sys/getuid.2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2 index 0e4bdf635c1..74f4641191b 100644 --- a/lib/libc/sys/getuid.2 +++ b/lib/libc/sys/getuid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getuid.2,v 1.14 2011/11/17 14:26:14 schwarze Exp $ +.\" $OpenBSD: getuid.2,v 1.15 2013/03/30 06:44:44 guenther Exp $ .\" $NetBSD: getuid.2,v 1.6 1995/02/27 12:33:37 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getuid.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: November 17 2011 $ +.Dd $Mdocdate: March 30 2013 $ .Dt GETUID 2 .Os .Sh NAME @@ -38,7 +38,6 @@ .Nm geteuid .Nd get user identification .Sh SYNOPSIS -.Fd #include <sys/types.h> .Fd #include <unistd.h> .Ft uid_t .Fn getuid void @@ -78,7 +77,7 @@ The and .Fn geteuid functions conform to -.St -p1003.1-88 . +.St -p1003.1-2008 . .Sh HISTORY The .Fn getuid |