summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/htonl.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Li -> .Vt where appropriate;jmc2022-09-111-8/+5
| | | | | | from josiah frentsos, tweaked by schwarze ok schwarze
* Xr the byteorder funcs; from tim kuijstenjmc2019-02-131-3/+4
|
* un-vax;jmc2016-03-101-3/+3
|
* POSIX specifies arpa/inet.h as the include file for these.millert2014-09-041-3/+3
| | | | OK aja@ mikeb@
* tweak previous;jmc2014-07-131-2/+2
|
* Split out ntoh[ls] and hton[ls] into their own manpage.guenther2014-07-131-0/+104
Update byteorder(3) to cover the new functions in <endian.h> ok deraadt@ millert@