diff options
author | Evan Martin <martine@danga.com> | 2013-04-10 16:34:34 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2013-04-10 16:34:34 (GMT) |
commit | 13c715c24d9e1826c81a761594c0f26cab72833d (patch) | |
tree | 00d71493a891a941a012bc3dfd5e8793afec32d5 /doc | |
parent | 5bc973539dfd92a77de9ec41c4c0ee579f62b3e5 (diff) | |
download | Ninja-13c715c24d9e1826c81a761594c0f26cab72833d.zip Ninja-13c715c24d9e1826c81a761594c0f26cab72833d.tar.gz Ninja-13c715c24d9e1826c81a761594c0f26cab72833d.tar.bz2 |
monospace flags
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.asciidoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 295f93c..d482b5d 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -202,7 +202,8 @@ Several placeholders are available: `%u`:: The number of remaining edges to start. `%f`:: The number of finished edges. `%o`:: Overall rate of finished edges per second -`%c`:: Current rate of finished edges per second (average over builds specified by -j or its default) +`%c`:: Current rate of finished edges per second (average over builds +specified by `-j` or its default) `%e`:: Elapsed time in seconds. _(Available since Ninja 1.2.)_ `%%`:: A plain `%` character. @@ -420,7 +421,7 @@ or a build statement. No matter what pools you specify, ninja will never run more concurrent jobs than the default parallelism, or the number of jobs specified on the command -line (with -j). +line (with `-j`). ---------------- # No more than 4 links at a time. |