aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar lberki <lberki@google.com>2017-12-07 04:21:34 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-07 04:23:35 -0800
commitf071a23f2fc4acde0eee5f80a18acec253d0bec9 (patch)
treef820a464fbff26fa67fc1078c0d823810cb1ceff /site/docs/user-manual.html
parent3ebb3d9d5010eee380f042fe435f61b00f8087dd (diff)
Replace fictional usernames with "johndoe".
Sounds a bit more neutral than either the username of an actual person (Ulf, in this case) or the abbreviation for "J. Random Luser". RELNOTES: None. PiperOrigin-RevId: 178224013
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index 36bc2796e1..a908572d84 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -101,7 +101,7 @@ title: User Manual
</p>
<pre>
% ps -e f
- 16143 ? Sl 3:00 bazel(src-jrluser2) -server -Djava.library.path=...
+ 16143 ? Sl 3:00 bazel(src-johndoe2) -server -Djava.library.path=...
</pre>
<p>
This makes it easier to find out which server process belongs to a
@@ -2391,7 +2391,7 @@ either to the terminal, or to additional log files.
<pre>
&gt;&gt;&gt;&gt;&gt; # //examples/cpp:hello-world [action 'Linking examples/cpp/hello-world']
- (cd /home/jrluser/.cache/bazel/_bazel_jrluser/4c084335afceb392cfbe7c31afee3a9f/bazel && \
+ (cd /home/johndoe/.cache/bazel/_bazel_johndoe/4c084335afceb392cfbe7c31afee3a9f/bazel && \
exec env - \
/usr/bin/gcc -o bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world -B/usr/bin/ -Wl,-z,relro,-z,now -no-canonical-prefixes -pass-exit-codes -Wl,-S -Wl,@bazel-out/local_linux-fastbuild/bin/examples/cpp/hello-world-2.params)
</pre>
@@ -3417,7 +3417,7 @@ adb -s deadbeef install ...
and the name of the workspace directory (actually, its MD5 digest),
so a typical value looks like:
- <code>/var/tmp/google/_bazel_jrluser/d41d8cd98f00b204e9800998ecf8427e</code>.
+ <code>/var/tmp/google/_bazel_johndoe/d41d8cd98f00b204e9800998ecf8427e</code>.
Note that the client uses the output base to find the Bazel server
instance, so if you specify a different output base in a Bazel
command, a different server will be found (or started) to handle the