summaryrefslogtreecommitdiffstats
path: root/man3type
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-02-05 16:57:58 +0100
committerAlejandro Colomar <alx@kernel.org>2023-02-05 16:59:30 +0100
commit75c018a1d6474ffa1779ac8e8d98ad865c255aee (patch)
treea0e21eaf56f5cf1c0abb8f2c159ec8e17a8b829e /man3type
parent1f9949d11f499e5758f7e213e528b022cd8ad8f1 (diff)
Many pages: Use lowercase for 'glibc'
It's a proper noun, whose original letter case should be respected. glibc's own documentation uses always lowercase; let's do the same here. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3type')
-rw-r--r--man3type/size_t.3type2
-rw-r--r--man3type/stat.3type2
-rw-r--r--man3type/tm.3type2
3 files changed, 3 insertions, 3 deletions
diff --git a/man3type/size_t.3type b/man3type/size_t.3type
index ba02993a2..74577dc0b 100644
--- a/man3type/size_t.3type
+++ b/man3type/size_t.3type
@@ -58,7 +58,7 @@ for printing
values.
.TP
.I ssize_t
-Glibc and most other implementations provide a length modifier for
+glibc and most other implementations provide a length modifier for
.I ssize_t
for the
.BR printf (3)
diff --git a/man3type/stat.3type b/man3type/stat.3type
index 2a635a667..0905e0ea5 100644
--- a/man3type/stat.3type
+++ b/man3type/stat.3type
@@ -51,7 +51,7 @@ Feature Test Macro Requirements for glibc (see
.nf
Since glibc 2.12:
_POSIX_C_SOURCE >= 200809L || _XOPEN_SOURCE >= 700
- Glibc 2.19 and earlier:
+ glibc 2.19 and earlier:
_BSD_SOURCE || _SVID_SOURCE
.fi
.SH DESCRIPTION
diff --git a/man3type/tm.3type b/man3type/tm.3type
index 6df7f78a0..79e0cfc25 100644
--- a/man3type/tm.3type
+++ b/man3type/tm.3type
@@ -43,7 +43,7 @@ Feature Test Macro Requirements for glibc (see
.\" Guarded with __USE_MISC:
Since glibc 2.20:
_DEFAULT_SOURCE
- Glibc 2.20 and earlier:
+ glibc 2.20 and earlier:
_BSD_SOURCE
.fi
.SH DESCRIPTION