summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2016-11-18 21:49:20 +0000
committerjmc <>2016-11-18 21:49:20 +0000
commit0d7e2c2280049e5853d2da3c82b4bfee155312ed (patch)
treec68a52a5233b265b66138e49b764686678629fdc
parent8216fe7ad0aeb239366004de9dd792c3051d167f (diff)
downloadopenbsd-0d7e2c2280049e5853d2da3c82b4bfee155312ed.tar.gz
openbsd-0d7e2c2280049e5853d2da3c82b4bfee155312ed.tar.bz2
openbsd-0d7e2c2280049e5853d2da3c82b4bfee155312ed.zip
fix double word;
-rw-r--r--src/lib/libcrypto/man/BIO_get_ex_new_index.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_get_ex_new_index.3 b/src/lib/libcrypto/man/BIO_get_ex_new_index.3
index b91ac4f739..98ff6ce590 100644
--- a/src/lib/libcrypto/man/BIO_get_ex_new_index.3
+++ b/src/lib/libcrypto/man/BIO_get_ex_new_index.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.1 2016/11/18 18:54:43 schwarze Exp $ 1.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.2 2016/11/18 21:49:20 jmc Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Rich Salz <rsalz@akamai.com>. 4.\" This file was written by Rich Salz <rsalz@akamai.com>.
@@ -128,7 +128,7 @@ object.
128.Fn TYPE_get_ex_data 128.Fn TYPE_get_ex_data
129is a function that calls 129is a function that calls
130.Xr CRYPTO_get_ex_data 3 130.Xr CRYPTO_get_ex_data 3
131with an an offset into the opaque exdata part of the 131with an offset into the opaque exdata part of the
132.Vt TYPE 132.Vt TYPE
133object. 133object.
134.Sh SEE ALSO 134.Sh SEE ALSO