From d53df3d08f354a650912c3409a84bea225cf1cc5 Mon Sep 17 00:00:00 2001 From: Illya Gerasymchuk Date: Mon, 2 Apr 2018 07:13:19 -0400 Subject: fix typo in x509 documentation Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5829) --- doc/man1/x509.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3