CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/09/11 00:38:12
Modified files:
lib/libc/gen : frexp.3 getgrent.3 getpwent.3 getpwnam.3 glob.3
isalnum.3 isalpha.3 isblank.3 iscntrl.3
isdigit.3 isgraph.3 islower.3 isprint.3
ispunct.3 isspace.3 isupper.3 isxdigit.3
lockf.3 login_cap.3 modf.3 opendir.3 setjmp.3
times.3 tolower.3 toupper.3 uname.3 utime.3
lib/libc/locale: localeconv.3
lib/libc/net : ether_aton.3 getaddrinfo.3 getnameinfo.3
getpeereid.3 getrrsetbyname.3 htonl.3
inet_addr.3 inet_net_ntop.3 inet_ntop.3
lib/libc/regex : regex.3
lib/libc/rpc : xdr.3
lib/libc/stdio : fseek.3 getc.3 putc.3 ungetc.3
lib/libc/stdlib: atof.3 atoi.3 atol.3 atoll.3 div.3
getopt_long.3 imaxdiv.3 ldiv.3 lldiv.3 strtod.3
strtonum.3
lib/libc/string: memccpy.3 memchr.3 memcmp.3 memset.3
lib/libc/sys : accept.2 fcntl.2 getpeername.2 getrlimit.2
getsockname.2 getsockopt.2 ioctl.2 ptrace.2
quotactl.2
lib/libc/termios: tcsetattr.3
lib/libc/time : ctime.3
lib/libradius : radius_new_request_packet.3
share/man/man3 : bit_alloc.3 dl_iterate_phdr.3
share/man/man4 : bpf.4 ddb.4 openprom.4 options.4 speaker.4
share/man/man5 : ranlib.5
share/man/man8 : crash.8
share/man/man9 : printf.9 socreate.9 style.9
usr.bin/ssh : sshd.8
usr.sbin/zdump : zdump.8
Log message:
.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze
ok schwarze