diff options
Diffstat (limited to 'src/lib/libc/net/ethers.3')
-rw-r--r-- | src/lib/libc/net/ethers.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index 72ea79bb2c..febd62392e 100644 --- a/src/lib/libc/net/ethers.3 +++ b/src/lib/libc/net/ethers.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ethers.3,v 1.15 2005/03/28 06:21:48 tedu Exp $ | 1 | .\" $OpenBSD: ethers.3,v 1.16 2005/07/22 04:50:51 jaredy Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
@@ -14,6 +14,9 @@ | |||
14 | .Nm ether_line | 14 | .Nm ether_line |
15 | .Nd get ethers entry | 15 | .Nd get ethers entry |
16 | .Sh SYNOPSIS | 16 | .Sh SYNOPSIS |
17 | .Fd #include <sys/socket.h> | ||
18 | .Fd #include <net/if.h> | ||
19 | .Fd #include <netinet/in.h> | ||
17 | .Fd #include <netinet/if_ether.h> | 20 | .Fd #include <netinet/if_ether.h> |
18 | .Ft char * | 21 | .Ft char * |
19 | .Fn ether_ntoa "struct ether_addr *e" | 22 | .Fn ether_ntoa "struct ether_addr *e" |