summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2021-06-22 20:01:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2021-06-22 20:01:20 +0000
commit59d3d2b501e722535034dfce23de358378a42a50 (patch)
tree625466f9fbc2119905ae4fed340e7b56002e46ef
parentc5d43598e24646c66f6f575423bee3adb11afd00 (diff)
zap wonky commas;
-rw-r--r--lib/libtls/man/tls_load_file.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libtls/man/tls_load_file.3 b/lib/libtls/man/tls_load_file.3
index e6956aeaa18..6f82759d90f 100644
--- a/lib/libtls/man/tls_load_file.3
+++ b/lib/libtls/man/tls_load_file.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_load_file.3,v 1.12 2021/06/22 17:59:48 kn Exp $
+.\" $OpenBSD: tls_load_file.3,v 1.13 2021/06/22 20:01:19 jmc Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -253,10 +253,10 @@ sets a DER-encoded OCSP response to be stapled during the TLS handshake from
memory.
.Pp
.Fn tls_config_set_keypair_file
-loads two files from which the public certificate, and private key will be read.
+loads two files from which the public certificate and private key will be read.
.Pp
.Fn tls_config_set_keypair_mem
-directly sets the public certificate, and private key from memory.
+directly sets the public certificate and private key from memory.
.Pp
.Fn tls_config_set_keypair_ocsp_file
loads three files containing the public certificate, private key,
@@ -267,11 +267,11 @@ directly sets the public certificate, private key, and DER-encoded OCSP staple
from memory.
.Pp
.Fn tls_config_add_keypair_file
-adds an additional public certificate, and private key from the specified files,
+adds an additional public certificate and private key from the specified files,
used as an alternative certificate for Server Name Indication (server only).
.Pp
.Fn tls_config_add_keypair_mem
-adds an additional public certificate, and private key from memory, used as an
+adds an additional public certificate and private key from memory, used as an
alternative certificate for Server Name Indication (server only).
.Pp
.Fn tls_config_add_keypair_ocsp_file