summaryrefslogtreecommitdiff
path: root/docs/uclibc.org
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-11 08:18:42 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-11 08:18:42 +0000
commit58d6ac1dcef87b61bdb5844108e9774c40d3976e (patch)
treec6f3c4656ae9d622915ed18b5af78cf84475431d /docs/uclibc.org
parent32436f3d685c43c24d1e6938c2cacbd8063955d2 (diff)
fix a cut-n-paste typo
Diffstat (limited to 'docs/uclibc.org')
-rw-r--r--docs/uclibc.org/cvs_write.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/uclibc.org/cvs_write.html b/docs/uclibc.org/cvs_write.html
index f7c642f7d..feb9dbb04 100644
--- a/docs/uclibc.org/cvs_write.html
+++ b/docs/uclibc.org/cvs_write.html
@@ -9,7 +9,7 @@ stuff to show you are serious. Then, very nicely ask
an account. To access CVS, you will want to add the following to set up your environment:
<pre>
$ export CVS_RSH=/usr/bin/ssh
-$ export CVSROOT='username@cvs.busybox.net:/var/cvs'</pre>
+$ export CVSROOT='username@cvs.uclibc.org:/var/cvs'</pre>
<br>
It goes without saying you must change <em>username</em> to your own
username...