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 358d7eed03..98562dc44c 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.2 2022/03/29 18:15:52 naddy Exp $ | 1 | .\" $OpenBSD: ether_aton.3,v 1.3 2022/09/11 06:38:10 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
5 | .Dd $Mdocdate: March 29 2022 $ | 5 | .Dd $Mdocdate: September 11 2022 $ |
6 | .Dt ETHER_ATON 3 | 6 | .Dt ETHER_ATON 3 |
7 | .Os | 7 | .Os |
8 | .Sh NAME | 8 | .Sh NAME |
@@ -86,7 +86,7 @@ The | |||
86 | function parses a line from the | 86 | function parses a line from the |
87 | .Pa /etc/ethers | 87 | .Pa /etc/ethers |
88 | file and fills in the passed | 88 | file and fills in the passed |
89 | .Li struct ether_addr | 89 | .Vt struct ether_addr |
90 | and character buffer with the Ethernet address and host name on the line. | 90 | and character buffer with the Ethernet address and host name on the line. |
91 | It returns zero if the line was successfully parsed and \-1 if not. | 91 | It returns zero if the line was successfully parsed and \-1 if not. |
92 | The character buffer should be | 92 | The character buffer should be |