diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libressl/ressl_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libressl/ressl_init.3 b/src/lib/libressl/ressl_init.3 index 1ba6b460b5..81a32350ee 100644 --- a/src/lib/libressl/ressl_init.3 +++ b/src/lib/libressl/ressl_init.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ressl_init.3,v 1.8 2014/10/15 21:02:39 tedu Exp $ | 1 | .\" $OpenBSD: ressl_init.3,v 1.9 2014/10/16 12:46:35 tedu Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
| 4 | .\" | 4 | .\" |
| @@ -14,7 +14,7 @@ | |||
| 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 16 | .\" | 16 | .\" |
| 17 | .Dd $Mdocdate: October 15 2014 $ | 17 | .Dd $Mdocdate: October 16 2014 $ |
| 18 | .Dt RESSL 3 | 18 | .Dt RESSL 3 |
| 19 | .Os | 19 | .Os |
| 20 | .Sh NAME | 20 | .Sh NAME |
| @@ -145,7 +145,7 @@ A client connection is initiated after configuration by calling | |||
| 145 | This function will create a new socket, connect to the specified host and | 145 | This function will create a new socket, connect to the specified host and |
| 146 | port, and then establish a secure connection. | 146 | port, and then establish a secure connection. |
| 147 | An already existing socket can be upgraded to a secure connection by calling | 147 | An already existing socket can be upgraded to a secure connection by calling |
| 148 | the ressl_connect_socket function. | 148 | .Fn ressl_connect_socket . |
| 149 | .Pp | 149 | .Pp |
| 150 | Two functions are provided for input and output, | 150 | Two functions are provided for input and output, |
| 151 | .Fn ressl_read | 151 | .Fn ressl_read |
