]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getusershell.3, getw.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 19 Sep 2010 05:23:27 +0000 (07:23 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 22 Sep 2010 14:59:07 +0000 (16:59 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/getusershell.3
man3/getw.3

index d50ef8c3601f682727086bc7b8944ea0ce5b7400..b31e2d6dae784b89586522b966ae7660d48b0a92 100644 (file)
@@ -48,7 +48,9 @@ Feature Test Macro Requirements for glibc (see
 .BR getusershell (),
 .BR setusershell (),
 .BR endusershell ():
+.RS 4
 _BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)
+.RE
 .ad b
 .SH DESCRIPTION
 The
index a2d926fd7d6e274103e4d12997050e3136e38ac9..47e0f4e5d8858b525cb9dffbbc1ecd9a214ef39b 100644 (file)
@@ -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.