byteorder.3: SEE ALSO: add endian(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-01-14 23:18:23 +13:00
parent f7c3598ef1
commit 095fdaea89
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.\" Modified Sat Jul 24 21:29:05 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Thu Jul 26 14:06:20 2001 by Andries Brouwer (aeb@cwi.nl)
.\"
.TH BYTEORDER 3 1993-04-15 "GNU" "Linux Programmer's Manual"
.TH BYTEORDER 3 2009-01-15 "GNU" "Linux Programmer's Manual"
.SH NAME
htonl, htons, ntohl, ntohs \- convert values between host and network
byte order
@ -75,5 +75,6 @@ Some systems require the inclusion of
instead of
.IR <arpa/inet.h> .
.SH "SEE ALSO"
.BR endian (3),
.BR gethostbyname (3),
.BR getservent (3)