diff options
author | joel <joel@FreeBSD.org> | 2010-08-05 18:26:03 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-05 18:26:03 +0000 |
commit | 014b45ac24f7d94f317efa0ad8a07e52530bf04e (patch) | |
tree | 48f7356d1d9d5bfafe48b21eb6109c41e7704f5c /usr.bin/csup | |
parent | dd50434feb8b463551130441cf6e63c55b34cc44 (diff) | |
download | FreeBSD-src-014b45ac24f7d94f317efa0ad8a07e52530bf04e.zip FreeBSD-src-014b45ac24f7d94f317efa0ad8a07e52530bf04e.tar.gz |
Don't point users at the old csup homepage.
Approved by: lulf
Diffstat (limited to 'usr.bin/csup')
-rw-r--r-- | usr.bin/csup/csup.1 | 4 | ||||
-rw-r--r-- | usr.bin/csup/main.c | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/csup/csup.1 b/usr.bin/csup/csup.1 index 16a48df..51106dc 100644 --- a/usr.bin/csup/csup.1 +++ b/usr.bin/csup/csup.1 @@ -971,10 +971,6 @@ List files. .Xr cvs 1 , .Xr rcsintro 1 , .Xr ssh 1 . -.Pp -.Bd -literal -http://mu.org/~mux/csup.html -.Ed .Sh AUTHORS .An -nosplit .An Maxime Henrion Aq mux@FreeBSD.org diff --git a/usr.bin/csup/main.c b/usr.bin/csup/main.c index e7711b3..1363d14 100644 --- a/usr.bin/csup/main.c +++ b/usr.bin/csup/main.c @@ -265,7 +265,6 @@ main(int argc, char *argv[]) lprintf(0, "Software version: %s\n", PROTO_SWVER); lprintf(0, "Protocol version: %d.%d\n", PROTO_MAJ, PROTO_MIN); - lprintf(0, "http://mu.org/~mux/csup.html\n"); return (0); break; case 'z': |