diff options
author | 2000-05-08 17:26:04 +0000 | |
---|---|---|
committer | 2000-05-08 17:26:04 +0000 | |
commit | 488cc2faac5eed5f4134888088a7c07f827cddc3 (patch) | |
tree | 39c1632a77e17fac590bab1a00e4a1fce764f895 | |
parent | crank MAX_SCATTER to handle large chain lengths; deraadt ok'd. (diff) | |
download | wireguard-openbsd-488cc2faac5eed5f4134888088a7c07f827cddc3.tar.xz wireguard-openbsd-488cc2faac5eed5f4134888088a7c07f827cddc3.zip |
One last nit fix. (markus approved)
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 2f138b382d2..ea81532e987 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-keygen.1,v 1.17 2000/05/03 08:37:27 markus Exp $ +.\" $Id: ssh-keygen.1,v 1.18 2000/05/08 17:26:04 hugh Exp $ .\" .Dd September 25, 1999 .Dt SSH-KEYGEN 1 @@ -142,13 +142,13 @@ support is not functional, exits with code 1. This flag will be removed once the RSA patent expires. .It Fl x This option will read a private -OpenSSH DSA format file and prints to stdout a SSH2-compatible public key. +OpenSSH DSA format file and print a SSH2-compatible public key to stdout. .It Fl X This option will read a -SSH2-compatible public key file and print to stdout an OpenSSH DSA compatible public key. +SSH2-compatible public key file and print an OpenSSH DSA compatible public key to stdout. .It Fl y This option will read a private -OpenSSH DSA format file and prints to stdout an OpenSSH DSA public key. +OpenSSH DSA format file and print an OpenSSH DSA public key to stdout. .El .Sh FILES .Bl -tag -width Ds |