libc: More missing MLINKS.

Differential Revision:	https://reviews.freebsd.org/D42292
This commit is contained in:
Dag-Erling Smørgrav
2023-10-20 12:29:20 +02:00
parent 87945a0829
commit ca57a343e8
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -62,7 +62,11 @@
.Sh NAME .Sh NAME
.Nm pwcache , .Nm pwcache ,
.Nm user_from_uid , .Nm user_from_uid ,
.Nm group_from_gid .Nm uid_from_user ,
.Nm pwcache_userdb ,
.Nm group_from_gid ,
.Nm gid_from_group ,
.Nm pwcache_groupdb
.Nd cache password and group entries .Nd cache password and group entries
.Sh LIBRARY .Sh LIBRARY
.Lb libc .Lb libc
+5 -1
View File
@@ -484,7 +484,11 @@ MLINKS+=posix_spawn.3 posix_spawnp.3 \
MLINKS+=psignal.3 strsignal.3 \ MLINKS+=psignal.3 strsignal.3 \
psignal.3 sys_siglist.3 \ psignal.3 sys_siglist.3 \
psignal.3 sys_signame.3 psignal.3 sys_signame.3
MLINKS+=pwcache.3 group_from_gid.3 \ MLINKS+=pwcache.3 gid_from_group.3 \
pwcache.3 group_from_gid.3 \
pwcache.3 pwcache_groupdb.3 \
pwcache.3 pwcache_userdb.3 \
pwcache.3 uid_from_user.3 \
pwcache.3 user_from_uid.3 pwcache.3 user_from_uid.3
MLINKS+=rand48.3 _rand48.3 \ MLINKS+=rand48.3 _rand48.3 \
rand48.3 drand48.3 \ rand48.3 drand48.3 \