mirror-tutorial mirror-tutorial-en.xml,1.21,1.22

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Dec 28 18:38:11 UTC 2005


Author: pfrields

Update of /cvs/docs/mirror-tutorial
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1912

Modified Files:
	mirror-tutorial-en.xml 
Log Message:
Updated to 0.37.2, fixing minor tagging errors and updating entities


Index: mirror-tutorial-en.xml
===================================================================
RCS file: /cvs/docs/mirror-tutorial/mirror-tutorial-en.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mirror-tutorial-en.xml	27 Nov 2005 17:13:26 -0000	1.21
+++ mirror-tutorial-en.xml	28 Dec 2005 18:38:04 -0000	1.22
@@ -5,12 +5,11 @@
 <!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent">
 %FEDORA-ENTITIES-EN;
 
-<!ENTITY BOOKNAME "mirror-tutorial">
-<!ENTITY BOOKVERSION "0.37.1">
-<!ENTITY BOOKDATE "2005-11-27">
-<!ENTITY BOOKID "&BOOKNAME;-&BOOKVERSION; (&BOOKDATE;)"> <!-- change version of manual and date here -->
+<!ENTITY DOCNAME "mirror-tutorial">
+<!ENTITY DOCVERSION "0.37.2">
+<!ENTITY DOCDATE "2005-12-28">
+<!ENTITY DOCID "&DOCNAME;-&DOCVERSION; (&DOCDATE;)"> <!-- change version of manual and date here -->
 
-<!ENTITY BUG-NUM "130125">
 <!ENTITY FCLOCALVER "4">
 ]>
 
@@ -223,6 +222,17 @@
 	  </para>
 	</revdescription>
       </revision>
+      <revision>
+	<revnumber>0.37.2</revnumber>
+	<date>2005-12-28</date>
+	<authorinitials>PaulWFrields</authorinitials>
+	<revdescription>
+	  <para>
+	    Minor revision updating entity names and incorporating
+	    variablelist.
+	  </para>
+	</revdescription>
+      </revision>
     </revhistory>
   </articleinfo>
 
@@ -755,32 +765,44 @@
 	  feedback. The switches <command>-PHav</command> enable the following
 	  <command>rsync</command> features:
 	</para>
-	<itemizedlist>
-	  <listitem>
-	    <para>
-	      <command>-P</command> — recover partially-downloaded files,
-	      and show a progress meter
-	    </para>
-	  </listitem>
-	  <listitem>
-	    <para>
-	      <command>-H</command> — preserve hard links
-	    </para>
-	  </listitem>
-	  <listitem>
-	    <para>
-	      <command>-a</command> — recurse all directories, and preserve
-	      as much file information as possible, including timestamps,
-	      ownership, permissions, device files (if you are running as root),
-	      and soft links
-	    </para>
-	  </listitem>
-	  <listitem>
-	    <para>
-	      <command>-v</command> — give verbose feedback to the screen
-	    </para>
-	  </listitem>
-	</itemizedlist>
+	<variablelist>
+	  <varlistentry>
+	    <term>-P</term>
+	    <listitem>
+	      <para>
+		recover partially-downloaded files, and show a progress
+		meter
+	      </para>
+	    </listitem>
+	  </varlistentry>
+	  <varlistentry>
+	    <term>-H</term>
+	    <listitem>
+	      <para>
+		preserve hard links
+	      </para>
+	    </listitem>
+	  </varlistentry>
+	  <varlistentry>
+	    <term>-a</term>
+	    <listitem>
+	      <para>
+		recurse all directories, and preserve as much file
+		information as possible, including timestamps,
+		ownership, permissions, device files (if you are running
+		as root), and soft links
+	      </para>
+	    </listitem>
+	  </varlistentry>
+	  <varlistentry>
+	    <term>-v</term>
+	    <listitem>
+	      <para>
+		give verbose feedback to the screen
+	      </para>
+	    </listitem>
+	  </varlistentry>
+	</variablelist>
 
 	<para>
 	  Remove the <command>-v</command> switch if you run this mirroring




More information about the Fedora-docs-commits mailing list