diff options
author | 2014-10-15 19:57:43 +0000 | |
---|---|---|
committer | 2014-10-15 19:57:43 +0000 | |
commit | f5702db826bf7b13275e794bcc6186b2f3611c6e (patch) | |
tree | 63fd33220dcf8afc893634180e2ded9224513c4a | |
parent | - allow empty headers (diff) | |
download | wireguard-openbsd-f5702db826bf7b13275e794bcc6186b2f3611c6e.tar.xz wireguard-openbsd-f5702db826bf7b13275e794bcc6186b2f3611c6e.zip |
basic formatting fixes;
-rw-r--r-- | lib/libressl/ressl_init.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libressl/ressl_init.3 b/lib/libressl/ressl_init.3 index b881d171e44..90a35fba7d2 100644 --- a/lib/libressl/ressl_init.3 +++ b/lib/libressl/ressl_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ressl_init.3,v 1.6 2014/10/14 22:05:28 tedu Exp $ +.\" $OpenBSD: ressl_init.3,v 1.7 2014/10/15 19:57:43 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 14 2014 $ +.Dd $Mdocdate: October 15 2014 $ .Dt RESSL 3 .Os .Sh NAME @@ -275,7 +275,7 @@ operations. .It .Fn ressl_connect connects a client context to the server named by -.Fa host. +.Fa host . The .Fa port may be numeric or a service name. @@ -315,4 +315,3 @@ API first appeared in .Ox 5.6 as a response to the unnecessary challenges other APIs present in order to use them safely. - |