diff options
Diffstat (limited to 'lib/libc/sys/getuid.2')
-rw-r--r-- | lib/libc/sys/getuid.2 | 4 |
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 |