diff options
author | 2000-05-08 17:21:32 +0000 | |
---|---|---|
committer | 2000-05-08 17:21:32 +0000 | |
commit | 9782e6a4940d48f25dc6aa4a6cd67be107c3ffce (patch) | |
tree | cae51a3347544516b563dd3dde7a3666ac21e790 | |
parent | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) (diff) | |
download | wireguard-openbsd-9782e6a4940d48f25dc6aa4a6cd67be107c3ffce.tar.xz wireguard-openbsd-9782e6a4940d48f25dc6aa4a6cd67be107c3ffce.zip |
zap typo
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index e340ae1ef5d..77c39806071 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.51 2000/05/08 17:12:15 markus Exp $ +.\" $Id: ssh.1,v 1.52 2000/05/08 17:21:32 hugh Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -790,7 +790,7 @@ The default is This means that .Nm tries version 1 and falls back to version 2 -if version 1 is no available. +if version 1 is not available. .It Cm ProxyCommand Specifies the command to use to connect to the server. The command |