diff options
author | jmc <> | 2014-10-15 19:57:43 +0000 |
---|---|---|
committer | jmc <> | 2014-10-15 19:57:43 +0000 |
commit | d5b0286cbea65b7d5d2d3df897f0a0c680102b46 (patch) | |
tree | 10db62183dc1cd42a934fc8a67eb64fd960a4393 /src/lib | |
parent | 2eef89d9c3ef3349d47fd880aae495afdc0b61ef (diff) | |
download | openbsd-d5b0286cbea65b7d5d2d3df897f0a0c680102b46.tar.gz openbsd-d5b0286cbea65b7d5d2d3df897f0a0c680102b46.tar.bz2 openbsd-d5b0286cbea65b7d5d2d3df897f0a0c680102b46.zip |
basic formatting fixes;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libressl/ressl_init.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libressl/ressl_init.3 b/src/lib/libressl/ressl_init.3 index b881d171e4..90a35fba7d 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.6 2014/10/14 22:05:28 tedu Exp $ | 1 | .\" $OpenBSD: ressl_init.3,v 1.7 2014/10/15 19:57:43 jmc 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 14 2014 $ | 17 | .Dd $Mdocdate: October 15 2014 $ |
18 | .Dt RESSL 3 | 18 | .Dt RESSL 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -275,7 +275,7 @@ operations. | |||
275 | .It | 275 | .It |
276 | .Fn ressl_connect | 276 | .Fn ressl_connect |
277 | connects a client context to the server named by | 277 | connects a client context to the server named by |
278 | .Fa host. | 278 | .Fa host . |
279 | The | 279 | The |
280 | .Fa port | 280 | .Fa port |
281 | may be numeric or a service name. | 281 | may be numeric or a service name. |
@@ -315,4 +315,3 @@ API first appeared in | |||
315 | .Ox 5.6 | 315 | .Ox 5.6 |
316 | as a response to the unnecessary challenges other APIs present in | 316 | as a response to the unnecessary challenges other APIs present in |
317 | order to use them safely. | 317 | order to use them safely. |
318 | |||