]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- better wording
authorArvin Schnell <aschnell@suse.de>
Tue, 26 Nov 2013 09:47:37 +0000 (10:47 +0100)
committerArvin Schnell <aschnell@suse.de>
Tue, 26 Nov 2013 09:47:37 +0000 (10:47 +0100)
data/zypp-plugin.conf
doc/snapper-zypp-plugin.conf.xml.in
doc/snapper-zypp-plugin.xml.in

index 1a86530f79400e79b143c9365670e9daedf6e98f..7963e4578866e25dd447b4d4387710f37553d708 100644 (file)
@@ -4,8 +4,8 @@
   <!-- List of solvables. If the zypp commit transaction includes any solvable
        listed below, snapper will create pre and post snapshots. The match
        attribute defines whether the pattern is a Unix shell-style wildcard
-       ("w") or a regular expression ("re"). If any of the solvables is marked
-       as important, the snapshots will also be marked as important. -->
+       ("w") or a regular expression ("re"). If any of the matching solvables
+       is marked as important, the snapshots are also marked as important. -->
   <solvables>
     <solvable match="w" important="true">kernel-*</solvable>
     <solvable match="w" important="true">glibc</solvable>
index 2126d95088392c05f930ed8452d40704dbb67b69..cb098b0e864cb0eabb0916d4a7cf93a765c9ce40 100644 (file)
@@ -23,8 +23,8 @@
     <para>The file <filename>/etc/snapper/zypp-plugin.conf</filename> contains
     the configuation for snapper-zypp-plugin.</para>
 
-    <para>The file uses XML syntax. For the structure look at the provided
-    default config.</para>
+    <para>The file uses XML syntax. For the XML structure have a look at the
+    provided default config.</para>
   </refsect1>
 
   <refsect1 id='homepage'>
index 5326e88ba6b3cae084912136c7fec447c77db7eb..10bcff0654eeae1e901c3f7c57a1a391add3f342 100644 (file)
@@ -21,7 +21,8 @@
   <refsect1 id='description'>
     <title>DESCRIPTION</title>
     <para>With the snapper-zypp-plugin, snapper can create snapshots whenever
-    libzypp, and thus e.g. zypper, installs, updates or removes packages.</para>
+    libzypp, and thus e.g. zypper and YaST, installs, updates or removes
+    packages. </para>
   </refsect1>
 
   <refsect1 id='files'>
@@ -51,7 +52,8 @@
     <para>
       <citerefentry><refentrytitle>snapper-zypp-plugin.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
       <citerefentry><refentrytitle>snapper</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
-      <citerefentry><refentrytitle>zypper</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+      <citerefentry><refentrytitle>zypper</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
+      <citerefentry><refentrytitle>YaST</refentrytitle><manvolnum>8</manvolnum></citerefentry>
     </para>
   </refsect1>