CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/09/02 15:18:41
Modified files:
lib/libc/gen : Makefile.inc ftw.3 scandir.3
share/man/man5 : login.conf.5 spamd.conf.5
bin/chmod : chflags.1 chgrp.1 chmod.1 chown.8
bin/cp : cp.1
bin/ln : symlink.7
bin/rm : rm.1
sbin/dump : dump.8
usr.bin/cap_mkdb: cap_mkdb.1
usr.bin/du : du.1
usr.bin/find : find.1
usr.bin/getcap : getcap.1
usr.sbin/mtree : mtree.8
usr.sbin/npppd/npppd: npppd-users.5
usr.sbin/sensorsd: sensorsd.conf.5
Added files:
lib/libc/gen : cgetent.3 fts_open.3 opendir.3 user_from_uid.3
Removed files:
lib/libc/gen : directory.3 fts.3 getcap.3 pwcache.3
Log message:
More correction of section 3 layout. directory->opendir, fts->fts_open,
getcap->cgetent. pwcache->user_from_uid. And then repair references.
ok jmc