diff options
Diffstat (limited to 'man3/endian.3')
| -rw-r--r-- | man3/endian.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/endian.3 b/man3/endian.3 index ee040ffa0d..16ea0161e3 100644 --- a/man3/endian.3 +++ b/man3/endian.3 @@ -23,14 +23,14 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH ENDIAN 3 2009-01-19 "GNU" "Linux Programmer's Manual" +.TH ENDIAN 3 2010-09-10 "GNU" "Linux Programmer's Manual" .SH NAME htobe16, htole16, be16toh, le16toh, htobe32, htole32, be32toh, le32toh, htobe64, htole64, be64toh, le64toh \- convert values between host and big-/little-endian byte order .SH SYNOPSIS .nf -.B #define _BSD_SOURCE +.BR "#define _BSD_SOURCE" " /* See feature_test_macros(7) */" .B #include <endian.h> .BI "uint16_t htobe16(uint16_t " host_16bits ); |
