]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed typos 1135/head
authorArvin Schnell <aschnell@suse.de>
Thu, 21 May 2026 13:55:56 +0000 (15:55 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 21 May 2026 14:00:36 +0000 (16:00 +0200)
doc/pam_snapper.xml.in
doc/snapper-backup-configs.xml.in
doc/snapper-configs.xml.in
doc/snapper.xml.in
doc/snbk.xml.in

index c4b339641098ed6d108f71ab22c341b520d7e8f4..72c978a57e0c5cab1b0d319ed3c17d205f1645de 100644 (file)
@@ -36,7 +36,7 @@
   <refsect1 id='description'>
     <title>DESCRIPTION</title>
 
-    <para>Create a snapshot at every login of a user, thus they always have a save
+    <para>Create a snapshot at every login of a user, thus they always have a safe
     starting point.</para>
 
     <para>As many users do not logout for some time, it is a good idea to
index 8e17f5e2a3b2fae78180ce96c6316adc176405e1..4a02ecca0e585ed98537cf0cefa6a1b55f5deccb 100644 (file)
        <term><option>send-compressed-data</option></term>
        <listitem>
          <para>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.</para>
        </listitem>
       </varlistentry>
index b2bf8a5a43a9fd04e1a93051e2d1267937027333..ac03241ba00ccce54826d4651c5d245e72ab4be5 100644 (file)
@@ -54,7 +54,7 @@
       <varlistentry>
        <term><option>QGROUP=<replaceable>qgroup</replaceable></option></term>
        <listitem>
-         <para>The btrfs quota group used for space aware cleanup
+         <para>The btrfs quota group used for space-aware cleanup
          algorithms.</para>
          <para>Only supported for btrfs.</para>
        </listitem>
       <varlistentry>
        <term><option>COMPRESSION=<replaceable>algorithm</replaceable></option></term>
        <listitem>
-         <para>Defines the compression algorithm used for saving file
+         <para>Defines the compression algorithm used for saving the file
          list. Allowed values are &quot;none&quot; and
          &quot;gzip&quot;. Depending on the installed libraries, some
          compression algorithms might not be available.</para>
index 06b9c44005e69d7e1642c2edb9bdce2c70592f3c..ae4bd8baa9e4f2f7325f036fc830dbe4c41ebb9b 100644 (file)
       <para>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:</para>
 
       <para>The limit for the free space can be configured via the
       FREE_LIMIT variable.</para>
 
-      <para>Note: Since the cleanup is performed asynchronous from
+      <para>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.</para>
              <listitem>
                <para>Disable display of used space.</para>
                <para>Calculating the used space needs some time. Thus
-               this option can speedup the listing.</para>
+               this option can speed up the listing.</para>
              </listitem>
            </varlistentry>
            <varlistentry>
            </listitem>
            <listitem>
              <para>A "<computeroutput>p</computeroutput>" means the permissions
-             are have changed.</para>
+             have changed.</para>
            </listitem>
            <listitem>
              <para>An "<computeroutput>u</computeroutput>" means the user
       <varlistentry>
        <term><option>set-read-only-post <replaceable>subvolume</replaceable> <replaceable>fstype</replaceable> <replaceable>snapshot-number</replaceable></option></term>
        <listitem>
-         <para>Executed after  a snapshot is set read-only or read-write</para>
+         <para>Executed after a snapshot is set read-only or read-write</para>
        </listitem>
       </varlistentry>
       <varlistentry>
   <refsect1 id='notes'>
     <title>NOTES</title>
     <para>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.</para>
 
     <para>Consistency after undochange is not guaranteed. E.g. when the
index bb384f0f4720ba5593b303247b4ef305599ebd46..8533f7ed776309a2a2f77e660c4fe200c285b596 100644 (file)
@@ -33,7 +33,7 @@
 
   <refsect1 id='description'>
     <title>DESCRIPTION</title>
-    <para>Snbk is a command-line program to backup snapshot of snapper. It can
+    <para>Snbk is a command-line program to backup snapshots of snapper. It can
     transfer and delete backup snapshots on local and remote btrfs filesystems.</para>
   </refsect1>
 
@@ -438,7 +438,7 @@ After=snapper-sync.service
       </programlisting>
     </para>
     <para>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.</para>