From: tb Date: Sun, 1 Oct 2023 08:17:52 +0000 (+0000) Subject: Point out that the result of IPAddressRange_new() is an invalid range X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f97b3d9c37ac96b93642fceaf10a4184b2b46b4c;p=openbsd Point out that the result of IPAddressRange_new() is an invalid range since it should be a prefix. --- 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