]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
uname.2, feature_test_macros.7: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 15 Nov 2020 21:28:28 +0000 (22:28 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 15 Nov 2020 21:30:17 +0000 (22:30 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/uname.2
man7/feature_test_macros.7

index 166e39849dff80ec0c9ebddb94e06931e221a18b..8cd7a7c3ecd408d2de45abfe7daeaf6efa1e3604 100644 (file)
@@ -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
index 0fb93c24969e255bc4f9da8e1cf2017ad5d21576..2bcca0c2d59f17781cebf1a53e6ac06a27b699fa 100644 (file)
@@ -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 <unistd.h>
 .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)