clock_getres.2, atan2.3, ctime.3, getcwd.3, isgreater.3, iswblank.3, scalbln.3: ffix

Consistently use 4-space indents for FTMs.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-04 15:50:33 +01:00
parent 255d42333e
commit 3d614fb849
7 changed files with 8 additions and 8 deletions

View File

@ -52,7 +52,7 @@ Feature Test Macro Requirements for glibc (see
.BR clock_getres (),
.BR clock_gettime (),
.BR clock_settime ():
.RS
.RS 4
_POSIX_C_SOURCE\ >=\ 199309L
.RE
.ad b

View File

@ -54,7 +54,7 @@ Feature Test Macro Requirements for glibc (see
.ad l
.BR atan2f (),
.BR atan2l ():
.RS
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
|| /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE

View File

@ -65,7 +65,7 @@ Feature Test Macro Requirements for glibc (see
.BR ctime_r (),
.BR gmtime_r (),
.BR localtime_r ():
.RS
.RS 4
_POSIX_C_SOURCE
|| /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.RE

View File

@ -47,7 +47,7 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR get_current_dir_name ():
.RS
.RS 4
_GNU_SOURCE
.RE
.PP

View File

@ -32,7 +32,7 @@ Feature Test Macro Requirements for glibc (see
.PP
.ad l
All functions described here:
.RS
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
.RE
.ad b

View File

@ -30,7 +30,7 @@ Feature Test Macro Requirements for glibc (see
.PP
.ad l
.BR iswblank ():
.RS
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
.RE
.ad

View File

@ -52,7 +52,7 @@ Feature Test Macro Requirements for glibc (see
.BR scalbln (),
.BR scalblnf (),
.BR scalblnl ():
.RS
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
.RE
@ -60,7 +60,7 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
.BR scalbn (),
.BR scalbnf (),
.BR scalbnl ():
.RS
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
|| /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE