summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet.3
diff options
context:
space:
mode:
authoraaron <>2000-04-21 15:38:17 +0000
committeraaron <>2000-04-21 15:38:17 +0000
commitef06f855ec995b42ff1538bdc7b9937ec4bff1ab (patch)
treee8c1aada7639c0b807465b0d43865990249deb5e /src/lib/libc/net/inet.3
parent6e65d499b233fbed6f9fb0be5eb43e4ef9a6147a (diff)
downloadopenbsd-ef06f855ec995b42ff1538bdc7b9937ec4bff1ab.tar.gz
openbsd-ef06f855ec995b42ff1538bdc7b9937ec4bff1ab.tar.bz2
openbsd-ef06f855ec995b42ff1538bdc7b9937ec4bff1ab.zip
Don't hyphenate the words {left|right}most.
Diffstat (limited to 'src/lib/libc/net/inet.3')
-rw-r--r--src/lib/libc/net/inet.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/inet.3 b/src/lib/libc/net/inet.3
index eb95f6c364..246c0bd2e1 100644
--- a/src/lib/libc/net/inet.3
+++ b/src/lib/libc/net/inet.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet.3,v 1.9 2000/04/18 03:01:32 aaron Exp $ 1.\" $OpenBSD: inet.3,v 1.10 2000/04/21 15:38:17 aaron Exp $
2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ 2.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1990, 1991, 1993 4.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -172,14 +172,14 @@ That is, little-endian bytes are ordered from right to left.
172.Pp 172.Pp
173When a three part address is specified, the last 173When a three part address is specified, the last
174part is interpreted as a 16-bit quantity and placed 174part is interpreted as a 16-bit quantity and placed
175in the right-most two bytes of the network address. 175in the rightmost two bytes of the network address.
176This makes the three part address format convenient 176This makes the three part address format convenient
177for specifying Class B network addresses as 177for specifying Class B network addresses as
178.Dq Li 128.net.host . 178.Dq Li 128.net.host .
179.Pp 179.Pp
180When a two part address is supplied, the last part 180When a two part address is supplied, the last part
181is interpreted as a 24-bit quantity and placed in 181is interpreted as a 24-bit quantity and placed in
182the right most three bytes of the network address. 182the rightmost three bytes of the network address.
183This makes the two part address format convenient 183This makes the two part address format convenient
184for specifying Class A network addresses as 184for specifying Class A network addresses as
185.Dq Li net.host . 185.Dq Li net.host .