diff options
author | keramida <keramida@FreeBSD.org> | 2002-05-12 02:12:04 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-05-12 02:12:04 +0000 |
commit | 97d1ceb026da29c02c2162f8aa0238ee89b18ab7 (patch) | |
tree | 877895e99071809262652edb8b645c4502626d77 /contrib/cvs | |
parent | a679ebf88a62b8df1bc740d240b9489e1cd11c22 (diff) | |
download | FreeBSD-src-97d1ceb026da29c02c2162f8aa0238ee89b18ab7.zip FreeBSD-src-97d1ceb026da29c02c2162f8aa0238ee89b18ab7.tar.gz |
CVS_RSH defaults to 'ssh' these days, and not 'rsh'.
PR: docs/37429
Submitted by: Martin v. Löwis <martin@v.loewis.de>
Reviewed by: peter
Diffstat (limited to 'contrib/cvs')
-rw-r--r-- | contrib/cvs/man/cvs.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/man/cvs.1 b/contrib/cvs/man/cvs.1 index ae7a67e..e9446dc 100644 --- a/contrib/cvs/man/cvs.1 +++ b/contrib/cvs/man/cvs.1 @@ -2125,7 +2125,7 @@ uses the contents of this variable to determine the name of the remote shell command to use when starting a .B cvs server. If this variable is not set then -.` "rsh" +.` "ssh" is used. .TP .SM CVS_SERVER |