diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-27 05:03:01 +0100 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-29 10:31:40 +0100 |
commit | 20c43a0eb85663842f6db2e3bd0ceab3bdd923f0 (patch) | |
tree | 315fd2ab32bd671915cc9d2bf15107f1a0541cab /manpages | |
parent | d2f9344b665c6a80b122338c531c077bb9b5dab8 (diff) | |
download | vyos-live-build-20c43a0eb85663842f6db2e3bd0ceab3bdd923f0.tar.gz vyos-live-build-20c43a0eb85663842f6db2e3bd0ceab3bdd923f0.zip |
manpages: fix typos
"whould" -> "would"
"build" -> "built"
Gbp-Dch: Ignore
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 4 | ||||
-rw-r--r-- | manpages/en/live-build.7 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 5d7580a4c..f6a245c1b 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2020\-04\-23 1:20191222 "Debian Live Project" +.TH LIVE\-BUILD 1 2020\-04\-27 1:20191222 "Debian Live Project" .SH NAME \fBlb_config\fR \- Create config directory @@ -421,7 +421,7 @@ reduces the verbosity of messages output by \fBlb build\fR. .IP "\fB\-\-security\fR true|false" 4 defines if the security repositories specified in the security mirror options should be used or not. .IP "\fB\-\-source\fR true|false" 4 -defines if a corresponding source image to the binary image should be build. By default this is false because most people do not require this and would require to download quite a few source packages. However, if you distribute your live image to others, you should make sure you build it with a source image alongside to help enable you to comply with licensing terms. +defines if a corresponding source image to the binary image should be built. By default this is false because most people do not require this and would require to download quite a few source packages. However, if you distribute your live image to others, you should make sure you build it with a source image alongside to help enable you to comply with licensing terms. .IP "\-s|\fB\-\-source\-images\fR iso|netboot|tar|hdd" 4 defines the image type for the source image. Default is tar. More than one can be specified (comma or space separated). .IP "\fB\-\-swap\-file\-path\fR \fIPATH\fR" 4 diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index 608f5ce1d..b899261cb 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 7 2020\-03\-30 1:20191222 "Debian Live Project" +.TH LIVE\-BUILD 7 2020\-04\-27 1:20191222 "Debian Live Project" .SH NAME \fBlive\-build\fR \- the Debian Live tool suite @@ -116,7 +116,7 @@ installs pre-configured answers to certain install prompts .IP "\fBlb binary_checksums\fR(1)" 4 creates checksums (md5, sha1, and/or sha256) for live image content .IP "\fBlb binary_chroot\fR(1)" 4 -duplicates the chroot directory, to place a copy of what whould be the completed live OS root filesystem to one side, allowing the original to continue to be used in executing certain parts of the remainder of the build process +duplicates the chroot directory, to place a copy of what would be the completed live OS root filesystem to one side, allowing the original to continue to be used in executing certain parts of the remainder of the build process .IP "\fBlb binary_disk\fR(1)" 4 creates disk information files to be added to live image .IP "\fBlb binary_grub-efi\fR(1)" 4 |