summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIllya Gerasymchuk <illya@iluxonchik.me>2018-04-02 07:13:19 -0400
committerRich Salz <rsalz@openssl.org>2018-04-02 07:13:19 -0400
commitd53df3d08f354a650912c3409a84bea225cf1cc5 (patch)
treef4e0b62f2d63d9a8e4df3c885c5f4dff0c153c70
parent0e34f37fb1b7474c86ac9a170dfda5226351ecc9 (diff)
fix typo in x509 documentation
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5829)
-rw-r--r--doc/man1/x509.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/x509.pod b/doc/man1/x509.pod
index c375b3bcf3..6e4d288155 100644
--- a/doc/man1/x509.pod
+++ b/doc/man1/x509.pod
@@ -429,7 +429,7 @@ the CA certificate file.
Sets the CA serial number file to use.
When the B<-CA> option is used to sign a certificate it uses a serial
-number specified in a file. This file consist of one line containing
+number specified in a file. This file consists of one line containing
an even number of hex digits with the serial number to use. After each
use the serial number is incremented and written out to the file again.