summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/CMS_get0_RecipientInfos.3
diff options
context:
space:
mode:
authornaddy <>2022-03-31 17:27:26 +0000
committernaddy <>2022-03-31 17:27:26 +0000
commit086b95c9573f2c3a1b0b5652129686eb64beeb7e (patch)
treedd215ed7ee26566711b4b3f92093356c3f542d9e /src/lib/libcrypto/man/CMS_get0_RecipientInfos.3
parent609f16ba617e874a45ceef4f2e8463f010e5dbe7 (diff)
downloadopenbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.tar.gz
openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.tar.bz2
openbsd-086b95c9573f2c3a1b0b5652129686eb64beeb7e.zip
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
Diffstat (limited to 'src/lib/libcrypto/man/CMS_get0_RecipientInfos.3')
-rw-r--r--src/lib/libcrypto/man/CMS_get0_RecipientInfos.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_get0_RecipientInfos.3 b/src/lib/libcrypto/man/CMS_get0_RecipientInfos.3
index e431b2cb36..094d6ec487 100644
--- a/src/lib/libcrypto/man/CMS_get0_RecipientInfos.3
+++ b/src/lib/libcrypto/man/CMS_get0_RecipientInfos.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CMS_get0_RecipientInfos.3,v 1.7 2019/11/02 15:39:46 schwarze Exp $ 1.\" $OpenBSD: CMS_get0_RecipientInfos.3,v 1.8 2022/03/31 17:27:16 naddy Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 2 2019 $ 51.Dd $Mdocdate: March 31 2022 $
52.Dt CMS_GET0_RECIPIENTINFOS 3 52.Dt CMS_GET0_RECIPIENTINFOS 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -255,7 +255,7 @@ Depending on the type, the
255structure can be ignored or its key identifier data retrieved using 255structure can be ignored or its key identifier data retrieved using
256an appropriate function. 256an appropriate function.
257If the corresponding secret or private key can be obtained by any 257If the corresponding secret or private key can be obtained by any
258appropriate means it can then be associated with the structure and 258appropriate means, it can then be associated with the structure and
259.Fn CMS_RecipientInfo_decrypt 259.Fn CMS_RecipientInfo_decrypt
260called. 260called.
261If successful, 261If successful,