diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:16:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:16:33 +0200 |
commit | 1fe12621ad1a12d6a74607f29baa5929f38188bb (patch) | |
tree | 0f8de1223c06af275ea2e2a5e8e6e1a352bcc87b | |
parent | 688ded5ad420fa8c1176082da21909ffe5f4ad72 (diff) |
Proofreading fixes
-rw-r--r-- | build2/b.cli | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/b.cli b/build2/b.cli index 05cce03..414c3c1 100644 --- a/build2/b.cli +++ b/build2/b.cli @@ -29,8 +29,8 @@ namespace build2 \c{<meta-operation>(<operation>...(<target>...))...} All three components can be omitted. If <meta-operation> is omitted, then - it defaults to \cb{perform}. If <operation> is omitted, then it default to - the default operation for this meta-operation. For \cb{perform} it is + it defaults to \cb{perform}. If <operation> is omitted, then it defaults + to the default operation for this meta-operation. For \cb{perform} it is \cb{update}. Finally, if <target> is omitted, then it defaults to the current directory. For example: @@ -106,7 +106,7 @@ namespace build2 b 'clean(foo-out/exe{foo})' # no need to specify src_base \ - \cb{build2} has the following build-in and pre-defined meta-operations: + \cb{build2} has the following built-in and pre-defined meta-operations: \dl| @@ -131,7 +131,7 @@ namespace build2 Prepare a distribution containing all files necessary to perform all operations in a project. Implemented by the \cb{dist} module.|| - \cb{build2} has the following build-in and pre-defined operations: + \cb{build2} has the following built-in and pre-defined operations: \dl| |