fix typo: exdata -> ex_data
authorschwarze <schwarze@openbsd.org>
Thu, 16 Nov 2023 15:39:32 +0000 (15:39 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 16 Nov 2023 15:39:32 +0000 (15:39 +0000)
lib/libcrypto/man/BIO_get_ex_new_index.3

index 69f0ffc..c484591 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.14 2023/07/21 04:39:49 tb Exp $
+.\" $OpenBSD: BIO_get_ex_new_index.3,v 1.15 2023/11/16 15:39:32 schwarze Exp $
 .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
 .\"
 .\" This file was written by Rich Salz <rsalz@akamai.com>.
@@ -48,7 +48,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: July 21 2023 $
+.Dd $Mdocdate: November 16 2023 $
 .Dt BIO_GET_EX_NEW_INDEX 3
 .Os
 .Sh NAME
@@ -126,14 +126,14 @@ with the correct index value.
 .Fn TYPE_set_ex_data
 is a function that calls
 .Xr CRYPTO_set_ex_data 3
-with an offset into the opaque exdata part of the
+with an offset into the opaque ex_data part of the
 .Vt TYPE
 object.
 .Pp
 .Fn TYPE_get_ex_data
 is a function that calls
 .Xr CRYPTO_get_ex_data 3
-with an offset into the opaque exdata part of the
+with an offset into the opaque ex_data part of the
 .Vt TYPE
 object.
 .Pp