diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-08-26 18:04:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-08-26 18:04:55 +0000 |
commit | 207c03f1081453728b35cd207bd541509ef579ab (patch) | |
tree | c87b0a7ed312684493b014ca985a18c546455ad6 /lib/libcrypto/man | |
parent | b1b130c447ac777843aadb5e11e3dbfc64987afc (diff) |
fix the same "an non" issue found by tb in EVP_EncryptInit.3;
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/x509v3.cnf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/x509v3.cnf.5 b/lib/libcrypto/man/x509v3.cnf.5 index fcdf06301a1..d307e6a1d09 100644 --- a/lib/libcrypto/man/x509v3.cnf.5 +++ b/lib/libcrypto/man/x509v3.cnf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: x509v3.cnf.5,v 1.4 2018/02/16 18:48:55 schwarze Exp $ +.\" $OpenBSD: x509v3.cnf.5,v 1.5 2018/08/26 18:04:54 jmc Exp $ .\" full merge up to: .\" OpenSSL man5/x509v3_config a41815f0 Mar 17 18:43:53 2017 -0700 .\" selective merge up to: OpenSSL 36cf10cf Oct 4 02:11:08 2017 -0400 @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 16 2018 $ +.Dd $Mdocdate: August 26 2018 $ .Dt X509V3.CNF 5 .Os .Sh NAME @@ -130,7 +130,7 @@ is .Cm TRUE , then an optional .Ic pathlen -name followed by an non-negative value can be included. +name followed by a non-negative value can be included. For example: .Bd -literal -offset indent basicConstraints=CA:TRUE |