From d420f6f4ea4c254eb26ffeef1b21dd380aad8b21 Mon Sep 17 00:00:00 2001 From: timm-gs <33091277+timm-gs@users.noreply.github.com> Date: Wed, 22 Nov 2017 09:20:52 -0800 Subject: Fix typo in `user-manual.html` And adjust macOS name Closes #4019. PiperOrigin-RevId: 176665076 --- site/docs/user-manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs/user-manual.html') 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 hermetically1 and correctly. Bazel runs Spawns (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 CONFIG_USER_NS option enabled, and also on Mac OS 10.11 for newer. + with the CONFIG_USER_NS option enabled, and also on macOS 10.11 or newer.

Bazel will print a warning if your system does not support sandboxing to alert you to the fact -- cgit v1.2.3