diff options
author | naddy <> | 2016-10-06 14:47:00 +0000 |
---|---|---|
committer | naddy <> | 2016-10-06 14:47:00 +0000 |
commit | 79c84c9b60422a1cb8f419883524d0b8dc7c9bb8 (patch) | |
tree | 9ee9f4c294365f224fac937273a689167a3f31c6 /src | |
parent | 8d3f311758387fc6e455fd506d87d3196d52ba4d (diff) | |
download | openbsd-79c84c9b60422a1cb8f419883524d0b8dc7c9bb8.tar.gz openbsd-79c84c9b60422a1cb8f419883524d0b8dc7c9bb8.tar.bz2 openbsd-79c84c9b60422a1cb8f419883524d0b8dc7c9bb8.zip |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index bf3b78b48f..e70c2d5f3d 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.82 2016/09/22 19:17:17 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.83 2016/10/06 14:47:00 naddy 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: September 22 2016 $ | 115 | .Dd $Mdocdate: October 6 2016 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -1428,7 +1428,7 @@ This means that using the | |||
1428 | utility to read in an encrypted key with no | 1428 | utility to read in an encrypted key with no |
1429 | encryption option can be used to remove the pass phrase from a key, | 1429 | encryption option can be used to remove the pass phrase from a key, |
1430 | or by setting the encryption options | 1430 | or by setting the encryption options |
1431 | it can be use to add or change the pass phrase. | 1431 | it can be used to add or change the pass phrase. |
1432 | These options can only be used with PEM format output files. | 1432 | These options can only be used with PEM format output files. |
1433 | .It Fl in Ar file | 1433 | .It Fl in Ar file |
1434 | The input file to read a key from, | 1434 | The input file to read a key from, |