summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-05-26 12:35:26 +0000
committerschwarze <>2018-05-26 12:35:26 +0000
commit66a7482cb9234517db97892bb0724012c91123d8 (patch)
treecf5d0960b571bd416642409004bdb278516b6f7d
parent55e9271f10809d9150738b3bcff979a0d8d61336 (diff)
downloadopenbsd-66a7482cb9234517db97892bb0724012c91123d8.tar.gz
openbsd-66a7482cb9234517db97892bb0724012c91123d8.tar.bz2
openbsd-66a7482cb9234517db97892bb0724012c91123d8.zip
minor markup improvement: .Fa *cctx -> .Pf * Fa cctx
-rw-r--r--src/lib/libtls/man/tls_accept_socket.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libtls/man/tls_accept_socket.3 b/src/lib/libtls/man/tls_accept_socket.3
index 95022603d6..931b9346ec 100644
--- a/src/lib/libtls/man/tls_accept_socket.3
+++ b/src/lib/libtls/man/tls_accept_socket.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_accept_socket.3,v 1.3 2017/01/28 00:59:36 schwarze Exp $ 1.\" $OpenBSD: tls_accept_socket.3,v 1.4 2018/05/26 12:35:26 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
4.\" Copyright (c) 2015 Joel Sing <jsing@openbsd.org> 4.\" Copyright (c) 2015 Joel Sing <jsing@openbsd.org>
@@ -16,7 +16,7 @@
16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18.\" 18.\"
19.Dd $Mdocdate: January 28 2017 $ 19.Dd $Mdocdate: May 26 2018 $
20.Dt TLS_ACCEPT_SOCKET 3 20.Dt TLS_ACCEPT_SOCKET 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -74,7 +74,7 @@ and can contain a pointer to any caller-specified data.
74.Pp 74.Pp
75All these functions create a new context suitable for reading and writing 75All these functions create a new context suitable for reading and writing
76and return it in 76and return it in
77.Fa *cctx . 77.Pf * Fa cctx .
78.Sh RETURN VALUES 78.Sh RETURN VALUES
79These functions return 0 on success or -1 on error. 79These functions return 0 on success or -1 on error.
80.Sh SEE ALSO 80.Sh SEE ALSO