summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-05-26 12:35:26 +0000
committerschwarze <>2018-05-26 12:35:26 +0000
commite0129afbf70b6a10e2a50fb9fd4e1f76ed4c3c82 (patch)
treecf5d0960b571bd416642409004bdb278516b6f7d /src
parent6034d0505134ac811fae0f6a581c0bab4d41320d (diff)
downloadopenbsd-e0129afbf70b6a10e2a50fb9fd4e1f76ed4c3c82.tar.gz
openbsd-e0129afbf70b6a10e2a50fb9fd4e1f76ed4c3c82.tar.bz2
openbsd-e0129afbf70b6a10e2a50fb9fd4e1f76ed4c3c82.zip
minor markup improvement: .Fa *cctx -> .Pf * Fa cctx
Diffstat (limited to 'src')
-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