[master] 6aa71ea70 spelling: macos
Poul-Henning Kamp
phk at FreeBSD.org
Mon Aug 19 12:47:14 UTC 2024
commit 6aa71ea7098d97c2d89322899ed615082db56f5d
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date: Wed Aug 7 08:30:58 2024 -0400
spelling: macos
Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
diff --git a/doc/changes.rst b/doc/changes.rst
index 155d11c15..5d6f56269 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -646,7 +646,7 @@ Varnish Cache 7.2.0 (2022-09-15)
* Stevedore initialization via the ``.init()`` callback has been moved
to the worker process.
-* The parameter ``tcp_keepalive_time`` is supported on MacOS.
+* The parameter ``tcp_keepalive_time`` is supported on macOS.
* Duration parameters can optionally take a unit, with the same syntax as
duration units in VCL. Example: ``param.set default_grace 1h``.
@@ -1905,7 +1905,7 @@ Varnish Cache 6.4.0 (2020-03-16)
* Add more vcl control over timeouts with ``sess.timeout_linger``,
``sess.send_timeout`` and ``sess.idle_send_timeout``
-* Fix panics due to missing EINVAL handling on MacOS, see 1853_
+* Fix panics due to missing EINVAL handling on macOS, see 1853_
* Added ``VSLs()`` and ``VSLbs()`` functions for logging ``STRANDS`` to
VSL
@@ -6468,7 +6468,7 @@ Build system
wider range of platforms.
- Compatibility shims for clock\_gettime() are now correctly applied
- where needed, allowing Varnish to build on MacOS X.
+ where needed, allowing Varnish to build on Mac OS X.
- The autogen.sh script will now correctly detect and warn about
automake versions which are known not to work correctly.
diff --git a/doc/sphinx/installation/install_source.rst b/doc/sphinx/installation/install_source.rst
index 82bec51a9..1e10f9782 100644
--- a/doc/sphinx/installation/install_source.rst
+++ b/doc/sphinx/installation/install_source.rst
@@ -148,10 +148,10 @@ Optionally, to pull from a repository::
Then continue `Compiling Varnish`_
-Build dependencies on MacOS
+Build dependencies on macOS
---------------------------
-To compile varnish on MacOS, these steps should install the required
+To compile varnish on macOS, these steps should install the required
dependencies:
* Install ``xcode`` via the App Store
diff --git a/doc/sphinx/users-guide/storage-backends.rst b/doc/sphinx/users-guide/storage-backends.rst
index 70e953487..043025c2c 100644
--- a/doc/sphinx/users-guide/storage-backends.rst
+++ b/doc/sphinx/users-guide/storage-backends.rst
@@ -125,7 +125,7 @@ anyway. Traditionally, the virtual memory limit is configured with
for this limit like control groups (Linux) or resource controls
(Solaris).
-.. XXX idk about the BSD and MacOS abstractions -- slink
+.. XXX idk about the BSD and macOS abstractions -- slink
The 'path' parameter specifies either the path to the backing file or
the path to a directory in which `varnishd` will create the backing file.
diff --git a/doc/sphinx/whats-new/changes-7.2.rst b/doc/sphinx/whats-new/changes-7.2.rst
index a48cfa640..0d97bd998 100644
--- a/doc/sphinx/whats-new/changes-7.2.rst
+++ b/doc/sphinx/whats-new/changes-7.2.rst
@@ -40,7 +40,7 @@ respectively from ``120.000``, ``10.000`` and ``0.000`` to ``2m``, ``10s``
and ``0s``.
The platform-dependent ``tcp_keepalive_time`` parameter is supported on
-MacOS.
+macOS.
The new ``vcc_feature`` bits parameter replaces previous ``vcc_*`` boolean
parameters. The latter still exist as deprecated aliases.
More information about the varnish-commit
mailing list