]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: macos
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 29 Sep 2023 09:08:59 +0000 (05:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 29 Sep 2023 09:13:57 +0000 (05:13 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/changelog/4.7.rst
pdns/dnsdistdist/docs/changelog.rst
pdns/recursordist/docs/changelog/4.6.rst
pdns/recursordist/docs/changelog/4.8.rst
pdns/recursordist/docs/getting-started.rst

index 341f0e18e35fdde9c801d79741e69065fc5ac359..818e6e24d26891499ff676c301dfa4f5ebc0ffbe 100644 (file)
@@ -258,7 +258,7 @@ Changelogs for 4.7.x
     :tags: Improvements
     :pullreq: 12029
 
-    clang14 has reached MacOS
+    clang14 has reached macOS
 
   .. change::
     :tags: Improvements
index 79778a8ae24d26b3a3c9afc1fd0b9e7d1ffa63ee..949cfce92baf4cfb55a1fe625d55ffc310290038 100644 (file)
@@ -2574,7 +2574,7 @@ Changelog
     :tags: Bug Fixes
     :pullreq: 9925
 
-    Appease clang++ 12 ASAN on MacOS
+    Appease clang++ 12 ASAN on macOS
 
   .. change::
     :tags: Improvements
index 4372face88d1af319212631323b974b0b3df1576..30b9bc41dc4f7bf2b5699fa9acae7146d9208f01 100644 (file)
@@ -468,7 +468,7 @@ Changelogs for 4.6.X
     :pullreq: 10634
     :tickets: 10631
 
-    Move MacOS to kqueue event handler and assorted compile fixes.
+    Move macOS to kqueue event handler and assorted compile fixes.
 
   .. change::
     :tags: Bug Fixes
index a560303683558513f433560026e6e2ad03848aba..4a2b20af91a850cecc1550dda218914ba1668c2c 100644 (file)
@@ -472,7 +472,7 @@ Changelogs for 4.8.X
     :pullreq: 11857
     :tickets: 11855
 
-    Set ``rec_control_LDFLAGS``, needed for MacOS or any platforms where libcrypto is not in default lib path.
+    Set ``rec_control_LDFLAGS``, needed for macOS or any platforms where libcrypto is not in default lib path.
 
   .. change::
     :tags: Improvements
index 9a31549963cbcfd94cf88c3b642a1cc6ea932083..2e16bab51f3e245b84ed326310b58cff1acff5ae 100644 (file)
@@ -31,9 +31,9 @@ OpenBSD
 On OpenBSD, :program:`Recursor` is available through the `OpenBSD ports system <https://openports.se/net/powerdns_recursor>`_.
 Run ``pkg_add powerdns-recursor`` as root to install.
 
-MacOS
+macOS
 ^^^^^
-On MacOS :program:`Recursor` is available through `brew <https://brew.sh/>`_.
+On macOS :program:`Recursor` is available through `brew <https://brew.sh/>`_.
 Run ``brew install pdnsrec`` to install.
 
 Compiling From Source