From 22a68bda8ea9b4df72c7dcd761ba4425920e01b5 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Sat, 5 Nov 2016 18:30:02 +0000 Subject: fix misplaced quote by tls_peer_ocsp_this_update --- src/lib/libtls/tls_init.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libtls/tls_init.3') diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index 144b1327c7..dd167faa54 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.79 2016/11/05 15:45:41 jmc Exp $ +.\" $OpenBSD: tls_init.3,v 1.80 2016/11/05 18:30:02 bcook Exp $ .\" .\" Copyright (c) 2014 Ted Unangst .\" @@ -193,7 +193,7 @@ .Ft "time_t" .Fn tls_peer_ocsp_revocation_time "struct tls *ctx" .Ft "time_t" -.Fn tls_peer_ocsp_this_update" struct tls *ctx" +.Fn tls_peer_ocsp_this_update "struct tls *ctx" .Ft "const char *" .Fn tls_peer_ocsp_url "struct tls *ctx" .Ft "const char *" -- cgit v1.2.3-55-g6feb