diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 12:45:10 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 12:45:10 +0100 |
commit | 600e715703bab2a0ae100d75c5e33dfeba0f6e74 (patch) | |
tree | 8d90692ee6816cfa0b2ee4a5a3c85e065bfd8b6c /manpages/en | |
parent | ef2072229076e9ed04903957ccd09e1918ecc0b2 (diff) | |
download | vyos-live-build-600e715703bab2a0ae100d75c5e33dfeba0f6e74.tar.gz vyos-live-build-600e715703bab2a0ae100d75c5e33dfeba0f6e74.zip |
Correcting spelling typo in manpages (s/hoooks/hooks/).
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_binary_hooks.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_bootstrap_hooks.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_chroot_hooks.1 | 2 | ||||
-rw-r--r-- | manpages/en/lb_source_hooks.1 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/manpages/en/lb_binary_hooks.1 b/manpages/en/lb_binary_hooks.1 index 7fbf93d13..621d18a97 100644 --- a/manpages/en/lb_binary_hooks.1 +++ b/manpages/en/lb_binary_hooks.1 @@ -34,7 +34,7 @@ Hook files with the suffix \fB*.hook\fR are executed first, hook files with the .PP Hook files are executed in alphanumberical order by \fBlb binary_hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. .PP -Hook files are copied into the \fBbinary/live-build\fR directory by \fBlb binary_hoooks\fR. They are executed from within the binary directory and can read the configuration directory in \fBlive-build/config\fR within the binary directory. +Hook files are copied into the \fBbinary/live-build\fR directory by \fBlb binary_hooks\fR. They are executed from within the binary directory and can read the configuration directory in \fBlive-build/config\fR within the binary directory. .PP \fBWarning:\fR hook files are not executed within a chroot but within the context of the host system in the binary directory. They have root privileges and access to the all host system ressources (devices, filesystems, network, etc.). diff --git a/manpages/en/lb_bootstrap_hooks.1 b/manpages/en/lb_bootstrap_hooks.1 index 0ac45bbae..1e1226aa3 100644 --- a/manpages/en/lb_bootstrap_hooks.1 +++ b/manpages/en/lb_bootstrap_hooks.1 @@ -34,7 +34,7 @@ Hook files with the suffix \fB*.hook\fR are executed first, hook files with the .PP Hook files are executed in alphanumberical order by \fBlb bootstrap_hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. .PP -Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb bootstrap_hoooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. +Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb bootstrap_hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. .SH OPTIONS .IP "\fB\-\-verbose\fR" 4 diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1 index d9341abf1..4f8a0697e 100644 --- a/manpages/en/lb_chroot_hooks.1 +++ b/manpages/en/lb_chroot_hooks.1 @@ -34,7 +34,7 @@ Hook files with the suffix \fB*.hook\fR are executed first, hook files with the .PP Hook files are executed in alphanumberical order by \fBlb chroot_hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. .PP -Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb chroot_hoooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. +Hook files are copied into the \fBchroot/live-build\fR directory by \fBlb chroot_hooks\fR. They are executed from within the chroot directory (chrooted) and can read the configuration directory in \fB/live-build/config\fR within the chroot directory. .SH OPTIONS .IP "\fB\-\-verbose\fR" 4 diff --git a/manpages/en/lb_source_hooks.1 b/manpages/en/lb_source_hooks.1 index 77a4330c5..1252ba4a6 100644 --- a/manpages/en/lb_source_hooks.1 +++ b/manpages/en/lb_source_hooks.1 @@ -34,7 +34,7 @@ Hook files with the suffix \fB*.hook\fR are executed first, hook files with the .PP Hook files are executed in alphanumberical order by \fBlb source_hooks\fR. If one hook file depends on being run after another, best practise is to use number prefixes (nnnn, starting with 0001) to ensure the order of execution. .PP -Hook files are copied into the \fBsource/live-build\fR directory by \fBlb source_hoooks\fR. They are executed from within the source directory and can read the configuration directory in \fBlive-build/config\fR within the source directory. +Hook files are copied into the \fBsource/live-build\fR directory by \fBlb source_hooks\fR. They are executed from within the source directory and can read the configuration directory in \fBlive-build/config\fR within the source directory. .PP \fBWarning:\fR hook files are not executed within a chroot but within the context of the host system in the source directory. They have root privileges and access to the all host system ressources (devices, filesystems, network, etc.). |