summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-05-15 02:58:14 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:34 +0100
commita328f0b019adc424e9bb19b68940682a4ae46be9 (patch)
tree996255191fd4c9e3e58554cefdb75771ccac8e87 /manpages
parentffefd2b60f117636fbc8387e935b73b53815202b (diff)
downloadlive-build-a328f0b019adc424e9bb19b68940682a4ae46be9.zip
live-build-a328f0b019adc424e9bb19b68940682a4ae46be9.tar.gz
Fix minor typographical error in live-helper(7)
Diffstat (limited to 'manpages')
-rw-r--r--manpages/live-helper.en.76
1 files changed, 3 insertions, 3 deletions
diff --git a/manpages/live-helper.en.7 b/manpages/live-helper.en.7
index b5efee4..b462b2b 100644
--- a/manpages/live-helper.en.7
+++ b/manpages/live-helper.en.7
@@ -112,9 +112,9 @@ config/bootstrap_debootstrap to read the options it will use. See the man pages
of individual commands for details about the names and formats of the files they
use. Generally, these files contain variables with values assigned, one variable
per line. Some programs in live\-helper use pairs of values or slightly more
-complicated variable assignements.
+complicated variable assignments.
.PP
-Note that live\-helper will respects environment variables which are present in
+Note that live\-helper will respect environment variables which are present in
the context of the shell it is running. If variables can be read from config
files, then they override environment variables, and if command line options are
used, they override values from config files. If no value for a given variable
@@ -124,7 +124,7 @@ default value.
In some rare cases, you may want to have different versions of these files for
different architectures or distributions. If files named config/stage.arch or
config/stage_helper.arch, and config/stage.dist or config/stage_helper.dist
-exists, where "arch" is the same as the output of "dpkg \-\-print\-architecture"
+exist, where "arch" is the same as the output of "dpkg \-\-print\-architecture"
and "dist" is the same as the codename of the target distribution, then they
will be used in preference to other, more general files.
.PP