diff options
| author | naddy <> | 2022-03-31 17:27:26 +0000 |
|---|---|---|
| committer | naddy <> | 2022-03-31 17:27:26 +0000 |
| commit | 3d8be07546f5ec331a0f851b0ea88212376ebb95 (patch) | |
| tree | dd215ed7ee26566711b4b3f92093356c3f542d9e /src/lib/libcrypto/man/BIO_s_bio.3 | |
| parent | 31dad1243d69de787b0589750cc4b78379c43734 (diff) | |
| download | openbsd-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/BIO_s_bio.3')
| -rw-r--r-- | src/lib/libcrypto/man/BIO_s_bio.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3 index 171207dfe1..bf4e8738b5 100644 --- a/src/lib/libcrypto/man/BIO_s_bio.3 +++ b/src/lib/libcrypto/man/BIO_s_bio.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: BIO_s_bio.3,v 1.13 2018/05/01 17:05:05 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_s_bio.3,v 1.14 2022/03/31 17:27:16 naddy Exp $ |
| 2 | .\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400 | 2 | .\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by | 4 | .\" This file was written by |
| @@ -53,7 +53,7 @@ | |||
| 53 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 53 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 54 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 54 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 55 | .\" | 55 | .\" |
| 56 | .Dd $Mdocdate: May 1 2018 $ | 56 | .Dd $Mdocdate: March 31 2022 $ |
| 57 | .Dt BIO_S_BIO 3 | 57 | .Dt BIO_S_BIO 3 |
| 58 | .Os | 58 | .Os |
| 59 | .Sh NAME | 59 | .Sh NAME |
| @@ -182,7 +182,7 @@ sets the write buffer size of BIO | |||
| 182 | .Fa b | 182 | .Fa b |
| 183 | to | 183 | to |
| 184 | .Fa size . | 184 | .Fa size . |
| 185 | If the size is not initialized a default value is used. | 185 | If the size is not initialized, a default value is used. |
| 186 | This is currently 17K, sufficient for a maximum size TLS record. | 186 | This is currently 17K, sufficient for a maximum size TLS record. |
| 187 | .Pp | 187 | .Pp |
| 188 | .Fn BIO_get_write_buf_size | 188 | .Fn BIO_get_write_buf_size |
| @@ -255,7 +255,7 @@ or | |||
| 255 | .Xr SSL_free 3 | 255 | .Xr SSL_free 3 |
| 256 | call, the other half still needs to be freed. | 256 | call, the other half still needs to be freed. |
| 257 | .Pp | 257 | .Pp |
| 258 | When used in bidirectional applications (such as TLS/SSL) | 258 | When used in bidirectional applications (such as TLS/SSL), |
| 259 | care should be taken to flush any data in the write buffer. | 259 | care should be taken to flush any data in the write buffer. |
| 260 | This can be done by calling | 260 | This can be done by calling |
| 261 | .Xr BIO_pending 3 | 261 | .Xr BIO_pending 3 |
