diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-10-01 08:17:53 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-10-01 08:17:53 +0000 |
commit | 77382a1752fdbb693b417b18f5762cbdc86ceba4 (patch) | |
tree | 100037038fcf38c4a5de938daf40d9fbdbbd7ccb | |
parent | b390f030c380901ddef7d84f62f6f8849699af0e (diff) |
Point out that the result of IPAddressRange_new() is an invalid range
since it should be a prefix.
-rw-r--r-- | lib/libcrypto/man/IPAddressRange_new.3 | 6 |
1 files 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 <tb@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: 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 |