diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /docs/busybox.net/cvs_howto.html | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'docs/busybox.net/cvs_howto.html')
-rw-r--r-- | docs/busybox.net/cvs_howto.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/busybox.net/cvs_howto.html b/docs/busybox.net/cvs_howto.html index cff3a353c..837d6cd61 100644 --- a/docs/busybox.net/cvs_howto.html +++ b/docs/busybox.net/cvs_howto.html @@ -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 < module name ></pre> + <dt><pre>cvs checkout < module name ></pre> <dd>Will checkout the named module - <dt><pre>cvs co < module name ></pre> + <dt><pre>cvs co < module name ></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 |