From: Luca Boccassi Date: Fri, 23 Mar 2018 17:39:15 +0000 (+0000) Subject: Fix typos in recently added changelog and manpage changes X-Git-Tag: debian/1%20180328~5 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=94b81644477070a41ec60305e7120b45c085e29b Fix typos in recently added changelog and manpage changes Reported by Lintian. Gbp-Dch: Ignore --- diff --git a/debian/changelog b/debian/changelog index b33c329..96faeaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,7 +35,7 @@ live-boot (1:20171121) UNRELEASED; urgency=low * Fix ifconfig parsing (Closes: #892772) [ Chas Williams ] - * Add back persistance fsck option + * Add back persistence fsck option [ Luca Boccassi ] * Use true|false instead of y|n for environment variables diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index ed30abb..3a8c1a9 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -52,7 +52,7 @@ Build a minimal initramfs. If set to '\fIy\fR' mkinitramfs will build an initra .TP \fBPERSISTENCE_FSCK\fR=[\fItrue\fR|\fIfalse\fR] -Run fsck on persistance filesystem on boot. Will attempt to repair errors. The execution log will be saved in /var/log/live/fsck.log. +Run fsck on persistence filesystem on boot. Will attempt to repair errors. The execution log will be saved in /var/log/live/fsck.log. .TP \fBFSCKFIX\fR=[\fItrue\fR|\fIfalse\fR] @@ -102,7 +102,7 @@ Target .IP "\fBfindiso\fR=\fI/PATH/TO/IMAGE\fI" 4 Look for the specified ISO file on all disks where it usually looks for the .squashfs file (so you don't have to know the device name as in fromiso=....). .IP "\fBforcefsck\fR" 4 -Run fsck on persistance filesystem on boot. Will attempt to repair errors. The execution log will be saved in /var/log/live/fsck.log. +Run fsck on persistence filesystem on boot. Will attempt to repair errors. The execution log will be saved in /var/log/live/fsck.log. .IP "\fBfromiso\fR=\fI/PATH/TO/IMAGE\fI" 4 Use a filesystem from within an ISO image that's available on live-media. The first part of the argument should be the block device where the image is stored, followed by the path and filename (e.g. fromiso=/dev/sda1/live/image.iso). .br