From 0d7e2c2280049e5853d2da3c82b4bfee155312ed Mon Sep 17 00:00:00 2001 From: jmc <> Date: Fri, 18 Nov 2016 21:49:20 +0000 Subject: fix double word; --- src/lib/libcrypto/man/BIO_get_ex_new_index.3 | 4 ++-- 1 file 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 @@ -.\" $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 . @@ -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 -- cgit v1.2.3-55-g6feb