diff options
Diffstat (limited to 'src/lib/libc/net/inet_net_ntop.3')
-rw-r--r-- | src/lib/libc/net/inet_net_ntop.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/inet_net_ntop.3 b/src/lib/libc/net/inet_net_ntop.3 index 816e87bf98..cac234be42 100644 --- a/src/lib/libc/net/inet_net_ntop.3 +++ b/src/lib/libc/net/inet_net_ntop.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet_net_ntop.3,v 1.2 2021/09/01 15:59:22 claudio Exp $ | 1 | .\" $OpenBSD: inet_net_ntop.3,v 1.3 2022/03/31 17:27:16 naddy 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. |
@@ -28,7 +28,7 @@ | |||
28 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 28 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
29 | .\" POSSIBILITY OF SUCH DAMAGE. | 29 | .\" POSSIBILITY OF SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: September 1 2021 $ | 31 | .Dd $Mdocdate: March 31 2022 $ |
32 | .Dt INET_NET_NTOP 3 | 32 | .Dt INET_NET_NTOP 3 |
33 | .Os | 33 | .Os |
34 | .Sh NAME | 34 | .Sh NAME |
@@ -110,7 +110,7 @@ is in the range | |||
110 | and is used to explicitly specify the number of bits in the network address. | 110 | and is used to explicitly specify the number of bits in the network address. |
111 | When | 111 | When |
112 | .Dq Li /bits | 112 | .Dq Li /bits |
113 | is not specified the number of bits in the network address is calculated | 113 | is not specified, the number of bits in the network address is calculated |
114 | as the larger of the number of bits in the class to which the address | 114 | as the larger of the number of bits in the class to which the address |
115 | belongs and the number of bits provided rounded up modulo 8. | 115 | belongs and the number of bits provided rounded up modulo 8. |
116 | Examples: | 116 | Examples: |
@@ -176,7 +176,7 @@ is in the range | |||
176 | and is used to explicitly specify the number of bits in the network address. | 176 | and is used to explicitly specify the number of bits in the network address. |
177 | When | 177 | When |
178 | .Dq Li /bits | 178 | .Dq Li /bits |
179 | is not specified 128 is used. | 179 | is not specified, 128 is used. |
180 | Note that when the number of bits is specified using | 180 | Note that when the number of bits is specified using |
181 | .Dq Li /bits | 181 | .Dq Li /bits |
182 | notation, the value of the address still includes all bits supplied | 182 | notation, the value of the address still includes all bits supplied |