diff options
| author | schwarze <> | 2014-10-08 14:55:20 +0000 |
|---|---|---|
| committer | schwarze <> | 2014-10-08 14:55:20 +0000 |
| commit | ca28682287f407dea19078bcad13be6ad6794b94 (patch) | |
| tree | bfc3aa77bc9af821f6b1d65e0c46751de96cc6f2 /src | |
| parent | 007b77c4f7be079d99a45be43f657d7ad7f87c5c (diff) | |
| download | openbsd-ca28682287f407dea19078bcad13be6ad6794b94.tar.gz openbsd-ca28682287f407dea19078bcad13be6ad6794b94.tar.bz2 openbsd-ca28682287f407dea19078bcad13be6ad6794b94.zip | |
whack a few stray .Pp macros
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libressl/ressl.3 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libressl/ressl.3 b/src/lib/libressl/ressl.3 index 7f141d12fa..b50d3d6068 100644 --- a/src/lib/libressl/ressl.3 +++ b/src/lib/libressl/ressl.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ressl.3,v 1.2 2014/10/08 14:47:15 tedu Exp $ | 1 | .\" $OpenBSD: ressl.3,v 1.3 2014/10/08 14:55:20 schwarze Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
| 4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
| @@ -245,7 +245,6 @@ Additionally, the values | |||
| 245 | (all TLS versions) and | 245 | (all TLS versions) and |
| 246 | .Dv RESSL_PROTOCOLS_DEFAULT | 246 | .Dv RESSL_PROTOCOLS_DEFAULT |
| 247 | (all versions) may be used. | 247 | (all versions) may be used. |
| 248 | .Pp | ||
| 249 | .It | 248 | .It |
| 250 | .Fn ressl_config_clear_keys | 249 | .Fn ressl_config_clear_keys |
| 251 | clears any secert keys from memory. | 250 | clears any secert keys from memory. |
| @@ -266,7 +265,6 @@ reenables hostname and certificate verification. | |||
| 266 | .El | 265 | .El |
| 267 | .Pp | 266 | .Pp |
| 268 | The following functions create, prepare, and free a connection context. | 267 | The following functions create, prepare, and free a connection context. |
| 269 | .Pp | ||
| 270 | .Bl -bullet -offset four | 268 | .Bl -bullet -offset four |
| 271 | .It | 269 | .It |
| 272 | .Fn ressl_client | 270 | .Fn ressl_client |
| @@ -308,7 +306,6 @@ bytes of data from the socket into | |||
| 308 | .Fa buf . | 306 | .Fa buf . |
| 309 | The amount of data read is returned in | 307 | The amount of data read is returned in |
| 310 | .Fa outlen . | 308 | .Fa outlen . |
| 311 | .Pp | ||
| 312 | .It | 309 | .It |
| 313 | .Fn ressl_write | 310 | .Fn ressl_write |
| 314 | writes | 311 | writes |
