diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-04-04 09:30:44 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-04-04 09:30:44 +0000 |
commit | 9f5b7d48ab7e576c12396fa8ae6720f4a9f30219 (patch) | |
tree | c326c9fefdf1f990843c7ce750ed004245f04cea /lib | |
parent | df3aad46a0c937a7e1a03cb4b8390669281d175c (diff) |
Remove incorrect function counts
Vincent Lee spotted that I failed to update numbers that count how many
functions are documented here when removing {CRYPTO,OPENSSL}_realloc.
This isn't helpful information and nobody will remember to go look for
such numbers next time this page is adjusted, so remove the counts.
agreement from jmc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/OPENSSL_malloc.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/OPENSSL_malloc.3 b/lib/libcrypto/man/OPENSSL_malloc.3 index 7779a3ec0e1..a43dc569232 100644 --- a/lib/libcrypto/man/OPENSSL_malloc.3 +++ b/lib/libcrypto/man/OPENSSL_malloc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OPENSSL_malloc.3,v 1.12 2024/03/19 17:48:57 tb Exp $ +.\" $OpenBSD: OPENSSL_malloc.3,v 1.13 2024/04/04 09:30:43 tb Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 19 2024 $ +.Dd $Mdocdate: April 4 2024 $ .Dt OPENSSL_MALLOC 3 .Os .Sh NAME @@ -61,7 +61,7 @@ Do not use any of the interfaces documented here in new code. They are provided purely for compatibility with legacy application code. .Pp -All 8 of these functions are wrappers around the corresponding +These functions are wrappers around the corresponding standard .Xr malloc 3 , .Xr free 3 , @@ -69,7 +69,7 @@ and .Xr strdup 3 functions. .Pp -The four +The .Fn OPENSSL_* functions are implemented as macros. .Sh RETURN VALUES |