diff options
author | rsc <devnull@localhost> | 2005-01-18 06:02:09 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-18 06:02:09 +0000 |
commit | 8ce709afdf59433d11be09a1e370e5cb2bf48117 (patch) | |
tree | 89638a20afa35fb84c9ba57b5cda87268dc97ea8 | |
parent | c968e5190b6502cbcd4a97627c0fa73dfb0255a4 (diff) | |
download | plan9port-8ce709afdf59433d11be09a1e370e5cb2bf48117.tar.gz plan9port-8ce709afdf59433d11be09a1e370e5cb2bf48117.tar.bz2 plan9port-8ce709afdf59433d11be09a1e370e5cb2bf48117.zip |
add cvs server link
-rw-r--r-- | man/man1/cvs.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/man1/cvs.1 b/man/man1/cvs.1 index 49052386..679af9c0 100644 --- a/man/man1/cvs.1 +++ b/man/man1/cvs.1 @@ -41,6 +41,9 @@ cvs \- introduction using plan9port CVS repository [ .I path ... ] +.PP +.B web +.B http://cvs.pdos.lcs.mit.edu/cvs/plan9/ .SH DESCRIPTION The master source tree for Plan 9 from User Space is maintained using the source control system CVS @@ -174,6 +177,9 @@ You will need to run the command first to create your .B .cvspass file. +.PP +The CVS tree can be inspected on the web at +.HR http://cvs.pdos.lcs.mit.edu/cvs/plan9/ "" . .SH EXAMPLES Incorporate any changes made to the CVS tree since the last check out or update: @@ -219,7 +225,9 @@ list of files and wildcards to exclude from CVS operations in this directory .SH SEE ALSO Unix's \fIcvs\fR(1), -.HR http://www.cvshome.org +.HR http://www.cvshome.org/ +.PP +.HR http://cvs.pdos.lcs.mit.edu/cvs/plan9/ .SH BUGS The CVS server is a read-only public copy of a private tree. The dates on versions reflect the date the changes were made in the |