summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-10-03 09:58:06 +0000
committertb <>2023-10-03 09:58:06 +0000
commit6b85f720e33689d0e83fa8abfcf576d0a2759b63 (patch)
treed231de20892d5653ac7c0c95ed0a1302fef57443
parent084d42f169ee36fc3201abbc01a5a6e9e4720e5a (diff)
downloadopenbsd-6b85f720e33689d0e83fa8abfcf576d0a2759b63.tar.gz
openbsd-6b85f720e33689d0e83fa8abfcf576d0a2759b63.tar.bz2
openbsd-6b85f720e33689d0e83fa8abfcf576d0a2759b63.zip
Fix a typo and move a word
-rw-r--r--src/lib/libcrypto/man/IPAddressRange_new.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/IPAddressRange_new.3 b/src/lib/libcrypto/man/IPAddressRange_new.3
index 3195ebfa9f..a812107cdf 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.8 2023/10/01 08:23:58 tb Exp $ 1.\" $OpenBSD: IPAddressRange_new.3,v 1.9 2023/10/03 09:58:06 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: October 1 2023 $ 17.Dd $Mdocdate: October 3 2023 $
18.Dt IPADDRESSRANGE_NEW 3 18.Dt IPADDRESSRANGE_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -103,9 +103,9 @@
103.Vt IPAddressChoice , 103.Vt IPAddressChoice ,
104and 104and
105.Vt IPAddressFamily 105.Vt IPAddressFamily
106are building blocks of the RFC 3779 106are building blocks of the
107.Vt IPAddrBlocks 107.Vt IPAddrBlocks
108type representing the IP address delegation extension. 108type representing the RFC 3779 IP address delegation extension.
109.Pp 109.Pp
110Per RFC 3779, section 2.1.1, 110Per RFC 3779, section 2.1.1,
111an IPv4 or an IPv6 address is encoded in network byte order in an 111an IPv4 or an IPv6 address is encoded in network byte order in an
@@ -183,7 +183,7 @@ The API uses
183for this. 183for this.
184.Pp 184.Pp
185The 185The
186.Vt IpAddressOrRange 186.Vt IPAddressOrRange
187type defined in RFC 3779 section 2.2.3.7 is implemented as 187type defined in RFC 3779 section 2.2.3.7 is implemented as
188.Bd -literal -offset indent 188.Bd -literal -offset indent
189typedef struct IPAddressOrRange_st { 189typedef struct IPAddressOrRange_st {