diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-12-08 09:59:23 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-12-08 10:15:00 +0100 |
| commit | a62ca28af6663d9fe229924d162ea26739e38c3c (patch) | |
| tree | 71187ccf0ac59dd5a0a613a5d35a0e9abb68c35b | |
| parent | 0230194808fe7d667d7de492509fb7027c4a85ed (diff) | |
| download | man-pages-a62ca28af6663d9fe229924d162ea26739e38c3c.tar.gz | |
feature_test_macros.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man7/feature_test_macros.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index f9798affe0..08ac6fa8b4 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -201,7 +201,7 @@ it is implicit that the following has the same effect: .\" would make for a complicated description. Linux glibc understands the following feature test macros: -.TP +.TP 8 .B __STRICT_ANSI__ ISO Standard C. This macro is implicitly defined by @@ -290,7 +290,7 @@ is defined with the value 1. .B _POSIX_C_SOURCE is defined, according to the value of .BR _XOPEN_SOURCE : -.RS 7 +.RS .TP .BR _XOPEN_SOURCE " < 500" .B _POSIX_C_SOURCE |
