aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
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