Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Li -> .Vt where appropriate; | jmc | 2022-09-11 | 1 | -3/+3 |
| | | | | | | from josiah frentsos, tweaked by schwarze ok schwarze | ||||
* | inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header | claudio | 2021-09-01 | 1 | -2/+3 |
| | | | | | to the list. While here remove some of the headers from inet_net_ntop(3) for balance. | ||||
* | mop up for inet_net rename; ok deraadt | jmc | 2019-08-30 | 1 | -3/+3 |
| | |||||
* | update the little endian processor list to give it a chance of matching | tedu | 2017-07-08 | 1 | -3/+3 |
| | | | | what the reader is using. | ||||
* | Add a bit more detail about dot notation from the old inet(3) manpage. | guenther | 2014-05-09 | 1 | -3/+11 |
| | | | | ok jmc@ | ||||
* | Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3), | guenther | 2014-04-19 | 1 | -0/+204 |
1990s -> inet_addr(3), 2000s and beyond -> inet_ntop(3). ok tedu@ (who also noted the timeline) deraadt@ jmc@ |