From d3329973f0ad6cf8065998118c3fb4183003d71a Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Thu, 26 Sep 2019 10:57:23 +0800 Subject: [PATCH] Fix a document description in apps/req Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/9958) --- doc/man1/openssl-req.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man1/openssl-req.pod b/doc/man1/openssl-req.pod index 02635b56ea..7453d5e7e9 100644 --- a/doc/man1/openssl-req.pod +++ b/doc/man1/openssl-req.pod @@ -347,8 +347,8 @@ string is required by the SM2 signature algorithm for signing and verification. =item B<-sm2-hex-id> -Specify a binary ID string to use when signing or verifying using an SM2 -certificate. The argument for this option is string of hexadecimal digits. +Specify a binary ID string to use when verifying an SM2 certificate request. The +argument for this option is string of hexadecimal digits. =back -- 2.25.1