diff options
author | 2001-07-23 14:14:18 +0000 | |
---|---|---|
committer | 2001-07-23 14:14:18 +0000 | |
commit | 0050a3278dfb0e6ac37f4483cb1e8f21fa8ec66d (patch) | |
tree | b9e5487927582cee29b061767124e82ced202140 | |
parent | sync PreferredAuthentications (diff) | |
download | wireguard-openbsd-0050a3278dfb0e6ac37f4483cb1e8f21fa8ec66d.tar.xz wireguard-openbsd-0050a3278dfb0e6ac37f4483cb1e8f21fa8ec66d.zip |
Fix typo.
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 1ea944c7c12..290319d4461 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.46 2001/06/25 17:18:27 markus Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.47 2001/07/23 14:14:18 aaron Exp $ .\" .\" -*- nroff -*- .\" @@ -82,7 +82,7 @@ generates, manages and converts authentication keys for .Xr ssh 1 . .Nm defaults to generating a RSA1 key for use by SSH protocol version 1. -specifying the +Specifying the .Fl t option allows you to create a key for use by SSH protocol version 2. .Pp |