From 8d2c8ae9ac41e7913cb67a8fa4b63453ddd17781 Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 16 May 2018 09:16:42 -0700 Subject: Make small readability improvements to Blaze user manual. RELNOTES: None. PiperOrigin-RevId: 196837438 --- site/docs/user-manual.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'site') diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html index 27ee793934..c48f11fad7 100644 --- a/site/docs/user-manual.html +++ b/site/docs/user-manual.html @@ -98,7 +98,7 @@ title: User Manual The name of a Bazel server process appears in the output of ps x or ps -e f as bazel(dirname), where dirname is the - basename of the directory enclosing the root your workspace directory. + basename of the directory enclosing the root of your workspace directory. For example:

@@ -219,7 +219,7 @@ title: User Manual
   Each of these lines may be used more than once and the arguments that follow
   the first word are combined as if they had appeared on a single line.
   (Users of CVS, another tool with a "Swiss army knife" command-line interface,
-  will find the syntax familiar to that of .cvsrc.)
+  will find the syntax similar to that of .cvsrc.)
 

Options specified in the command line always take precedence over those from @@ -229,7 +229,7 @@ title: User Manual getting lowest precedence (for example, the test command inherits all the options from the build command, so the line test --foo=bar takes precedence over the line - build --foo=baz line, regardless of which rc file or what order + build --foo=baz, regardless of which rc file or what order these two lines are in). Two lines specifying options for the same command at equal specificity are parsed in the order in which they appear within the file. The user-specific configuration file takes precedence over the master file. @@ -242,7 +242,7 @@ title: User Manual which is more intuitive.

- The arguments specified on line of an rc file may include arguments that are + The arguments specified on a line of an rc file may include arguments that are not options, such as the names of build targets, and so on. These, like the options specified in the same files, have lower precedence than their siblings on the command line, and are always prepended to the explicit list of non- @@ -256,8 +256,8 @@ title: User Manual default, but will be included when the option --config=name is present, either on the command line or in a .bazelrc file, recursively, even inside of another - config definition. Only the options specified by command:name - for applicable commands will be expanded, in the precedence order described + config definition. The options specified by command:name will + only be expanded for applicable commands, in the precedence order described above.

@@ -331,7 +331,7 @@ title: User Manual Bazel prints progress messages during the execution phase of the build, showing the current build step (compiler, linker, etc.) that is being started, - and the number of completed over total number of build actions. As the + and the number completed over the total number of build actions. As the build starts the number of total actions will often increase as Bazel discovers the entire action graph, but the number will usually stabilize within a few seconds. -- cgit v1.2.3