diff options
author | 2000-04-21 15:38:17 +0000 | |
---|---|---|
committer | 2000-04-21 15:38:17 +0000 | |
commit | beae2e8d6298f28b79f911a722c24cefd79d0e2c (patch) | |
tree | a2da1fae9d1cead121f044b35d42f8a62b32d85a /lib/libc | |
parent | Add ERRORS section (the strdup(3) function may fail and set errno to any of the (diff) | |
download | wireguard-openbsd-beae2e8d6298f28b79f911a722c24cefd79d0e2c.tar.xz wireguard-openbsd-beae2e8d6298f28b79f911a722c24cefd79d0e2c.zip |
Don't hyphenate the words {left|right}most.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/inet.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/inet_net.3 | 6 |
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 . |