aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-28 11:28:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-28 11:28:12 +0200
commitc81ffb547ff599756662fe14eeed130ac7f204af (patch)
tree1768bad8aaaeaa312b786b8478f9fd320c99c709 /build2
parent8901004f9e783fb3a30e2ddb1e69e8f8a7d085f5 (diff)
Fix couple of man page formatting issues
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/b.cli b/build2/b.cli
index 68ef0fe..bb2e78b 100644
--- a/build2/b.cli
+++ b/build2/b.cli
@@ -462,7 +462,7 @@ namespace build2
"Number of active jobs to perform in parallel. This includes both the
number of active threads inside the build system as well as the number
of external commands (compilers, linkers, etc) started but not yet
- finished. If this option is not specified or specified with the \c{0}
+ finished. If this option is not specified or specified with the \cb{0}
value, then the number of available hardware threads is used."
}
@@ -470,7 +470,7 @@ namespace build2
{
"<num>",
"Maximum number of jobs (threads) to create. The default is 8x the
- number of active jobs (\c{--jobs|j}) on 32-bit architectures and 32x
+ number of active jobs (\cb{--jobs|j}) on 32-bit architectures and 32x
on 64-bit. See the build system scheduler implementation for details."
}
@@ -504,8 +504,8 @@ namespace build2
"Run serially and stop at the first error. This mode is useful to
investigate build failures that are caused by build system errors
rather than compilation errors. Note that if you don't want to keep
- going but still want parallel execution, add \c{--jobs|-j} (for example
- \c{-j 0} for default concurrency)."
+ going but still want parallel execution, add \cb{--jobs|-j} (for
+ example \cb{-j\ 0} for default concurrency)."
}
bool --mtime-check