From 9144d249f7d631607805dfaa764531b75021a078 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Wed, 5 Jun 2013 03:39:23 +0000 Subject: Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze --- src/lib/libc/net/ethers.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/libc/net/ethers.3') 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 @@ -.\" $OpenBSD: ethers.3,v 1.21 2011/04/19 22:38:26 matthew Exp $ +.\" $OpenBSD: ethers.3,v 1.22 2013/06/05 03:39:22 tedu Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" -.Dd $Mdocdate: April 19 2011 $ +.Dd $Mdocdate: June 5 2013 $ .Dt ETHERS 3 .Os .Sh NAME @@ -13,11 +13,11 @@ .Nm ether_line .Nd get ethers entry .Sh SYNOPSIS -.Fd #include -.Fd #include -.Fd #include -.Fd #include -.Fd #include +.In sys/types.h +.In sys/socket.h +.In net/if.h +.In netinet/in.h +.In netinet/if_ether.h .Ft char * .Fn ether_ntoa "struct ether_addr *e" .Ft struct ether_addr * -- cgit v1.2.3-55-g6feb