From: Arvin Schnell Date: Thu, 21 May 2026 13:55:56 +0000 (+0200) Subject: - fixed typos X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=03c634168dfbb9f7d33e15e3e86e5cc1f818af2a;p=thirdparty%2Fsnapper.git - fixed typos --- diff --git a/doc/pam_snapper.xml.in b/doc/pam_snapper.xml.in index c4b33964..72c978a5 100644 --- a/doc/pam_snapper.xml.in +++ b/doc/pam_snapper.xml.in @@ -36,7 +36,7 @@ DESCRIPTION - Create a snapshot at every login of a user, thus they always have a save + Create a snapshot at every login of a user, thus they always have a safe starting point. As many users do not logout for some time, it is a good idea to diff --git a/doc/snapper-backup-configs.xml.in b/doc/snapper-backup-configs.xml.in index 8e17f5e2..4a02ecca 100644 --- a/doc/snapper-backup-configs.xml.in +++ b/doc/snapper-backup-configs.xml.in @@ -106,7 +106,7 @@ Per default snbk will add the option --compressed-data iff - supported by the source and target system. This can be disable by + supported by the source and target system. This can be disabled by setting this value to false. diff --git a/doc/snapper-configs.xml.in b/doc/snapper-configs.xml.in index b2bf8a5a..ac03241b 100644 --- a/doc/snapper-configs.xml.in +++ b/doc/snapper-configs.xml.in @@ -54,7 +54,7 @@ - The btrfs quota group used for space aware cleanup + The btrfs quota group used for space-aware cleanup algorithms. Only supported for btrfs. @@ -135,7 +135,7 @@ - Defines the compression algorithm used for saving file + Defines the compression algorithm used for saving the file list. Allowed values are "none" and "gzip". Depending on the installed libraries, some compression algorithms might not be available. diff --git a/doc/snapper.xml.in b/doc/snapper.xml.in index 06b9c440..ae4bd8ba 100644 --- a/doc/snapper.xml.in +++ b/doc/snapper.xml.in @@ -141,7 +141,7 @@ The number and timeline cleanup algorithms can also try to keep the space used by snapshots below a limit and the free space of the filesystem above a limit. For the first condition quota must be - setup, see command setup-quota. Additional the NUMBER_LIMIT and + setup, see command setup-quota. Additionally the NUMBER_LIMIT and TIMELINE_LIMIT variables in the config file must have ranges (min- and max-value). The algorithms will then make two passes: @@ -164,7 +164,7 @@ The limit for the free space can be configured via the FREE_LIMIT variable. - Note: Since the cleanup is performed asynchronous from + Note: Since the cleanup is performed asynchronously from creating snapshots the observed snapshots can differ from the expected snapshots according to the limits. Also btrfs stale qgroups can exist temporarily. @@ -440,7 +440,7 @@ Disable display of used space. Calculating the used space needs some time. Thus - this option can speedup the listing. + this option can speed up the listing. @@ -683,7 +683,7 @@ A "p" means the permissions - are have changed. + have changed. An "u" means the user @@ -967,7 +967,7 @@ - Executed after a snapshot is set read-only or read-write + Executed after a snapshot is set read-only or read-write @@ -1052,7 +1052,7 @@ NOTES There is no mechanism to ensure consistency of the files while a - snapshot it made. E.g. the files of a database can be inconsistent while + snapshot is made. E.g. the files of a database can be inconsistent while the database is running. Consistency after undochange is not guaranteed. E.g. when the diff --git a/doc/snbk.xml.in b/doc/snbk.xml.in index bb384f0f..8533f7ed 100644 --- a/doc/snbk.xml.in +++ b/doc/snbk.xml.in @@ -33,7 +33,7 @@ DESCRIPTION - Snbk is a command-line program to backup snapshot of snapper. It can + Snbk is a command-line program to backup snapshots of snapper. It can transfer and delete backup snapshots on local and remote btrfs filesystems. @@ -438,7 +438,7 @@ After=snapper-sync.service If the system was reinstalled it is unfortunately in general - not possibly to simply use the restored snapshot as the new default + not possible to simply use the restored snapshot as the new default snapshot since some files, e.g. /etc/fstab, likely need modifications. Also unfortunately for other subvolumes than root a rollback is not supported.