diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/net/ether_aton.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/ether_aton.3 b/src/lib/libc/net/ether_aton.3 index 98562dc44c..83fe98880c 100644 --- a/src/lib/libc/net/ether_aton.3 +++ b/src/lib/libc/net/ether_aton.3 | |||
@@ -1,8 +1,8 @@ | |||
1 | .\" $OpenBSD: ether_aton.3,v 1.3 2022/09/11 06:38:10 jmc Exp $ | 1 | .\" $OpenBSD: ether_aton.3,v 1.4 2025/06/29 00:33:46 dlg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
5 | .Dd $Mdocdate: September 11 2022 $ | 5 | .Dd $Mdocdate: June 29 2025 $ |
6 | .Dt ETHER_ATON 3 | 6 | .Dt ETHER_ATON 3 |
7 | .Os | 7 | .Os |
8 | .Sh NAME | 8 | .Sh NAME |
@@ -19,7 +19,7 @@ | |||
19 | .In netinet/in.h | 19 | .In netinet/in.h |
20 | .In netinet/if_ether.h | 20 | .In netinet/if_ether.h |
21 | .Ft char * | 21 | .Ft char * |
22 | .Fn ether_ntoa "struct ether_addr *e" | 22 | .Fn ether_ntoa "const struct ether_addr *e" |
23 | .Ft struct ether_addr * | 23 | .Ft struct ether_addr * |
24 | .Fn ether_aton "const char *s" | 24 | .Fn ether_aton "const char *s" |
25 | .Ft int | 25 | .Ft int |