summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getuid.2
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-02-27 21:54:48 +0000
committerderaadt <deraadt@openbsd.org>1999-02-27 21:54:48 +0000
commit960f8fbd44b728dd399b6f0cecfac7f0443ae77a (patch)
tree7c7161599c52771fdf4d5c9d491663056a570428 /lib/libc/sys/getuid.2
parentdo not divide by zero; helbig@Informatik.BA-Stuttgart.DE (diff)
downloadwireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.tar.xz
wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.zip
make function names the correct case
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 75e78333f13..162bfe01839 100644
--- a/lib/libc/sys/getuid.2
+++ b/lib/libc/sys/getuid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getuid.2,v 1.2 1998/07/06 18:27:40 deraadt Exp $
+.\" $OpenBSD: getuid.2,v 1.3 1999/02/27 21:56:25 deraadt Exp $
.\" $NetBSD: getuid.2,v 1.6 1995/02/27 12:33:37 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -76,7 +76,7 @@ indicate an error.
.Xr getgid 2 ,
.Xr setreuid 2
.Sh STANDARDS
-.Fn Geteuid
+.Fn geteuid
and
.Fn getuid
functions conform to