openssl-rsautl.pod: Add missing comma
authorJakub Wilk <jwilk@jwilk.net>
Wed, 28 Jun 2023 20:17:00 +0000 (22:17 +0200)
committerPauli <pauli@openssl.org>
Fri, 30 Jun 2023 14:12:58 +0000 (00:12 +1000)
CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21318)

(cherry picked from commit 83f9d03e7c4913c3eb34edd4a8feb3833650b58f)

doc/man1/openssl-rsautl.pod.in

index 186e49e5e49b898342bb6439390e6e34d7be91a5..f9b7250cb496d2e862a58717da60555e6f1e4cb9 100644 (file)
@@ -99,7 +99,7 @@ Encrypt the input data using an RSA public key.
 
 Decrypt the input data using an RSA private key.
 
-=item B<-pkcs>, B<-oaep>, B<-x931> B<-raw>
+=item B<-pkcs>, B<-oaep>, B<-x931>, B<-raw>
 
 The padding to use: PKCS#1 v1.5 (the default), PKCS#1 OAEP,
 ANSI X9.31, or no padding, respectively.