diff options
Diffstat (limited to 'man7/feature_test_macros.7')
| -rw-r--r-- | man7/feature_test_macros.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index 6c98e59871..3a26397986 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -85,13 +85,13 @@ from .I either of the following macro definitions must be made before including any header files: -.RS -.nf - +.PP +.in +4n +.EX #define _BSD_SOURCE #define _XOPEN_SOURCE /* or any value < 500 */ -.fi -.RE +.EE +.in .PP Alternatively, equivalent definitions can be included in the compilation command: |
