From ef06f855ec995b42ff1538bdc7b9937ec4bff1ab Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 21 Apr 2000 15:38:17 +0000 Subject: Don't hyphenate the words {left|right}most. --- src/lib/libc/net/inet.3 | 6 +++--- src/lib/libc/net/inet_net.3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 @@ -.\" $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/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 @@ -.\" $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 . -- cgit v1.2.3-55-g6feb