From 9ac786461f685cea668da56c5426d8eae445d1a1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 29 Sep 2020 21:33:20 +0200 Subject: [PATCH] feature_test_macros.7: ffix Signed-off-by: Michael Kerrisk --- man7/feature_test_macros.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2