diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-04 15:50:33 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-04 15:55:20 +0100 |
| commit | 3d614fb849ff803f76f0a7c2cc19fe930dc4f19b (patch) | |
| tree | 7fd6227b64a9c01d05f9653d3f3ea6686e595916 /man3 | |
| parent | 255d42333e34f684356b1fd16afc7a90ebefc8fe (diff) | |
| download | man-pages-3d614fb849ff803f76f0a7c2cc19fe930dc4f19b.tar.gz | |
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>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/atan2.3 | 2 | ||||
| -rw-r--r-- | man3/ctime.3 | 2 | ||||
| -rw-r--r-- | man3/getcwd.3 | 2 | ||||
| -rw-r--r-- | man3/isgreater.3 | 2 | ||||
| -rw-r--r-- | man3/iswblank.3 | 2 | ||||
| -rw-r--r-- | man3/scalbln.3 | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/man3/atan2.3 b/man3/atan2.3 index 0712c64fde..911f50bec7 100644 --- a/man3/atan2.3 +++ b/man3/atan2.3 @@ -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 diff --git a/man3/ctime.3 b/man3/ctime.3 index c68bdb4a57..d079015a7e 100644 --- a/man3/ctime.3 +++ b/man3/ctime.3 @@ -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 diff --git a/man3/getcwd.3 b/man3/getcwd.3 index c27c36abae..c7fa373e0e 100644 --- a/man3/getcwd.3 +++ b/man3/getcwd.3 @@ -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 diff --git a/man3/isgreater.3 b/man3/isgreater.3 index 4fad607720..c268061293 100644 --- a/man3/isgreater.3 +++ b/man3/isgreater.3 @@ -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 diff --git a/man3/iswblank.3 b/man3/iswblank.3 index ac94f7810c..170093c983 100644 --- a/man3/iswblank.3 +++ b/man3/iswblank.3 @@ -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 diff --git a/man3/scalbln.3 b/man3/scalbln.3 index 3fdfb378d0..7ec7fe2e3a 100644 --- a/man3/scalbln.3 +++ b/man3/scalbln.3 @@ -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 |
