summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraaron <>2000-04-21 15:38:17 +0000
committeraaron <>2000-04-21 15:38:17 +0000
commitef06f855ec995b42ff1538bdc7b9937ec4bff1ab (patch)
treee8c1aada7639c0b807465b0d43865990249deb5e
parent6e65d499b233fbed6f9fb0be5eb43e4ef9a6147a (diff)
downloadopenbsd-ef06f855ec995b42ff1538bdc7b9937ec4bff1ab.tar.gz
openbsd-ef06f855ec995b42ff1538bdc7b9937ec4bff1ab.tar.bz2
openbsd-ef06f855ec995b42ff1538bdc7b9937ec4bff1ab.zip
Don't hyphenate the words {left|right}most.
-rw-r--r--src/lib/libc/net/inet.36
-rw-r--r--src/lib/libc/net/inet_net.36
2 files changed, 6 insertions, 6 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 .
diff --git a/src/lib/libc/net/inet_net.3 b/src/lib/libc/net/inet_net.3
index 12b1a4daa0..5c32aecd86 100644
--- a/src/lib/libc/net/inet_net.3
+++ b/src/lib/libc/net/inet_net.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet_net.3,v 1.5 2000/04/18 03:01:32 aaron Exp $ 1.\" $OpenBSD: inet_net.3,v 1.6 2000/04/21 15:38:17 aaron Exp $
2.\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $ 2.\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $
3.\" 3.\"
4.\" Copyright (c) 1997 The NetBSD Foundation, Inc. 4.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -111,14 +111,14 @@ That is, little-endian bytes are ordered from right to left.
111.Pp 111.Pp
112When a three part number is specified, the last 112When a three part number is specified, the last
113part is interpreted as a 16-bit quantity and placed 113part is interpreted as a 16-bit quantity and placed
114in the right-most two bytes of the Internet network number. 114in the rightmost two bytes of the Internet network number.
115This makes the three part number format convenient 115This makes the three part number format convenient
116for specifying Class B network numbers as 116for specifying Class B network numbers as
117.Dq Li 128.net.host . 117.Dq Li 128.net.host .
118.Pp 118.Pp
119When a two part number is supplied, the last part 119When a two part number is supplied, the last part
120is interpreted as a 24-bit quantity and placed in 120is interpreted as a 24-bit quantity and placed in
121the right most three bytes of the Internet network number. 121the rightmost three bytes of the Internet network number.
122This makes the two part number format convenient 122This makes the two part number format convenient
123for specifying Class A network numbers as 123for specifying Class A network numbers as
124.Dq Li net.host . 124.Dq Li net.host .