From: Illya Gerasymchuk Date: Mon, 2 Apr 2018 11:13:19 +0000 (-0400) Subject: fix typo in x509 documentation X-Git-Tag: OpenSSL_1_1_1-pre4~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d53df3d08f354a650912c3409a84bea225cf1cc5;p=oweals%2Fopenssl.git fix typo in x509 documentation Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5829) --- 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.