From 304a1f831c4132780bb47433d76e6169872cefbc Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 8 Jan 2024 23:37:43 +0100 Subject: [PATCH] doc: Use macOS to refer to the operating system This is the correct spelling, instead of capitalizing it. --- include/bsd/vis.h | 2 +- man/libbsd.7 | 2 +- src/unvis.c | 2 +- src/vis.c | 2 +- 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