summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2024-01-08 23:37:43 +0100
committerGuillem Jover <guillem@hadrons.org>2024-01-08 23:37:43 +0100
commit304a1f831c4132780bb47433d76e6169872cefbc (patch)
tree3a91e87a05b20c4c2d1028cb7a35dad73a3fd220
parentedddd806dfb8c5be0459d66fd9845a11032bf472 (diff)
doc: Use macOS to refer to the operating system
This is the correct spelling, instead of capitalizing it.
-rw-r--r--include/bsd/vis.h2
-rw-r--r--man/libbsd.72
-rw-r--r--src/unvis.c2
-rw-r--r--src/vis.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/bsd/vis.h b/include/bsd/vis.h
index fb9ad27..dd150d7 100644
--- a/include/bsd/vis.h
+++ b/include/bsd/vis.h
@@ -93,7 +93,7 @@
* existing one in OpenBSD and Freedesktop's libbsd (the former having existed
* for over ten years). Despite this incompatibility being reported during
* development (see http://gnats.netbsd.org/44977) they still shipped it.
- * Even more unfortunately FreeBSD and later MacOS picked up this incompatible
+ * Even more unfortunately FreeBSD and later macOS picked up this incompatible
* implementation.
*
* Provide both implementations and default for now on the historical one to
diff --git a/man/libbsd.7 b/man/libbsd.7
index d4a2d42..5d498cd 100644
--- a/man/libbsd.7
+++ b/man/libbsd.7
@@ -150,7 +150,7 @@ Despite this incompatibility being reported during development (see
http://gnats.netbsd.org/44977) they still shipped it.
Even more unfortunately
.Fx
-and later MacOS picked up this incompatible implementation.
+and later macOS picked up this incompatible implementation.
.Pp
Provide both implementations and default for now to the historical one to
avoid breakage, but we will switch to the
diff --git a/src/unvis.c b/src/unvis.c
index 0f40a27..9c29f9e 100644
--- a/src/unvis.c
+++ b/src/unvis.c
@@ -554,7 +554,7 @@ strunvis(char *dst, const char *src)
* existing one in OpenBSD and Freedesktop's libbsd (the former having existed
* for over ten years). Despite this incompatibility being reported during
* development (see http://gnats.netbsd.org/44977) they still shipped it.
- * Even more unfortunately FreeBSD and later MacOS picked up this incompatible
+ * Even more unfortunately FreeBSD and later macOS picked up this incompatible
* implementation.
*
* Provide both implementations and default for now on the historical one to
diff --git a/src/vis.c b/src/vis.c
index f6261bc..1a18a57 100644
--- a/src/vis.c
+++ b/src/vis.c
@@ -723,7 +723,7 @@ strvis(char *mbdst, const char *mbsrc, int flags)
* existing one in OpenBSD and Freedesktop's libbsd (the former having existed
* for over ten years). Despite this incompatibility being reported during
* development (see http://gnats.netbsd.org/44977) they still shipped it.
- * Even more unfortunately FreeBSD and later MacOS picked up this incompatible
+ * Even more unfortunately FreeBSD and later macOS picked up this incompatible
* implementation.
*
* Provide both implementations and default for now on the historical one to