summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_net_ntop.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Li -> .Vt where appropriate;jmc2022-09-111-4/+4
| | | | | | from josiah frentsos, tweaked by schwarze ok schwarze
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-4/+4
| | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
* 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