diff options
author | jmc <> | 2009-06-25 14:33:50 +0000 |
---|---|---|
committer | jmc <> | 2009-06-25 14:33:50 +0000 |
commit | 2eabc3aa42ad7d46a1723621f8e34e533342f67a (patch) | |
tree | 6e995662cefe558355e095be2c4a086a2d4a299c /src | |
parent | a818cd2a06fbbb6f37d21e2fa11a3e6aeff35b2d (diff) | |
download | openbsd-2eabc3aa42ad7d46a1723621f8e34e533342f67a.tar.gz openbsd-2eabc3aa42ad7d46a1723621f8e34e533342f67a.tar.bz2 openbsd-2eabc3aa42ad7d46a1723621f8e34e533342f67a.zip |
typo;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index bf461841b6..287742b07e 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/usr.sbin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.64 2009/04/19 07:39:37 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.65 2009/06/25 14:33:50 jmc Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: April 19 2009 $ | 115 | .Dd $Mdocdate: June 25 2009 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -5078,7 +5078,7 @@ The options are as follows: | |||
5078 | These options encrypt the private key with the AES, DES, | 5078 | These options encrypt the private key with the AES, DES, |
5079 | or the triple DES ciphers, respectively, before outputting it. | 5079 | or the triple DES ciphers, respectively, before outputting it. |
5080 | A pass phrase is prompted for. | 5080 | A pass phrase is prompted for. |
5081 | If none of these options is specified the key is written in plain text. | 5081 | If none of these options are specified, the key is written in plain text. |
5082 | This means that using the | 5082 | This means that using the |
5083 | .Nm rsa | 5083 | .Nm rsa |
5084 | utility to read in an encrypted key with no encryption option can be used | 5084 | utility to read in an encrypted key with no encryption option can be used |