summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet_net.3
diff options
context:
space:
mode:
authoraaron <>2000-04-21 15:38:17 +0000
committeraaron <>2000-04-21 15:38:17 +0000
commitef06f855ec995b42ff1538bdc7b9937ec4bff1ab (patch)
treee8c1aada7639c0b807465b0d43865990249deb5e /src/lib/libc/net/inet_net.3
parent6e65d499b233fbed6f9fb0be5eb43e4ef9a6147a (diff)
downloadopenbsd-ef06f855ec995b42ff1538bdc7b9937ec4bff1ab.tar.gz
openbsd-ef06f855ec995b42ff1538bdc7b9937ec4bff1ab.tar.bz2
openbsd-ef06f855ec995b42ff1538bdc7b9937ec4bff1ab.zip
Don't hyphenate the words {left|right}most.
Diffstat (limited to 'src/lib/libc/net/inet_net.3')
-rw-r--r--src/lib/libc/net/inet_net.36
1 files changed, 3 insertions, 3 deletions
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
112When a three part number is specified, the last 112When a three part number is specified, the last
113part is interpreted as a 16-bit quantity and placed 113part is interpreted as a 16-bit quantity and placed
114in the right-most two bytes of the Internet network number. 114in the rightmost two bytes of the Internet network number.
115This makes the three part number format convenient 115This makes the three part number format convenient
116for specifying Class B network numbers as 116for specifying Class B network numbers as
117.Dq Li 128.net.host . 117.Dq Li 128.net.host .
118.Pp 118.Pp
119When a two part number is supplied, the last part 119When a two part number is supplied, the last part
120is interpreted as a 24-bit quantity and placed in 120is interpreted as a 24-bit quantity and placed in
121the right most three bytes of the Internet network number. 121the rightmost three bytes of the Internet network number.
122This makes the two part number format convenient 122This makes the two part number format convenient
123for specifying Class A network numbers as 123for specifying Class A network numbers as
124.Dq Li net.host . 124.Dq Li net.host .