Clean up sgml.
authorMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 05:52:34 +0000 (05:52 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 05:52:34 +0000 (05:52 +0000)
Add note about building with gcc.

doc/rsync.sgml

index 06719fa..09f826e 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>