aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-05-06 10:38:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-05-06 10:38:37 +0200
commita3b9692907cd42386a86805d7a0e5da2c87b175d (patch)
tree12da5b1975ef83c17827ae928ced68526ed0203a
parentfadb68bd71296f4a0fbb80bfd5fc13d9a3bb14d1 (diff)
Minor terminology fixes in intro
-rw-r--r--doc/intro.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/intro.cli b/doc/intro.cli
index 3b76b9d..564e03f 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -3280,9 +3280,9 @@ of an out of source build) or next to the sources (in case of an in source
build). See \l{b#intro-dirs-scopes Output Directories and Scopes} for details
on in and out of source builds.
-Projects managed with \l{bdep(1)} are always built out-of-source. However, by
+Projects managed with \l{bdep(1)} are always built out of source. However, by
default, the source directory is configured as \i{forwarded} to one of the
-out-of-source builds. This has two effects: we can run the build system driver
+out of source builds. This has two effects: we can run the build system driver
\l{b(1)} directly in the source directory and certain \"interesting\" targets
(such as executables, documentation, test results, etc) will be automatically
\i{backlinked} to the source directory (see \l{b#intro-operations-config
@@ -3299,7 +3299,7 @@ hello/ ~~> └── hello/
└── hello --> └── *hello
\
-The result is an \i{as-if} in-source build with all the benefits (such as
+The result is an \i{as-if} in source build with all the benefits (such as
having both source and relevant output in the same directory) but without any
of the drawbacks (such as the inability to have multiple builds or source
directory cluttered with object files).