From f97b3d9c37ac96b93642fceaf10a4184b2b46b4c Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 1 Oct 2023 08:17:52 +0000 Subject: [PATCH] Point out that the result of IPAddressRange_new() is an invalid range since it should be a prefix. --- lib/libcrypto/man/IPAddressRange_new.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/IPAddressRange_new.3 b/lib/libcrypto/man/IPAddressRange_new.3 index 6878000ef4b..7dd13b27124 100644 --- a/lib/libcrypto/man/IPAddressRange_new.3 +++ b/lib/libcrypto/man/IPAddressRange_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: IPAddressRange_new.3,v 1.6 2023/09/30 13:58:29 schwarze Exp $ +.\" $OpenBSD: IPAddressRange_new.3,v 1.7 2023/10/01 08:17:52 tb Exp $ .\" .\" Copyright (c) 2023 Theo Buehler .\" @@ -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: September 30 2023 $ +.Dd $Mdocdate: October 1 2023 $ .Dt IPADDRESSRANGE_NEW 3 .Os .Sh NAME @@ -162,7 +162,7 @@ object with allocated, empty .Fa min and .Fa max , -thus representing the entire address space. +thus representing the entire address space invalidly as a non-prefix. .Pp .Fn IPAddressRange_free frees -- 2.20.1