summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getuid.2
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-08-04 07:08:23 +0000
committerjmc <jmc@openbsd.org>2008-08-04 07:08:23 +0000
commit0747adb3a22b873adeec30f9fa00f316d00cf70a (patch)
tree097f08863d00f88c3ab220c37ebac0070feb2347 /lib/libc/sys/getuid.2
parentProperly output machdep.chipset values on alpha models without pci buses; (diff)
downloadwireguard-openbsd-0747adb3a22b873adeec30f9fa00f316d00cf70a.tar.xz
wireguard-openbsd-0747adb3a22b873adeec30f9fa00f316d00cf70a.zip
improve SEE ALSO links; from Ingo Schwarze
ok otto millert
Diffstat (limited to 'lib/libc/sys/getuid.2')
-rw-r--r--lib/libc/sys/getuid.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2
index dd6e4ed97c0..720f0d9b1c4 100644
--- a/lib/libc/sys/getuid.2
+++ b/lib/libc/sys/getuid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getuid.2,v 1.12 2007/05/31 19:19:32 jmc Exp $
+.\" $OpenBSD: getuid.2,v 1.13 2008/08/04 07:08:23 jmc 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: May 31 2007 $
+.Dd $Mdocdate: August 4 2008 $
.Dt GETUID 2
.Os
.Sh NAME
@@ -69,6 +69,7 @@ functions are always successful, and no return value is reserved to
indicate an error.
.Sh SEE ALSO
.Xr getgid 2 ,
+.Xr getresuid 2 ,
.Xr setreuid 2 ,
.Xr setuid 2
.Sh STANDARDS