diff options
author | hrs <hrs@FreeBSD.org> | 2011-08-08 03:09:03 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-08-08 03:09:03 +0000 |
commit | 332805f36956171cd9de47f2bde7efa7ab6ea98e (patch) | |
tree | a6319d482be30e3bc76004be9889d4503fc4440b /lib/libc | |
parent | b6c6869e02cf5fedead9f1bfd7778d01c29ff498 (diff) | |
download | FreeBSD-src-332805f36956171cd9de47f2bde7efa7ab6ea98e.zip FreeBSD-src-332805f36956171cd9de47f2bde7efa7ab6ea98e.tar.gz |
Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).
PR: docs/159341
Submitted by: Garrett Cooper
Approved by: re (kib)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/ethers.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index c8aa51a..6fe568b 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -68,7 +68,7 @@ These functions operate on ethernet addresses using an .Vt ether_addr structure, which is defined in the header file -.In netinet/if_ether.h : +.In net/ethernet.h : .Bd -literal -offset indent /* * The number of bytes in an ethernet (MAC) address. |