Prepare for release
[oweals/busybox.git] / docs / busybox.net / cvs_howto.html
index cff3a353ccc5a5f151e8beddb0bfd8704a979690..837d6cd61f0e4245b8f9c5c03c2a20e2a28ec665 100644 (file)
@@ -12,16 +12,16 @@ For the impatient, the following is probably about all you need to know:
 <dl>
     <dt><pre>cvs checkout -c</pre>
     <dd>Will list the modules available for checkout
-    <dt><pre>cvs checkout &lt module name &gt</pre> 
+    <dt><pre>cvs checkout &lt module name &gt</pre>
     <dd>Will checkout the named module
-    <dt><pre>cvs co &lt module name &gt</pre> 
+    <dt><pre>cvs co &lt module name &gt</pre>
     <dd>Same thing
     <dt><pre>cvs update</pre>
 
-    <dd>Updates your local archive so it is in sync with the repository 
-    -- your local updates are left intact.  Tries to merge upstream updates 
+    <dd>Updates your local archive so it is in sync with the repository
+    -- your local updates are left intact.  Tries to merge upstream updates
     into your local updates.  You will see the following tags when it is
-    updating your local repository: C means conflict, U means update, 
+    updating your local repository: C means conflict, U means update,
     P means patched, and M means modified.
     <dt><pre>cvs up</pre>
     <dd>Same thing