| Summary: | ifconfig(8) manual page does not document the ``ether'' parameter. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | mux <mux> | ||||
| Component: | Books & Articles | Assignee: | dd <dd> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
mux
2000-12-22 17:40:00 UTC
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 =================================================================== 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. 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. -- 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 State Changed From-To: open->analyzed Committed to -current, thanks! Responsible Changed From-To: freebsd-doc->dd My MFC reminder. State Changed From-To: analyzed->closed MFC'd |