summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-11-18 21:49:20 +0000
committerjmc <jmc@openbsd.org>2016-11-18 21:49:20 +0000
commit24e7ce2feeaef1d43f8d7d9729aaead63865d342 (patch)
tree0df3ad0826334659bdad5f3e8cf97d98ab171124
parentMake the ifconfig switch0 output nicer using a single line and the (diff)
downloadwireguard-openbsd-24e7ce2feeaef1d43f8d7d9729aaead63865d342.tar.xz
wireguard-openbsd-24e7ce2feeaef1d43f8d7d9729aaead63865d342.zip
fix double word;
-rw-r--r--lib/libcrypto/man/BIO_get_ex_new_index.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BIO_get_ex_new_index.3 b/lib/libcrypto/man/BIO_get_ex_new_index.3
index b91ac4f7398..98ff6ce5900 100644
--- a/lib/libcrypto/man/BIO_get_ex_new_index.3
+++ b/lib/libcrypto/man/BIO_get_ex_new_index.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.1 2016/11/18 18:54:43 schwarze Exp $
+.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.2 2016/11/18 21:49:20 jmc Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Rich Salz <rsalz@akamai.com>.
@@ -128,7 +128,7 @@ object.
.Fn TYPE_get_ex_data
is a function that calls
.Xr CRYPTO_get_ex_data 3
-with an an offset into the opaque exdata part of the
+with an offset into the opaque exdata part of the
.Vt TYPE
object.
.Sh SEE ALSO