summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2017-03-02 11:05:50 +0000
committerjmc <jmc@openbsd.org>2017-03-02 11:05:50 +0000
commit7b98e4f296c4903033db503fe7465470f3a7f290 (patch)
tree42164c5c02d868ec609d37e94139f10dc1a448e3
parentAdd a new sysctl machdep.lidaction. The sysctl works as follows: (diff)
downloadwireguard-openbsd-7b98e4f296c4903033db503fe7465470f3a7f290.tar.xz
wireguard-openbsd-7b98e4f296c4903033db503fe7465470f3a7f290.zip
fix error in Dt; from robert klein
-rw-r--r--lib/libtls/man/tls_config_verify.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtls/man/tls_config_verify.3 b/lib/libtls/man/tls_config_verify.3
index d4051a2372f..4a43c834d71 100644
--- a/lib/libtls/man/tls_config_verify.3
+++ b/lib/libtls/man/tls_config_verify.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_config_verify.3,v 1.3 2017/01/28 00:59:36 schwarze Exp $
+.\" $OpenBSD: tls_config_verify.3,v 1.4 2017/03/02 11:05:50 jmc Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\" Copyright (c) 2015 Joel Sing <jsing@openbsd.org>
@@ -15,8 +15,8 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 28 2017 $
-.Dt TLS_CONGIG_VERIFY 3
+.Dd $Mdocdate: March 2 2017 $
+.Dt TLS_CONFIG_VERIFY 3
.Os
.Sh NAME
.Nm tls_config_verify ,