[patch] Fix a missing toc item of cvsup.html
Dongsheng Song <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Index: cvsup.html =================================================================== RCS file: /home/dongsheng/wc/repo/www/cvsup.html,v retrieving revision 1.112 diff -u -p -r1.112 cvsup.html --- cvsup.html 25 Sep 2007 15:15:13 -0000 1.112 +++ cvsup.html 27 Jan 2008 23:12:51 -0000 @@ -23,6 +23,7 @@ <h3>Table of Contents</h3> <ul> <li><a href="#cvsup">What Is CVSup?</a></li> +<li><a href="#CVS">What Is CVS?</a></li> <li><a href="#starting">Getting Started Using CVSup</a></li> <li><a href="#using">Using CVS to Update Your Source Tree</a></li> <li><a href="#checkout">Running CVSup in Checkout Mode</a></li> Dongsheng