diff options
author | tb <> | 2024-04-04 09:30:43 +0000 |
---|---|---|
committer | tb <> | 2024-04-04 09:30:43 +0000 |
commit | 0cc340b2b42f280b220fb9ace2acfe3d2a0f7187 (patch) | |
tree | 7d8eafb9ee85ec1fe054abe15c33e24d169486e9 /src | |
parent | 5833e6be811b874ec2bbc5731b548b270e6845a2 (diff) | |
download | openbsd-0cc340b2b42f280b220fb9ace2acfe3d2a0f7187.tar.gz openbsd-0cc340b2b42f280b220fb9ace2acfe3d2a0f7187.tar.bz2 openbsd-0cc340b2b42f280b220fb9ace2acfe3d2a0f7187.zip |
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 'src')
-rw-r--r-- | src/lib/libcrypto/man/OPENSSL_malloc.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_malloc.3 b/src/lib/libcrypto/man/OPENSSL_malloc.3 index 7779a3ec0e..a43dc56923 100644 --- a/src/lib/libcrypto/man/OPENSSL_malloc.3 +++ b/src/lib/libcrypto/man/OPENSSL_malloc.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OPENSSL_malloc.3,v 1.12 2024/03/19 17:48:57 tb Exp $ | 1 | .\" $OpenBSD: OPENSSL_malloc.3,v 1.13 2024/04/04 09:30:43 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: March 19 2024 $ | 17 | .Dd $Mdocdate: April 4 2024 $ |
18 | .Dt OPENSSL_MALLOC 3 | 18 | .Dt OPENSSL_MALLOC 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -61,7 +61,7 @@ | |||
61 | Do not use any of the interfaces documented here in new code. | 61 | Do not use any of the interfaces documented here in new code. |
62 | They are provided purely for compatibility with legacy application code. | 62 | They are provided purely for compatibility with legacy application code. |
63 | .Pp | 63 | .Pp |
64 | All 8 of these functions are wrappers around the corresponding | 64 | These functions are wrappers around the corresponding |
65 | standard | 65 | standard |
66 | .Xr malloc 3 , | 66 | .Xr malloc 3 , |
67 | .Xr free 3 , | 67 | .Xr free 3 , |
@@ -69,7 +69,7 @@ and | |||
69 | .Xr strdup 3 | 69 | .Xr strdup 3 |
70 | functions. | 70 | functions. |
71 | .Pp | 71 | .Pp |
72 | The four | 72 | The |
73 | .Fn OPENSSL_* | 73 | .Fn OPENSSL_* |
74 | functions are implemented as macros. | 74 | functions are implemented as macros. |
75 | .Sh RETURN VALUES | 75 | .Sh RETURN VALUES |