diff options
author | schwarze <> | 2018-05-26 12:35:26 +0000 |
---|---|---|
committer | schwarze <> | 2018-05-26 12:35:26 +0000 |
commit | e0129afbf70b6a10e2a50fb9fd4e1f76ed4c3c82 (patch) | |
tree | cf5d0960b571bd416642409004bdb278516b6f7d | |
parent | 6034d0505134ac811fae0f6a581c0bab4d41320d (diff) | |
download | openbsd-e0129afbf70b6a10e2a50fb9fd4e1f76ed4c3c82.tar.gz openbsd-e0129afbf70b6a10e2a50fb9fd4e1f76ed4c3c82.tar.bz2 openbsd-e0129afbf70b6a10e2a50fb9fd4e1f76ed4c3c82.zip |
minor markup improvement: .Fa *cctx -> .Pf * Fa cctx
-rw-r--r-- | src/lib/libtls/man/tls_accept_socket.3 | 6 |
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 |
75 | All these functions create a new context suitable for reading and writing | 75 | All these functions create a new context suitable for reading and writing |
76 | and return it in | 76 | and return it in |
77 | .Fa *cctx . | 77 | .Pf * Fa cctx . |
78 | .Sh RETURN VALUES | 78 | .Sh RETURN VALUES |
79 | These functions return 0 on success or -1 on error. | 79 | These functions return 0 on success or -1 on error. |
80 | .Sh SEE ALSO | 80 | .Sh SEE ALSO |