Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2011 03:09:03 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224701 - head/lib/libc/net
Message-ID:  <201108080309.p78393G7028240@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108080309.p78393G7028240>