diff options
author | tb <> | 2023-10-01 08:17:52 +0000 |
---|---|---|
committer | tb <> | 2023-10-01 08:17:52 +0000 |
commit | c3e9c769968dfa4de1acabf892b4577e82231865 (patch) | |
tree | 632b97a587729765c2fb2959a3aaa5eb8e8f42c5 | |
parent | dfeac27ef699d669fe6c04d109ac46f3b6f221e1 (diff) | |
download | openbsd-c3e9c769968dfa4de1acabf892b4577e82231865.tar.gz openbsd-c3e9c769968dfa4de1acabf892b4577e82231865.tar.bz2 openbsd-c3e9c769968dfa4de1acabf892b4577e82231865.zip |
Point out that the result of IPAddressRange_new() is an invalid range
since it should be a prefix.
-rw-r--r-- | src/lib/libcrypto/man/IPAddressRange_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | .\" $OpenBSD: IPAddressRange_new.3,v 1.6 2023/09/30 13:58:29 schwarze Exp $ | 1 | .\" $OpenBSD: IPAddressRange_new.3,v 1.7 2023/10/01 08:17:52 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@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: September 30 2023 $ | 17 | .Dd $Mdocdate: October 1 2023 $ |
18 | .Dt IPADDRESSRANGE_NEW 3 | 18 | .Dt IPADDRESSRANGE_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -162,7 +162,7 @@ object with allocated, empty | |||
162 | .Fa min | 162 | .Fa min |
163 | and | 163 | and |
164 | .Fa max , | 164 | .Fa max , |
165 | thus representing the entire address space. | 165 | thus representing the entire address space invalidly as a non-prefix. |
166 | .Pp | 166 | .Pp |
167 | .Fn IPAddressRange_free | 167 | .Fn IPAddressRange_free |
168 | frees | 168 | frees |