Man page: Move the description of --info=progress2 to a better place.
[rsync/rsync.git] / doc / rsync.sgml
index 06719fa..76a50c2 100644 (file)
@@ -253,10 +253,27 @@ running rsync giving the network directory.
       </qandaentry>
 
 
+      <qandaentry>
+       <question>
+         <para>
+           Why is rsync so much bigger when I build it with
+           <command>gcc</command>?
+         </para>
+       </question>
+       <answer>
+         <para>
+           On gcc, rsync builds by default with debug symbols
+           included.  If you strip both executables, they should end
+           up about the same size.  (Use <command>make
+           install-strip</command>.)
+         </para>
+       </answer>
+      </qandaentry>
+
       
       <qandaentry>
        <question>
-         Is rsync useful for a single large file like an ISO image?
+         <para>Is rsync useful for a single large file like an ISO image?</para>
        </question>
        <answer>
          <para>
@@ -319,12 +336,16 @@ running rsync giving the network directory.
    This answer, formatted with "real" bullets, can be found at:
    -[4]http://twiki.org/cgi-bin/view/Wikilearn/RsyncingALargeFileFAQ*
 
-   Note: I modified this on Oct. 9. 2001 -- I marked the changes with asterisks. The only deletion
-   without a corresponding correction was the deletion of an "(IIRC)".
-   2001-Oct-09 7:47am rhkramerATfastDOTnet
          </para>
        </answer>
       </qandaentry>
     </qandaset>
   </chapter>
+
+
+  <appendix>
+    <title>Other Resources</title>
+    
+    <para><ulink url="http://www.ccp14.ac.uk/ccp14admin/rsync/"></ulink></para>
+  </appendix>
 </book>
\ No newline at end of file