From: Michael Kerrisk Date: Sun, 15 Nov 2020 21:28:28 +0000 (+0100) Subject: uname.2, feature_test_macros.7: ffix X-Git-Tag: man-pages-5.10~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678f71707ef8a50a6c1c652bfd3fe4dcfe9b2147;p=thirdparty%2Fman-pages.git uname.2, feature_test_macros.7: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man2/uname.2 b/man2/uname.2 index 166e39849d..8cd7a7c3ec 100644 --- a/man2/uname.2 +++ b/man2/uname.2 @@ -46,7 +46,8 @@ struct utsname { char sysname[]; /* Operating system name (e.g., "Linux") */ char nodename[]; /* Name within "some implementation-defined network" */ - char release[]; /* Operating system release (e.g., "2.6.28") */ + char release[]; /* Operating system release + (e.g., "2.6.28") */ char version[]; /* Operating system version */ char machine[]; /* Hardware identifier */ #ifdef _GNU_SOURCE diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index 0fb93c2496..2bcca0c2d5 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -77,7 +77,7 @@ the manual page SYNOPSIS typically includes a note of the following form .BR acct (2) manual page): .PP -.RS 8 +.RS .B #include .PP .BI "int acct(const char *" filename ); @@ -87,7 +87,7 @@ manual page): Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): .EE -.RS +.RE .PP .BR acct (): _BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)