summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_addr.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Li -> .Vt where appropriate;jmc2022-09-111-3/+3
| | | | | | from josiah frentsos, tweaked by schwarze ok schwarze
* mop up for inet_net rename; ok deraadtjmc2019-08-301-3/+3
|
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-301-3/+3
| | | | | and correct Xr. ok jmc
* Remove references to the obsolete getnetent(3) and networks(5).schwarze2018-04-281-5/+3
|
* update the little endian processor list to give it a chance of matchingtedu2017-07-081-3/+3
| | | | what the reader is using.
* Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3),guenther2014-04-191-0/+197
1990s -> inet_addr(3), 2000s and beyond -> inet_ntop(3). ok tedu@ (who also noted the timeline) deraadt@ jmc@