From: Arvin Schnell Date: Sat, 6 Jul 2013 18:48:12 +0000 (+0200) Subject: - fixed typos X-Git-Tag: v0.1.5~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c585fa4d2e659a2d849423c594ea2bf9f492a5a;p=thirdparty%2Fsnapper.git - fixed typos --- diff --git a/doc/snapper.xml.in b/doc/snapper.xml.in index 36d4864d..b16cd0d4 100644 --- a/doc/snapper.xml.in +++ b/doc/snapper.xml.in @@ -92,7 +92,7 @@ Automatic Snapshot Creation - Next to manual snapshot creation snapshots are also created automatically. + Next to manual snapshot creation, snapshots are also created automatically. A cron-job creates hourly snapshots. @@ -216,7 +216,7 @@ fstype Manually set filesystem type. Supported values are btrfs, ext4 and lvm. For - lvm snapper uses LVM thin-provisioned snapshots. The filesystem type on top of + lvm, snapper uses LVM thin-provisioned snapshots. The filesystem type on top of LVM must be provided in parentheses, e.g. lvm(xfs). Without this option snapper tries to detect the filesystem. @@ -291,7 +291,7 @@ cleanup-algorithm - Set the cleanup-algorithm for the snapshot. + Set the cleanup algorithm for the snapshot. @@ -326,7 +326,7 @@ cleanup-algorithm - Set the cleanup-algorithm for the snapshot. + Set the cleanup algorithm for the snapshot. @@ -486,11 +486,11 @@ 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 inconsistence while + snapshot it 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 - creation of a user is undone there might still exist files from that + creation of a user is undone, there might still exist files from that user. Support for extended attributes is a compile-time option.