diff options
author | jaredy <> | 2005-07-22 04:50:51 +0000 |
---|---|---|
committer | jaredy <> | 2005-07-22 04:50:51 +0000 |
commit | 3553ae132550867ea92f1c819130713a94c9aa57 (patch) | |
tree | 0fcccaffb7fe67c8d9c1f46e9831c994ceadc81a /src/lib/libc/net/ethers.3 | |
parent | fca3e187a867f51bfd0b46cc4d3f49175ffddef6 (diff) | |
download | openbsd-3553ae132550867ea92f1c819130713a94c9aa57.tar.gz openbsd-3553ae132550867ea92f1c819130713a94c9aa57.tar.bz2 openbsd-3553ae132550867ea92f1c819130713a94c9aa57.zip |
- sync prototypes and header file excerpts
- typos/spelling, punctuation, rewording, macro, and layout fixes.
help & ok jmc
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" |