diff options
Diffstat (limited to 'src/lib/libc/net/inet_net.3')
-rw-r--r-- | src/lib/libc/net/inet_net.3 | 6 |
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 |
112 | When a three part number is specified, the last | 112 | When a three part number is specified, the last |
113 | part is interpreted as a 16-bit quantity and placed | 113 | part is interpreted as a 16-bit quantity and placed |
114 | in the right-most two bytes of the Internet network number. | 114 | in the rightmost two bytes of the Internet network number. |
115 | This makes the three part number format convenient | 115 | This makes the three part number format convenient |
116 | for specifying Class B network numbers as | 116 | for specifying Class B network numbers as |
117 | .Dq Li 128.net.host . | 117 | .Dq Li 128.net.host . |
118 | .Pp | 118 | .Pp |
119 | When a two part number is supplied, the last part | 119 | When a two part number is supplied, the last part |
120 | is interpreted as a 24-bit quantity and placed in | 120 | is interpreted as a 24-bit quantity and placed in |
121 | the right most three bytes of the Internet network number. | 121 | the rightmost three bytes of the Internet network number. |
122 | This makes the two part number format convenient | 122 | This makes the two part number format convenient |
123 | for specifying Class A network numbers as | 123 | for specifying Class A network numbers as |
124 | .Dq Li net.host . | 124 | .Dq Li net.host . |