summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-06 11:26:06 +0000
committerderaadt <deraadt@openbsd.org>1996-05-06 11:26:06 +0000
commitdac2c3bc2687267b439fd29037f7c692c6426715 (patch)
treeac58609d937f93866c93d77a6da213e40817da0a
parentdo the ^W right. (diff)
downloadwireguard-openbsd-dac2c3bc2687267b439fd29037f7c692c6426715.tar.xz
wireguard-openbsd-dac2c3bc2687267b439fd29037f7c692c6426715.zip
fix typos; netbsd pr#2376; from beal@umiacs.UMD.EDU
-rw-r--r--lib/libc/gen/pwcache.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3
index 434a87c0f66..8dc99dd6994 100644
--- a/lib/libc/gen/pwcache.3
+++ b/lib/libc/gen/pwcache.3
@@ -85,7 +85,7 @@ pointer is returned.
.Xr getpwuid 3
.Sh HISTORY
The
-.Fn user_from_id
+.Fn user_from_uid
and
-.Fn group_from_id
+.Fn group_from_gid
functions first appeared in 4.4BSD.