diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 11:26:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 11:26:07 +0000 |
commit | 8a5c8165d48e7a9e7977e95d13b393ec33bb9e5b (patch) | |
tree | f8b7b2847db7e500cd03cb028beacd051694c478 /lib/libc/gen | |
parent | d352d4560cb2b50fecc84e1dff915cbb19b81d18 (diff) |
fix typos; netbsd pr#2376; from beal@umiacs.UMD.EDU
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/pwcache.3 | 4 |
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. |