summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-req.pod.in
diff options
context:
space:
mode:
authorJames Muir <james@openssl.org>2023-12-15 21:21:46 -0500
committerTomas Mraz <tomas@openssl.org>2023-12-29 11:45:02 +0100
commitebcfd7ac78b7175f01cd5e82bfa932bcb8f21633 (patch)
treedf585309d5a98288cc14ad257bc6e39b1a8c3d55 /doc/man1/openssl-req.pod.in
parent8bc9bfab914afb680acae0c58034d25155b3e3f7 (diff)
doc: fix "the a" typos (and other things nearby)
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/23068) (cherry picked from commit aa3347ba9d670a747b46974ce46f2ed9ecb38662)
Diffstat (limited to 'doc/man1/openssl-req.pod.in')
-rw-r--r--doc/man1/openssl-req.pod.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-req.pod.in b/doc/man1/openssl-req.pod.in
index a21c30ba47..31fd714187 100644
--- a/doc/man1/openssl-req.pod.in
+++ b/doc/man1/openssl-req.pod.in
@@ -282,7 +282,7 @@ It is implied by the B<-CA> option.
This option implies the B<-new> flag if B<-in> is not given.
If an existing request is specified with the B<-in> option, it is converted
-to the a certificate; otherwise a request is created from scratch.
+to a certificate; otherwise a request is created from scratch.
Unless specified using the B<-set_serial> option,
a large random number will be used for the serial number.