aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-05 10:07:18 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-05 11:01:22 +0100
commitb15b92a5855dd60f083e6e6a9f96ba1391fd8635 (patch)
tree3bc7d1a2d1530493e82fe939dc7687afd738da6c
parent9d2adbae200c900baa17a68419048233f27da798 (diff)
downloadman-pages-b15b92a5855dd60f083e6e6a9f96ba1391fd8635.tar.gz
fsync.2, gethostname.2, stat.2, getutent.3: Minor consistency clean-ups in FTMs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/fsync.22
-rw-r--r--man2/gethostname.22
-rw-r--r--man2/stat.22
-rw-r--r--man3/getutent.34
4 files changed, 5 insertions, 5 deletions
diff --git a/man2/fsync.2 b/man2/fsync.2
index 9deaf871af..cbaa02b065 100644
--- a/man2/fsync.2
+++ b/man2/fsync.2
@@ -57,7 +57,7 @@ Feature Test Macro Requirements for glibc (see
No feature test macros need be defined
Glibc up to and including 2.15:
_BSD_SOURCE || _XOPEN_SOURCE
- || /* since glibc 2.8: */ _POSIX_C_SOURCE\ >=\ 200112L
+ || /* Since glibc 2.8: */ _POSIX_C_SOURCE\ >=\ 200112L
.PP
.BR fdatasync ():
_POSIX_C_SOURCE\ >=\ 199309L || _XOPEN_SOURCE\ >=\ 500
diff --git a/man2/gethostname.2 b/man2/gethostname.2
index 5f197d7d41..ffb28bdd50 100644
--- a/man2/gethostname.2
+++ b/man2/gethostname.2
@@ -48,7 +48,7 @@ Feature Test Macro Requirements for glibc (see
.BR gethostname ():
.nf
_XOPEN_SOURCE\ >=\ 500 || _POSIX_C_SOURCE\ >=\ 200112L ||
- /* glibc 2.19 and earlier */ _BSD_SOURCE
+ /* Glibc 2.19 and earlier */ _BSD_SOURCE
.\" The above is something of a simplification
.\" also in glibc before 2.3 there was a bit churn
.fi
diff --git a/man2/stat.2 b/man2/stat.2
index 9d04f5e5a5..1e656550d6 100644
--- a/man2/stat.2
+++ b/man2/stat.2
@@ -64,7 +64,7 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR lstat ():
.nf
- /* glibc 2.19 and earlier */ _BSD_SOURCE
+ /* Glibc 2.19 and earlier */ _BSD_SOURCE
|| /* Since glibc 2.20 */ _DEFAULT_SOURCE
|| _XOPEN_SOURCE\ >=\ 500
.\" _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
diff --git a/man3/getutent.3 b/man3/getutent.3
index ac35fa13de..1d769de30f 100644
--- a/man3/getutent.3
+++ b/man3/getutent.3
@@ -288,8 +288,8 @@ Feature Test Macro Requirements for glibc (see
.BR getutline_r ():
.nf
_GNU_SOURCE
- || /* since glibc 2.19: */ _DEFAULT_SOURCE
- || /* glibc <= 2.19: */ _SVID_SOURCE || _BSD_SOURCE
+ || /* Since glibc 2.19: */ _DEFAULT_SOURCE
+ || /* Glibc <= 2.19: */ _SVID_SOURCE || _BSD_SOURCE
.fi
.PP
These functions are GNU extensions, analogs of the functions of the