diff options
author | 2018-05-26 12:32:59 +0000 | |
---|---|---|
committer | 2018-05-26 12:32:59 +0000 | |
commit | d4c5fc9dc00f5a9cadd8c2de4e52d85d3c1c6003 (patch) | |
tree | ed5bb4617f15daf8b615c189a57809839db5f3ca | |
parent | Document the new "record.enable" mixer knob. (diff) | |
download | wireguard-openbsd-d4c5fc9dc00f5a9cadd8c2de4e52d85d3c1c6003.tar.xz wireguard-openbsd-d4c5fc9dc00f5a9cadd8c2de4e52d85d3c1c6003.zip |
Quote .Fa arguments containing blanks.
Diff from Jack Burton <jack at saosce dot com dot au>.
-rw-r--r-- | lib/libtls/man/tls_conn_version.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libtls/man/tls_conn_version.3 b/lib/libtls/man/tls_conn_version.3 index d9ee4ac4b60..22f1057add7 100644 --- a/lib/libtls/man/tls_conn_version.3 +++ b/lib/libtls/man/tls_conn_version.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_conn_version.3,v 1.7 2018/02/10 04:43:16 jsing Exp $ +.\" $OpenBSD: tls_conn_version.3,v 1.8 2018/05/26 12:32:59 schwarze Exp $ .\" .\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> .\" Copyright (c) 2016, 2018 Joel Sing <jsing@openbsd.org> @@ -15,7 +15,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: February 10 2018 $ +.Dd $Mdocdate: May 26 2018 $ .Dt TLS_CONN_VERSION 3 .Os .Sh NAME @@ -54,8 +54,8 @@ .Fc .Ft const uint8_t * .Fo tls_peer_cert_chain_pem -.Fa struct tls *ctx -.Fa size_t *size +.Fa "struct tls *ctx" +.Fa "size_t *size" .Fc .Ft const char * .Fn tls_peer_cert_issuer "struct tls *ctx" |