diff options
author | aaron <> | 2000-04-21 15:38:17 +0000 |
---|---|---|
committer | aaron <> | 2000-04-21 15:38:17 +0000 |
commit | ef06f855ec995b42ff1538bdc7b9937ec4bff1ab (patch) | |
tree | e8c1aada7639c0b807465b0d43865990249deb5e | |
parent | 6e65d499b233fbed6f9fb0be5eb43e4ef9a6147a (diff) | |
download | openbsd-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.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/net/inet_net.3 | 6 |
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 |
173 | When a three part address is specified, the last | 173 | When a three part address is specified, the last |
174 | part is interpreted as a 16-bit quantity and placed | 174 | part is interpreted as a 16-bit quantity and placed |
175 | in the right-most two bytes of the network address. | 175 | in the rightmost two bytes of the network address. |
176 | This makes the three part address format convenient | 176 | This makes the three part address format convenient |
177 | for specifying Class B network addresses as | 177 | for specifying Class B network addresses as |
178 | .Dq Li 128.net.host . | 178 | .Dq Li 128.net.host . |
179 | .Pp | 179 | .Pp |
180 | When a two part address is supplied, the last part | 180 | When a two part address is supplied, the last part |
181 | is interpreted as a 24-bit quantity and placed in | 181 | is interpreted as a 24-bit quantity and placed in |
182 | the right most three bytes of the network address. | 182 | the rightmost three bytes of the network address. |
183 | This makes the two part address format convenient | 183 | This makes the two part address format convenient |
184 | for specifying Class A network addresses as | 184 | for 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 |
112 | When a three part number is specified, the last | 112 | When a three part number is specified, the last |
113 | part is interpreted as a 16-bit quantity and placed | 113 | part is interpreted as a 16-bit quantity and placed |
114 | in the right-most two bytes of the Internet network number. | 114 | in the rightmost two bytes of the Internet network number. |
115 | This makes the three part number format convenient | 115 | This makes the three part number format convenient |
116 | for specifying Class B network numbers as | 116 | for specifying Class B network numbers as |
117 | .Dq Li 128.net.host . | 117 | .Dq Li 128.net.host . |
118 | .Pp | 118 | .Pp |
119 | When a two part number is supplied, the last part | 119 | When a two part number is supplied, the last part |
120 | is interpreted as a 24-bit quantity and placed in | 120 | is interpreted as a 24-bit quantity and placed in |
121 | the right most three bytes of the Internet network number. | 121 | the rightmost three bytes of the Internet network number. |
122 | This makes the two part number format convenient | 122 | This makes the two part number format convenient |
123 | for specifying Class A network numbers as | 123 | for specifying Class A network numbers as |
124 | .Dq Li net.host . | 124 | .Dq Li net.host . |