From afc901e0ec53cd98618ade030b67a1ff8337d9dd Mon Sep 17 00:00:00 2001 From: Johannes Bauer Date: Sat, 5 Aug 2017 10:53:42 +0200 Subject: [PATCH] Small typo in manpage of x509(1) Reviewed-by: Kurt Roeckx Reviewed-by: Andy Polyakov GH: #4090 --- 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 0b7956048c..5b2fc0e57f 100644 --- a/doc/man1/x509.pod +++ b/doc/man1/x509.pod @@ -703,7 +703,7 @@ Display the "Subject Alternative Name" extension of a certificate: openssl x509 -in cert.pem -noout -ext subjectAltName -Display the more extensions of a certificate: +Display more extensions of a certificate: openssl x509 -in cert.pem -noout -ext subjectAltName,nsCertType -- 2.25.1