svn commit: r224701 - head/lib/libc/net

Hiroki Sato hrs at FreeBSD.org
Mon Aug 8 03:09:03 UTC 2011


Author: hrs
Date: Mon Aug  8 03:09:03 2011
New Revision: 224701
URL: http://svn.freebsd.org/changeset/base/224701

Log:
  Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).
  
  PR:		docs/159341
  Submitted by:	Garrett Cooper
  Approved by:	re (kib)

Modified:
  head/lib/libc/net/ethers.3

Modified: head/lib/libc/net/ethers.3
==============================================================================
--- head/lib/libc/net/ethers.3	Sun Aug  7 20:24:32 2011	(r224700)
+++ head/lib/libc/net/ethers.3	Mon Aug  8 03:09:03 2011	(r224701)
@@ -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.


More information about the svn-src-all mailing list