uname.2, feature_test_macros.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-15 22:28:28 +01:00
parent 2ec12d3f32
commit 678f71707e
2 changed files with 4 additions and 3 deletions

View 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

View 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)