diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-10-06 14:47:01 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-10-06 14:47:01 +0000 |
commit | a78740dc01af0b8f74c286a1967b39e4a7a893c4 (patch) | |
tree | 1c5723bfb933acc0dd1848f259154c5c6a4645ae /usr.bin/openssl | |
parent | b65aab2fff7faecf489e24aa6080ca3f7cdfaae6 (diff) |
typo
Diffstat (limited to 'usr.bin/openssl')
-rw-r--r-- | usr.bin/openssl/openssl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index bf3b78b48fa..e70c2d5f3df 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.82 2016/09/22 19:17:17 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.83 2016/10/06 14:47:00 naddy Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: September 22 2016 $ +.Dd $Mdocdate: October 6 2016 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -1428,7 +1428,7 @@ This means that using the utility to read in an encrypted key with no encryption option can be used to remove the pass phrase from a key, or by setting the encryption options -it can be use to add or change the pass phrase. +it can be used to add or change the pass phrase. These options can only be used with PEM format output files. .It Fl in Ar file The input file to read a key from, |