aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar timm-gs <33091277+timm-gs@users.noreply.github.com>2017-11-22 09:20:52 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-22 09:22:22 -0800
commitd420f6f4ea4c254eb26ffeef1b21dd380aad8b21 (patch)
tree2d66ed8f91cb76add9480d96c61e13523c3f30be /site/docs/user-manual.html
parent73fd99795e1eba495394bad99d42b6bb8010e85a (diff)
Fix typo in `user-manual.html`
And adjust macOS name Closes #4019. PiperOrigin-RevId: 176665076
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index 202cf63734..b1f64d4434 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -858,7 +858,7 @@ $ bazel fetch //...
Bazel uses sandboxes to guarantee that actions run hermetically<sup>1</sup> and correctly.
Bazel runs <i>Spawn</i>s (loosely speaking: actions) in sandboxes that only contain the minimal
set of files the tool requires to do its job. Currently sandboxing works on Linux 3.12 or newer
- with the <code>CONFIG_USER_NS</code> option enabled, and also on Mac OS 10.11 for newer.
+ with the <code>CONFIG_USER_NS</code> option enabled, and also on macOS 10.11 or newer.
</p>
<p>
Bazel will print a warning if your system does not support sandboxing to alert you to the fact