From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 29 Sep 2023 09:08:59 +0000 (-0400) Subject: spelling: macos X-Git-Tag: dnsdist-1.9.0-alpha2~3^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112aaaa4e47fe3cbe42373e3e1ebba1482e153a0;p=thirdparty%2Fpdns.git spelling: macos Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/changelog/4.7.rst b/docs/changelog/4.7.rst index 341f0e18e3..818e6e24d2 100644 --- a/docs/changelog/4.7.rst +++ b/docs/changelog/4.7.rst @@ -258,7 +258,7 @@ Changelogs for 4.7.x :tags: Improvements :pullreq: 12029 - clang14 has reached MacOS + clang14 has reached macOS .. change:: :tags: Improvements diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 79778a8ae2..949cfce92b 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -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 diff --git a/pdns/recursordist/docs/changelog/4.6.rst b/pdns/recursordist/docs/changelog/4.6.rst index 4372face88..30b9bc41dc 100644 --- a/pdns/recursordist/docs/changelog/4.6.rst +++ b/pdns/recursordist/docs/changelog/4.6.rst @@ -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 diff --git a/pdns/recursordist/docs/changelog/4.8.rst b/pdns/recursordist/docs/changelog/4.8.rst index a560303683..4a2b20af91 100644 --- a/pdns/recursordist/docs/changelog/4.8.rst +++ b/pdns/recursordist/docs/changelog/4.8.rst @@ -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 diff --git a/pdns/recursordist/docs/getting-started.rst b/pdns/recursordist/docs/getting-started.rst index 9a31549963..2e16bab51f 100644 --- a/pdns/recursordist/docs/getting-started.rst +++ b/pdns/recursordist/docs/getting-started.rst @@ -31,9 +31,9 @@ OpenBSD On OpenBSD, :program:`Recursor` is available through the `OpenBSD ports system `_. Run ``pkg_add powerdns-recursor`` as root to install. -MacOS +macOS ^^^^^ -On MacOS :program:`Recursor` is available through `brew `_. +On macOS :program:`Recursor` is available through `brew `_. Run ``brew install pdnsrec`` to install. Compiling From Source