aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-10-31 23:36:02 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-10-31 23:36:02 +0300
commit16e8126b586aa83f13e02eaa34a0789da4549594 (patch)
tree6e47c3631da9d6c0b7f26be4e2ddfa00a2ac9a2c
parenta6b270a6e0116f2975f05dc9db731885f956bdc6 (diff)
Fix formatting in doc/manual.cli
-rw-r--r--doc/manual.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index b4fc15b..66c2b02 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -853,8 +853,8 @@ bpkg -v test <package-name>
#
bpkg -v fetch --trust <repository-fp>
- # for each package referred to by the tests, examples, or benchmarks
- # package manifest values:
+ # for each package referred to by the tests, examples, or
+ # benchmarks package manifest values:
#
{
# bpkg.configure.build
@@ -1030,7 +1030,7 @@ that applies to the \c{bpkg.configure.create} step, then in addition to
building and possibly running tests, the \c{bbot} worker will also test
installing and uninstalling each package. Furthermore, if the package contains
subprojects that support the test operation and/or refers to other packages
-via the \c{tests}, \c{examples}, or c\{benchmarks} manifest values, then the
+via the \c{tests}, \c{examples}, or \c{benchmarks} manifest values, then the
worker will additionally build such subprojects/packages against the
installation and run their tests.