diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-06-25 14:33:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-06-25 14:33:51 +0000 |
commit | 0065e0d3574b4915556cf83a3ab7ee8c13b9f266 (patch) | |
tree | e1ae1c8c15de095fdec557c07ba063eea8838fda /usr.sbin/openssl | |
parent | 5a4d0eba796e3343b958375f6dda2eb33bc8a5c3 (diff) |
typo;
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index bf461841b60..287742b07e8 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.64 2009/04/19 07:39:37 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.65 2009/06/25 14:33:50 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: April 19 2009 $ +.Dd $Mdocdate: June 25 2009 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -5078,7 +5078,7 @@ The options are as follows: These options encrypt the private key with the AES, DES, or the triple DES ciphers, respectively, before outputting it. A pass phrase is prompted for. -If none of these options is specified the key is written in plain text. +If none of these options are specified, the key is written in plain text. This means that using the .Nm rsa utility to read in an encrypted key with no encryption option can be used |