aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getw.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getw.3')
-rw-r--r--man3/getw.316
1 files changed, 12 insertions, 4 deletions
diff --git a/man3/getw.3 b/man3/getw.3
index a2d926fd7d..47e0f4e5d8 100644
--- a/man3/getw.3
+++ b/man3/getw.3
@@ -39,12 +39,20 @@ Feature Test Macro Requirements for glibc (see
.sp
.BR gutw (),
.BR putw ():
-.br
-Since glibc 2.3.3: _SVID_SOURCE || _BSD_SOURCE ||
+.ad l
+.PD 0
+.RS 4
+.TP 4
+Since glibc 2.3.3:
+_SVID_SOURCE || _BSD_SOURCE ||
(_XOPEN_SOURCE && !(_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600))
-.br
-Before glibc 2.3.3: _SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE
+.TP
+Before glibc 2.3.3:
+_SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE
_GNU_SOURCE
+.RE
+.PD
+.ad
.SH DESCRIPTION
.BR getw ()
reads a word (that is, an \fIint\fP) from \fIstream\fP.