From 095fdaea891f49a2e117d505973bf5e513962033 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 14 Jan 2009 23:18:23 +1300 Subject: [PATCH] byteorder.3: SEE ALSO: add endian(3) Signed-off-by: Michael Kerrisk --- man3/byteorder.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man3/byteorder.3 b/man3/byteorder.3 index c9776ea4c..a8c03ec9b 100644 --- a/man3/byteorder.3 +++ b/man3/byteorder.3 @@ -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 . .SH "SEE ALSO" +.BR endian (3), .BR gethostbyname (3), .BR getservent (3)