From: Guillem Jover Date: Mon, 8 Jan 2024 22:37:43 +0000 (+0100) Subject: doc: Use macOS to refer to the operating system X-Git-Tag: 0.12.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=304a1f831c4132780bb47433d76e6169872cefbc;p=thirdparty%2Flibbsd.git doc: Use macOS to refer to the operating system This is the correct spelling, instead of capitalizing it. --- 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