diff options
author | 2000-12-10 02:38:04 +0000 | |
---|---|---|
committer | 2000-12-10 02:38:04 +0000 | |
commit | e387e4125f6c8a382796109d1a0f3dfc9397b078 (patch) | |
tree | ad304f0c6fd3c30a4638e726fb2876f0c47b8a87 | |
parent | document that pipe is actually bidirectional, but that people should avoid use of such in portable code; akr@m17n.org (diff) | |
download | wireguard-openbsd-e387e4125f6c8a382796109d1a0f3dfc9397b078.tar.xz wireguard-openbsd-e387e4125f6c8a382796109d1a0f3dfc9397b078.zip |
oops, document that CVS_RSH defaults to "ssh" now
-rw-r--r-- | gnu/usr.bin/cvs/man/cvs.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/man/cvs.1 b/gnu/usr.bin/cvs/man/cvs.1 index 8cbe2beb9d0..515e03217e6 100644 --- a/gnu/usr.bin/cvs/man/cvs.1 +++ b/gnu/usr.bin/cvs/man/cvs.1 @@ -2053,7 +2053,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 |