]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
doc: Use macOS to refer to the operating system
authorGuillem Jover <guillem@hadrons.org>
Mon, 8 Jan 2024 22:37:43 +0000 (23:37 +0100)
committerGuillem Jover <guillem@hadrons.org>
Mon, 8 Jan 2024 22:37:43 +0000 (23:37 +0100)
This is the correct spelling, instead of capitalizing it.

include/bsd/vis.h
man/libbsd.7
src/unvis.c
src/vis.c

index fb9ad274ad84ead8eb9453c4f0a233503da505b2..dd150d7e62a764f5b1032ebefcaf77c438888fd3 100644 (file)
@@ -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
index d4a2d4271a15fa3c71151d94f7fb6c6d57903f53..5d498cd32614453508a99f5624c388b5cd4da31d 100644 (file)
@@ -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
index 0f40a270fb9d3d8152d419157eacea81e7334cbf..9c29f9e4caff564c651533478507c96768cbb339 100644 (file)
@@ -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
index f6261bc1ce9e8c34ce36948c315e1bd4bc5998e3..1a18a57991756ddd3beb0cd717aafe6748caa6f7 100644 (file)
--- 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