diff options
Diffstat (limited to 'src/lib/libc/net/ether_aton.3')
-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 98beb5e492..358d7eed03 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.1 2019/08/30 18:33:17 deraadt Exp $ | 1 | .\" $OpenBSD: ether_aton.3,v 1.2 2022/03/29 18:15:52 naddy Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
5 | .Dd $Mdocdate: August 30 2019 $ | 5 | .Dd $Mdocdate: March 29 2022 $ |
6 | .Dt ETHER_ATON 3 | 6 | .Dt ETHER_ATON 3 |
7 | .Os | 7 | .Os |
8 | .Sh NAME | 8 | .Sh NAME |
@@ -48,7 +48,7 @@ by colons. | |||
48 | It returns a pointer to a static buffer that is reused for each call. | 48 | It returns a pointer to a static buffer that is reused for each call. |
49 | The | 49 | The |
50 | .Fn ether_aton | 50 | .Fn ether_aton |
51 | converts an | 51 | function converts an |
52 | .Tn ASCII | 52 | .Tn ASCII |
53 | string of the same form and to a structure | 53 | string of the same form and to a structure |
54 | containing the 6 octets of the address. | 54 | containing the 6 octets of the address. |