summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-04-21 15:38:17 +0000
committeraaron <aaron@openbsd.org>2000-04-21 15:38:17 +0000
commitbeae2e8d6298f28b79f911a722c24cefd79d0e2c (patch)
treea2da1fae9d1cead121f044b35d42f8a62b32d85a /lib/libc/net/inet.3
parentAdd ERRORS section (the strdup(3) function may fail and set errno to any of the (diff)
downloadwireguard-openbsd-beae2e8d6298f28b79f911a722c24cefd79d0e2c.tar.xz
wireguard-openbsd-beae2e8d6298f28b79f911a722c24cefd79d0e2c.zip
Don't hyphenate the words {left|right}most.
Diffstat (limited to 'lib/libc/net/inet.3')
-rw-r--r--lib/libc/net/inet.36
1 files changed, 3 insertions, 3 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 .