]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
fixed wrong adverbs and plural forms in snapper-configs manpage 76/head
authorUlli Kehrle <ukehrle@gmail.com>
Sun, 20 Apr 2014 10:57:26 +0000 (12:57 +0200)
committerUlli Kehrle <ukehrle@gmail.com>
Sun, 20 Apr 2014 11:12:07 +0000 (13:12 +0200)
doc/snapper-configs.xml.in

index 8ebf490e5843ecc9659ac0b43efa6b5bc893cab8..9cd072de9cf75054d2135a29acadaf64d94213df 100644 (file)
        <term><option>TIMELINE_LIMIT_HOURLY=<replaceable>number</replaceable></option></term>
        <listitem>
          <para>Defines how many hourly snapshots the timeline cleanup
-         algorithm should keep. An hourly snapshots is the first snapshot in an
+         algorithm should keep. An hourly snapshot is the first snapshot in an
          hour. The youngest hourly snapshots will be kept.</para>
          <para>Default value is &quot;10&quot;.</para>
        </listitem>
        <term><option>TIMELINE_LIMIT_DAILY=<replaceable>number</replaceable></option></term>
        <listitem>
          <para>Defines how many daily snapshots the timeline cleanup
-         algorithm should keep. A daily snapshots is the first snapshot in a day. The
+         algorithm should keep. A daily snapshot is the first snapshot in a day. The
          youngest daily snapshots will be kept.</para>
          <para>Default value is &quot;10&quot;.</para>
        </listitem>
       <varlistentry>
        <term><option>TIMELINE_LIMIT_MONTHLY=<replaceable>number</replaceable></option></term>
        <listitem>
-         <para>Defines how many daily snapshots the timeline cleanup
-         algorithm should keep. A daily snapshots is the first snapshot in a day. The
-         youngest daily snapshots will be kept.</para>
+         <para>Defines how many monthly snapshots the timeline cleanup
+         algorithm should keep. A monthly snapshot is the first snapshot in a month. The
+         youngest monthly snapshots will be kept.</para>
          <para>Default value is &quot;10&quot;.</para>
        </listitem>
       </varlistentry>
       <varlistentry>
        <term><option>TIMELINE_LIMIT_YEARLY=<replaceable>number</replaceable></option></term>
        <listitem>
-         <para>Defines how many daily snapshots the timeline cleanup
-         algorithm should keep. A daily snapshots is the first snapshot in a day. The
-         youngest daily snapshots will be kept.</para>
+         <para>Defines how many yearly snapshots the timeline cleanup
+         algorithm should keep. A yearly snapshot is the first snapshot in a year. The
+         youngest yearly snapshots will be kept.</para>
          <para>Default value is &quot;10&quot;.</para>
        </listitem>
       </varlistentry>