summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_encrypt.3
diff options
context:
space:
mode:
authornaddy <>2022-03-31 17:27:26 +0000
committernaddy <>2022-03-31 17:27:26 +0000
commit3d8be07546f5ec331a0f851b0ea88212376ebb95 (patch)
treedd215ed7ee26566711b4b3f92093356c3f542d9e /src/lib/libcrypto/man/EVP_PKEY_encrypt.3
parent31dad1243d69de787b0589750cc4b78379c43734 (diff)
downloadopenbsd-3d8be07546f5ec331a0f851b0ea88212376ebb95.tar.gz
openbsd-3d8be07546f5ec331a0f851b0ea88212376ebb95.tar.bz2
openbsd-3d8be07546f5ec331a0f851b0ea88212376ebb95.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/EVP_PKEY_encrypt.3')
-rw-r--r--src/lib/libcrypto/man/EVP_PKEY_encrypt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_encrypt.3 b/src/lib/libcrypto/man/EVP_PKEY_encrypt.3
index a627c2abb6..210c43d6d8 100644
--- a/src/lib/libcrypto/man/EVP_PKEY_encrypt.3
+++ b/src/lib/libcrypto/man/EVP_PKEY_encrypt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_PKEY_encrypt.3,v 1.6 2018/03/23 04:34:23 schwarze Exp $ 1.\" $OpenBSD: EVP_PKEY_encrypt.3,v 1.7 2022/03/31 17:27:17 naddy Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +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>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 23 2018 $ 52.Dd $Mdocdate: March 31 2022 $
53.Dt EVP_PKEY_ENCRYPT 3 53.Dt EVP_PKEY_ENCRYPT 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -102,7 +102,7 @@ then before the call the
102parameter should contain the length of the 102parameter should contain the length of the
103.Fa out 103.Fa out
104buffer. 104buffer.
105If the call is successful the encrypted data is written to 105If the call is successful, the encrypted data is written to
106.Fa out 106.Fa out
107and the amount of data written to 107and the amount of data written to
108.Fa outlen . 108.Fa outlen .