From: Michael Kerrisk Date: Tue, 29 Sep 2020 19:33:20 +0000 (+0200) Subject: feature_test_macros.7: ffix X-Git-Tag: man-pages-5.09~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac786461f685cea668da56c5426d8eae445d1a1;p=thirdparty%2Fman-pages.git feature_test_macros.7: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index 4cc49c2fa3..8c80b087e3 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -130,14 +130,14 @@ In a few cases, manual pages use a shorthand for expressing the feature test macro requirements (this example from .BR readahead (2)): .PP -.in +4n +.RS +4 .EX .B #define _GNU_SOURCE .B #include .PP .BI "ssize_t readahead(int " fd ", off64_t *" offset ", size_t " count ); .EE -.in +.RE .PP This format is employed in cases where only a single feature test macro can be used to expose the function