summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2018-08-21 00:35:55 +0000
committerschwarze <>2018-08-21 00:35:55 +0000
commit55bad82f410ba3dfdac2b650c51b16967e5ee1f6 (patch)
tree8211e4672f90993328b663887803952d70ee198f /src
parent00568be0dadbe68d2f0b0d1ce2a4594bc6c6ad71 (diff)
downloadopenbsd-55bad82f410ba3dfdac2b650c51b16967e5ee1f6.tar.gz
openbsd-55bad82f410ba3dfdac2b650c51b16967e5ee1f6.tar.bz2
openbsd-55bad82f410ba3dfdac2b650c51b16967e5ee1f6.zip
typo in argument type, from Mario dot Andres dot Campos at gmail dot com
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/man/tls_load_file.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libtls/man/tls_load_file.3 b/src/lib/libtls/man/tls_load_file.3
index d487009756..9f738460d6 100644
--- a/src/lib/libtls/man/tls_load_file.3
+++ b/src/lib/libtls/man/tls_load_file.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_load_file.3,v 1.9 2017/10/08 06:56:36 jmc Exp $ 1.\" $OpenBSD: tls_load_file.3,v 1.10 2018/08/21 00:35:55 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> 4.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -17,7 +17,7 @@
17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 17.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19.\" 19.\"
20.Dd $Mdocdate: October 8 2017 $ 20.Dd $Mdocdate: August 21 2018 $
21.Dt TLS_LOAD_FILE 3 21.Dt TLS_LOAD_FILE 3
22.Os 22.Os
23.Sh NAME 23.Sh NAME
@@ -118,7 +118,7 @@
118.Ft int 118.Ft int
119.Fo tls_config_set_ocsp_staple_file 119.Fo tls_config_set_ocsp_staple_file
120.Fa "struct tls_config *config" 120.Fa "struct tls_config *config"
121.Fa "const uint8_t *staple_file" 121.Fa "const char *staple_file"
122.Fc 122.Fc
123.Ft int 123.Ft int
124.Fo tls_config_set_keypair_file 124.Fo tls_config_set_keypair_file