diff options
author | tedu <> | 2013-06-05 03:39:23 +0000 |
---|---|---|
committer | tedu <> | 2013-06-05 03:39:23 +0000 |
commit | 9144d249f7d631607805dfaa764531b75021a078 (patch) | |
tree | 97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/net/ethers.3 | |
parent | 3c06c9f91ba98ce2cdea4031cbaf6c10a938902b (diff) | |
download | openbsd-9144d249f7d631607805dfaa764531b75021a078.tar.gz openbsd-9144d249f7d631607805dfaa764531b75021a078.tar.bz2 openbsd-9144d249f7d631607805dfaa764531b75021a078.zip |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'src/lib/libc/net/ethers.3')
-rw-r--r-- | src/lib/libc/net/ethers.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index 041ee981ec..f14ad6d3f5 100644 --- a/src/lib/libc/net/ethers.3 +++ b/src/lib/libc/net/ethers.3 | |||
@@ -1,8 +1,8 @@ | |||
1 | .\" $OpenBSD: ethers.3,v 1.21 2011/04/19 22:38:26 matthew Exp $ | 1 | .\" $OpenBSD: ethers.3,v 1.22 2013/06/05 03:39:22 tedu Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
5 | .Dd $Mdocdate: April 19 2011 $ | 5 | .Dd $Mdocdate: June 5 2013 $ |
6 | .Dt ETHERS 3 | 6 | .Dt ETHERS 3 |
7 | .Os | 7 | .Os |
8 | .Sh NAME | 8 | .Sh NAME |
@@ -13,11 +13,11 @@ | |||
13 | .Nm ether_line | 13 | .Nm ether_line |
14 | .Nd get ethers entry | 14 | .Nd get ethers entry |
15 | .Sh SYNOPSIS | 15 | .Sh SYNOPSIS |
16 | .Fd #include <sys/types.h> | 16 | .In sys/types.h |
17 | .Fd #include <sys/socket.h> | 17 | .In sys/socket.h |
18 | .Fd #include <net/if.h> | 18 | .In net/if.h |
19 | .Fd #include <netinet/in.h> | 19 | .In netinet/in.h |
20 | .Fd #include <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 "struct ether_addr *e" |
23 | .Ft struct ether_addr * | 23 | .Ft struct ether_addr * |