diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-28 05:57:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-28 05:57:43 +0000 |
commit | e436d9c1c2715f647696bfda3fb419eb2dfd8e26 (patch) | |
tree | 1853c853ddd7ab1b9c63bf4e6307809369979e09 | |
parent | 86778afff6673c44e908481ecce5dbdf940622c9 (diff) |
no need to talk about version 2 with the -Q option, so rewrite the
text to read better;
issue reported by debian at helgefjell de
ok djm dtucker
-rw-r--r-- | usr.bin/ssh/ssh.1 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 46ad55ad498..77502515b6a 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.424 2021/07/23 04:04:52 djm Exp $ -.Dd $Mdocdate: July 23 2021 $ +.\" $OpenBSD: ssh.1,v 1.425 2021/07/28 05:57:42 jmc Exp $ +.Dd $Mdocdate: July 28 2021 $ .Dt SSH 1 .Os .Sh NAME @@ -585,10 +585,7 @@ This can be specified on a per-host basis in the configuration file. .Pp .It Fl Q Ar query_option -Queries -.Nm -for the algorithms supported for the specified version 2. -The available features are: +Queries for the algorithms supported by one of the following features: .Ar cipher (supported symmetric ciphers), .Ar cipher-auth |