diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-06 03:01:02 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-06 03:01:02 +0000 |
commit | aafff9cc7619d238e27500d0e4d2e4ea0fa140e1 (patch) | |
tree | 1c7f41fe5c1f08248afcc0e380bd132c2b199bfb /ssh-keygen.1 | |
parent | 93d1fe8112582fe1d0c65c554411709464163712 (diff) | |
download | openssh-git-aafff9cc7619d238e27500d0e4d2e4ea0fa140e1.tar.gz |
- stevesk@cvs.openbsd.org 2001/05/05 13:42:52
[sftp.1 ssh-add.1 ssh-keygen.1]
typos, grammar
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 371fc5fe..f85357c7 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.40 2001/04/23 21:57:07 markus Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.41 2001/05/05 13:42:52 stevesk Exp $ .\" .\" -*- nroff -*- .\" @@ -143,7 +143,7 @@ The default is 1024 bits. .It Fl c Requests changing the comment in the private and public key files. The program will prompt for the file containing the private keys, for -passphrase if the key has one, and for the new comment. +the passphrase if the key has one, and for the new comment. .It Fl e This option will read a private or public OpenSSH key file and print the key in a |