diff options
Diffstat (limited to 'src/lib/libc/net/inet_addr.3')
-rw-r--r-- | src/lib/libc/net/inet_addr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/inet_addr.3 b/src/lib/libc/net/inet_addr.3 index 129b08d277..dec5a2ec16 100644 --- a/src/lib/libc/net/inet_addr.3 +++ b/src/lib/libc/net/inet_addr.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet_addr.3,v 1.5 2019/08/30 20:06:07 jmc Exp $ | 1 | .\" $OpenBSD: inet_addr.3,v 1.6 2022/09/11 06:38:10 jmc Exp $ |
2 | .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ | 2 | .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1983, 1990, 1991, 1993 | 4 | .\" Copyright (c) 1983, 1990, 1991, 1993 |
@@ -30,7 +30,7 @@ | |||
30 | .\" | 30 | .\" |
31 | .\" @(#)inet.3 8.1 (Berkeley) 6/4/93 | 31 | .\" @(#)inet.3 8.1 (Berkeley) 6/4/93 |
32 | .\" | 32 | .\" |
33 | .Dd $Mdocdate: August 30 2019 $ | 33 | .Dd $Mdocdate: September 11 2022 $ |
34 | .Dt INET_ADDR 3 | 34 | .Dt INET_ADDR 3 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
@@ -179,7 +179,7 @@ cannot return that value without indicating failure. | |||
179 | Also, | 179 | Also, |
180 | .Fn inet_addr | 180 | .Fn inet_addr |
181 | should have been designed to return a | 181 | should have been designed to return a |
182 | .Li struct in_addr . | 182 | .Vt struct in_addr . |
183 | The newer | 183 | The newer |
184 | .Fn inet_aton | 184 | .Fn inet_aton |
185 | function does not share these problems, and almost all existing code | 185 | function does not share these problems, and almost all existing code |