diff options
author | naddy <> | 2022-03-31 17:27:26 +0000 |
---|---|---|
committer | naddy <> | 2022-03-31 17:27:26 +0000 |
commit | 086b95c9573f2c3a1b0b5652129686eb64beeb7e (patch) | |
tree | dd215ed7ee26566711b4b3f92093356c3f542d9e /src/lib/libcrypto/man/CRYPTO_set_ex_data.3 | |
parent | 609f16ba617e874a45ceef4f2e8463f010e5dbe7 (diff) | |
download | openbsd-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/CRYPTO_set_ex_data.3')
-rw-r--r-- | src/lib/libcrypto/man/CRYPTO_set_ex_data.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 b/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 index c78076b8a8..9d72b85642 100644 --- a/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 +++ b/src/lib/libcrypto/man/CRYPTO_set_ex_data.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.12 2019/08/16 12:16:22 schwarze Exp $ | 1 | .\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.13 2022/03/31 17:27:16 naddy Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL CRYPTO_get_ex_new_index 9e183d22 Mar 11 08:56:44 2017 -0500 | 3 | .\" OpenSSL CRYPTO_get_ex_new_index 9e183d22 Mar 11 08:56:44 2017 -0500 |
4 | .\" selective merge up to: 72a7a702 Feb 26 14:05:09 2019 +0000 | 4 | .\" selective merge up to: 72a7a702 Feb 26 14:05:09 2019 +0000 |
@@ -52,7 +52,7 @@ | |||
52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
54 | .\" | 54 | .\" |
55 | .Dd $Mdocdate: August 16 2019 $ | 55 | .Dd $Mdocdate: March 31 2022 $ |
56 | .Dt CRYPTO_SET_EX_DATA 3 | 56 | .Dt CRYPTO_SET_EX_DATA 3 |
57 | .Os | 57 | .Os |
58 | .Sh NAME | 58 | .Sh NAME |
@@ -156,7 +156,7 @@ header file. | |||
156 | .Pp | 156 | .Pp |
157 | The API described here is used by OpenSSL to manipulate exdata for | 157 | The API described here is used by OpenSSL to manipulate exdata for |
158 | specific structures. | 158 | specific structures. |
159 | Since the application data can be anything at all it is passed and | 159 | Since the application data can be anything at all, it is passed and |
160 | retrieved as a | 160 | retrieved as a |
161 | .Vt void * | 161 | .Vt void * |
162 | type. | 162 | type. |