Date: Fri, 1 Jun 2001 20:53:24 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: freebsd-bugs@freebsd.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: docs/23767: ifconfig(8) manual page does not document the ``ether'' parameter. Message-ID: <20010601205324.B3843@Odin.AC.HMC.Edu>
next in thread | raw e-mail | index | archive | help
--ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The following patch corrects this error with slightly better mdoc style then the origional. I checked, and this does document reality. -- Brooks Index: ifconfig.8 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sbin/ifconfig/ifconfig.8,v retrieving revision 1.39 diff -u -r1.39 ifconfig.8 --- ifconfig.8 2001/05/29 09:13:44 1.39 +++ ifconfig.8 2001/06/02 02:20:48 @@ -204,6 +207,10 @@ transmit messages through that interface.=20 If possible, the interface will be reset to disable reception as well. This action does not automatically disable routes using the interface. +.It Cm ether +Another name for the +.Dq lladdr +parameter. .\" .It Cm ipdst .\" This is used to specify an Internet host who is willing to receive .\" ip packets encapsulating NS packets bound for a remote network. --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7GGMzXY6L6fI4GtQRAiH0AKCXY8PJYtxsY1ioNUhoYgrBzf1LYwCfeQCD fFL5Vo9B8GdSYlsar8t2Zsk= =ORwK -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010601205324.B3843>