summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/ethers.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).hrs2011-08-081-1/+1
| | | | | | PR: docs/159341 Submitted by: Garrett Cooper Approved by: re (kib)
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-1/+1
| | | | Approved by: rrs (mentor)
* mdoc fix: remove extraneous empty line.keramida2007-10-301-2/+1
| | | | MFC after: 3 days
* Add and document ether_ntoa_r() and ether_aton_r() functions, which acceptrwatson2007-05-131-12/+45
| | | | | | passed storage buffers rather than using static storage. Reimplement ether_ntoa() and ether_aton() in terms of these functions. These variants are thread-safe.
* Sort sections.ru2005-01-201-5/+5
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-181-12/+12
|
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+4
|
* yp(4) -> yp(8).ru2002-01-141-2/+2
| | | | PR: docs/30797
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Const'ify parameters to ethers(3) routines as appropriate.archie2000-07-181-5/+5
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-4/+8
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-2/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Update to reflect current include files.mpp1997-01-301-3/+12
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Get struct ether_addr directly from <net/ethernet.h> rather than pullingwollman1996-12-101-4/+2
| | | | | | in lots of unrelated junk from <net/if.h> and <net/if_ether.h>. These functions still aren't prototyped anywhere (but should be in <net/ethernet.h>---got that, Bill?).
* Update some more man pages to use the .Fx macro.mpp1996-08-211-2/+3
|
* Correct a bunch of man page cross references and generallympp1996-02-111-3/+3
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* Add an ethers(3) man page.wpaul1995-04-121-0/+185
OpenPOWER on IntegriCloud