diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-09 06:41:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-09 06:41:13 +0000 |
commit | 0762364c5966c2bd129438851dacf94a649d7b0d (patch) | |
tree | f93392322b52a52f52a9a47d88c44039c2dee10a /docs/busybox.net/developer.html | |
parent | 6047ae3379edc1d089fede3d797f57c162fe3e19 (diff) |
Cut-n-paste strikes again
Diffstat (limited to 'docs/busybox.net/developer.html')
-rw-r--r-- | docs/busybox.net/developer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/busybox.net/developer.html b/docs/busybox.net/developer.html index 215633c97..b434262ee 100644 --- a/docs/busybox.net/developer.html +++ b/docs/busybox.net/developer.html @@ -26,16 +26,16 @@ private, you can encrypt your email using my <p> Once you are setup with an account, you will need to use your account to -checkout a copy of uClibc from Subversion: +checkout a copy of BusyBox from Subversion: <pre> -svn list svn+ssh://username@svn.uclibc.org//svn/trunk/uClibc</pre> +svn list svn+ssh://username@svn.uclibc.org//svn/trunk/busybox</pre> <br> It goes without saying you must change <em>username</em> to your own username... <p> -You can then enter the newly checked out uClibc directory, make changes, check +You can then enter the newly checked out BusyBox directory, make changes, check your changes, diff your changes, revert your changes, and and commit your changes usine commands such as: |