From 60f1a54409e7682c49f9538405e9f43abb317363 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 29 Nov 2016 21:29:19 +0000 Subject: tweak previous; --- src/lib/libcrypto/man/OPENSSL_malloc.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/man/OPENSSL_malloc.3') diff --git a/src/lib/libcrypto/man/OPENSSL_malloc.3 b/src/lib/libcrypto/man/OPENSSL_malloc.3 index 0b762f66b6..5b841f1aac 100644 --- a/src/lib/libcrypto/man/OPENSSL_malloc.3 +++ b/src/lib/libcrypto/man/OPENSSL_malloc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OPENSSL_malloc.3,v 1.3 2016/11/29 18:16:09 deraadt Exp $ +.\" $OpenBSD: OPENSSL_malloc.3,v 1.4 2016/11/29 21:29:19 jmc Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze .\" @@ -25,7 +25,7 @@ .Nm CRYPTO_malloc , .Nm CRYPTO_realloc , .Nm CRYPTO_free , -.Nm CRYPTO_strdup , +.Nm CRYPTO_strdup .Nd legacy OpenSSL memory allocation wrappers .Sh SYNOPSIS .In openssl/crypto.h @@ -81,8 +81,8 @@ standard .Xr realloc 3 , .Xr free 3 , and -.Xr strdup 3 +.Xr strdup 3 functions. .Sh RETURN VALUES -These functions return same type and value as the corresponding +These functions return the same type and value as the corresponding standard functions. -- cgit v1.2.3-55-g6feb