From nobody@FreeBSD.org  Fri Dec 22 09:35:29 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 5F40337B402
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Dec 2000 09:35:29 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBMHZT388885;
	Fri, 22 Dec 2000 09:35:29 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200012221735.eBMHZT388885@freefall.freebsd.org>
Date: Fri, 22 Dec 2000 09:35:29 -0800 (PST)
From: mux@qualys.com
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: ifconfig(8) manual page does not document the ``ether'' parameter.
X-Send-Pr-Version: www-1.0

>Number:         23767
>Category:       docs
>Synopsis:       ifconfig(8) manual page does not document the ``ether'' parameter.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 22 09:40:00 PST 2000
>Closed-Date:    Thu Jun 7 21:55:14 PDT 2001
>Last-Modified:  Thu Jun 07 21:55:21 PDT 2001
>Originator:     Maxime Henrion
>Release:        
>Organization:
>Environment:
>Description:
ifconfig ``ether'' command is not documented.
>How-To-Repeat:

>Fix:
Apply this patch :

*** ifconfig.8.old      Fri Dec 22 18:31:12 2000
--- ifconfig.8  Fri Dec 22 18:32:11 2000
***************
*** 188,193 ****
--- 188,195 ----
  transmit messages through that interface. 
  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 Ar addr
+ Another name for the ``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.


>Release-Note:
>Audit-Trail:

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.
Date: Fri, 1 Jun 2001 20:53:24 -0700

 --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--
State-Changed-From-To: open->analyzed 
State-Changed-By: dd 
State-Changed-When: Fri Jun 1 21:05:55 PDT 2001 
State-Changed-Why:  
Committed to -current, thanks! 


Responsible-Changed-From-To: freebsd-doc->dd 
Responsible-Changed-By: dd 
Responsible-Changed-When: Fri Jun 1 21:05:55 PDT 2001 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23767 
State-Changed-From-To: analyzed->closed 
State-Changed-By: dd 
State-Changed-When: Thu Jun 7 21:55:14 PDT 2001 
State-Changed-Why:  
MFC'd 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23767 
>Unformatted:
