From c3e9c769968dfa4de1acabf892b4577e82231865 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 1 Oct 2023 08:17:52 +0000 Subject: Point out that the result of IPAddressRange_new() is an invalid range since it should be a prefix. --- src/lib/libcrypto/man/IPAddressRange_new.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/IPAddressRange_new.3 b/src/lib/libcrypto/man/IPAddressRange_new.3 index 6878000ef4..7dd13b2712 100644 --- a/src/lib/libcrypto/man/IPAddressRange_new.3 +++ b/src/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 -- cgit v1.2.3-55-g6feb