OSDN Git Service

(split) LDP man-pages の original/ を v3.30 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / swab.3
index c131623..ec8e50a 100644 (file)
@@ -31,7 +31,7 @@
 swab \- swap adjacent bytes
 .SH SYNOPSIS
 .nf
-.B #define _XOPEN_SOURCE
+.BR "#define _XOPEN_SOURCE" "       /* See feature_test_macros(7) */"
 .B #include <unistd.h>
 .sp
 .BI "void swab(const void *" from ", void *" to ", ssize_t " n );
@@ -56,5 +56,4 @@ function returns no value.
 .SH "CONFORMING TO"
 SVr4, 4.3BSD, POSIX.1-2001.
 .SH "SEE ALSO"
-.BR bstring (3),
-.BR feature_test_macros (7)
+.BR bstring (3)