summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_net_ntop.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the headerclaudio2021-09-011-4/+2
| | | | | to the list. While here remove some of the headers from inet_net_ntop(3) for balance.
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-301-0/+197
and correct Xr. ok jmc