]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
feature_test_macros.7: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 19:33:20 +0000 (21:33 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 20:00:44 +0000 (22:00 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/feature_test_macros.7

index 4cc49c2fa3bbf86fafdfbf741a9668a1a3abdba0..8c80b087e3af3ed142dcf9dea92b60fc3a4b1533 100644 (file)
@@ -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 <fcntl.h>
 .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