summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-21 15:38:19 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-21 15:38:19 +0000
commit8a8d1486bb7edce317af04782ff5f525856713f9 (patch)
tree29359eb32a4cded6e74870b17b28a4ed6367f1e7 /lib/libc
parent1fccc43449060237216c6dec83f575811251fb08 (diff)
Don't hyphenate the words {left|right}most.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/inet.36
-rw-r--r--lib/libc/net/inet_net.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3
index eb95f6c364a..246c0bd2e10 100644
--- a/lib/libc/net/inet.3
+++ b/lib/libc/net/inet.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet.3,v 1.9 2000/04/18 03:01:32 aaron Exp $
+.\" $OpenBSD: inet.3,v 1.10 2000/04/21 15:38:17 aaron Exp $
.\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -172,14 +172,14 @@ That is, little-endian bytes are ordered from right to left.
.Pp
When a three part address is specified, the last
part is interpreted as a 16-bit quantity and placed
-in the right-most two bytes of the network address.
+in the rightmost two bytes of the network address.
This makes the three part address format convenient
for specifying Class B network addresses as
.Dq Li 128.net.host .
.Pp
When a two part address is supplied, the last part
is interpreted as a 24-bit quantity and placed in
-the right most three bytes of the network address.
+the rightmost three bytes of the network address.
This makes the two part address format convenient
for specifying Class A network addresses as
.Dq Li net.host .
diff --git a/lib/libc/net/inet_net.3 b/lib/libc/net/inet_net.3
index 12b1a4daa0e..5c32aecd86b 100644
--- a/lib/libc/net/inet_net.3
+++ b/lib/libc/net/inet_net.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inet_net.3,v 1.5 2000/04/18 03:01:32 aaron Exp $
+.\" $OpenBSD: inet_net.3,v 1.6 2000/04/21 15:38:17 aaron Exp $
.\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -111,14 +111,14 @@ That is, little-endian bytes are ordered from right to left.
.Pp
When a three part number is specified, the last
part is interpreted as a 16-bit quantity and placed
-in the right-most two bytes of the Internet network number.
+in the rightmost two bytes of the Internet network number.
This makes the three part number format convenient
for specifying Class B network numbers as
.Dq Li 128.net.host .
.Pp
When a two part number is supplied, the last part
is interpreted as a 24-bit quantity and placed in
-the right most three bytes of the Internet network number.
+the rightmost three bytes of the Internet network number.
This makes the two part number format convenient
for specifying Class A network numbers as
.Dq Li net.host .