summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getuid.2
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-09-18 07:33:47 +0000
committerderaadt <deraadt@openbsd.org>2002-09-18 07:33:47 +0000
commit1c64d2e44fa0499abda207f03e43eb39c2797157 (patch)
tree1d97e5129504fee375f40b31fba02943e9649b6d /lib/libc/sys/getuid.2
parentbye bye (diff)
downloadwireguard-openbsd-1c64d2e44fa0499abda207f03e43eb39c2797157.tar.xz
wireguard-openbsd-1c64d2e44fa0499abda207f03e43eb39c2797157.zip
fix Xr refs; frisco@blackant.net
Diffstat (limited to 'lib/libc/sys/getuid.2')
-rw-r--r--lib/libc/sys/getuid.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2
index 8b02ba40551..e878a05df37 100644
--- a/lib/libc/sys/getuid.2
+++ b/lib/libc/sys/getuid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getuid.2,v 1.7 2000/10/18 05:12:10 aaron Exp $
+.\" $OpenBSD: getuid.2,v 1.8 2002/09/18 07:33:47 deraadt Exp $
.\" $NetBSD: getuid.2,v 1.6 1995/02/27 12:33:37 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -73,7 +73,7 @@ functions are always successful, and no return value is reserved to
indicate an error.
.Sh SEE ALSO
.Xr getgid 2 ,
-.Xr setreuid 2 ,
+.Xr setreuid 3 ,
.Xr setuid 2
.Sh STANDARDS
The