summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-02-27 19:14:49 +0000
committerschwarze <>2018-02-27 19:14:49 +0000
commitc7b559b461335455516ab3d080f9eaa6a11c230c (patch)
tree2a9877111c640f4a1b0a9a336752aea7050e7ee2
parenta703485ab9357785274f2588eb6deed59b5cc8aa (diff)
downloadopenbsd-c7b559b461335455516ab3d080f9eaa6a11c230c.tar.gz
openbsd-c7b559b461335455516ab3d080f9eaa6a11c230c.tar.bz2
openbsd-c7b559b461335455516ab3d080f9eaa6a11c230c.zip
fix a wrong preposition; from Daniel Bevenius at gmail dot com
via OpenSSL commit cbade361 Dec 12 13:14:45 2017 +0100
-rw-r--r--src/lib/libssl/man/ssl.39
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libssl/man/ssl.3 b/src/lib/libssl/man/ssl.3
index bb03257064..977e6075b2 100644
--- a/src/lib/libssl/man/ssl.3
+++ b/src/lib/libssl/man/ssl.3
@@ -1,5 +1,6 @@
1.\" $OpenBSD: ssl.3,v 1.12 2018/02/24 19:24:09 schwarze Exp $ 1.\" $OpenBSD: ssl.3,v 1.13 2018/02/27 19:14:49 schwarze Exp $
2.\" OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 2.\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100
3.\" selective merge up to: OpenSSL cbade361 Dec 12 13:14:45 2017 +0100
3.\" 4.\"
4.\" This file was written by Ralf S. Engelschall <rse@openssl.org>, 5.\" This file was written by Ralf S. Engelschall <rse@openssl.org>,
5.\" Ben Laurie <ben@openssl.org>, and Ulf Moeller <ulf@openssl.org>. 6.\" Ben Laurie <ben@openssl.org>, and Ulf Moeller <ulf@openssl.org>.
@@ -50,7 +51,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 53.\"
53.Dd $Mdocdate: February 24 2018 $ 54.Dd $Mdocdate: February 27 2018 $
54.Dt SSL 3 55.Dt SSL 3
55.Os 56.Os
56.Sh NAME 57.Sh NAME
@@ -129,7 +130,7 @@ client and server certificates, keys, etc.
129That's the main SSL/TLS structure which is created by a server or client per 130That's the main SSL/TLS structure which is created by a server or client per
130established connection. 131established connection.
131This actually is the core structure in the SSL API. 132This actually is the core structure in the SSL API.
132Under run-time the application usually deals with this structure which has 133At run-time the application usually deals with this structure which has
133links to mostly all other structures. 134links to mostly all other structures.
134.El 135.El
135.Sh HEADER FILES 136.Sh HEADER FILES