Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | add FBSDID | charnier | 2003-07-06 | 1 | -4/+2 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -0/+2 |
| | |||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+6 |
| | | | | builtints (e.g., exit, strcmp). | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Use AF_LINK rather than AF_UNSPEC to set an ethernet multicast address. | julian | 1998-05-28 | 1 | -14/+33 |
| | | | | | | | | This is obviously not a terribly used function as it's apparently been broken forever. It IS possible that this fix is wrong and that the KERNEL is wrong (in which case you should fix if_ethersubr.c) either way it certainly has more hope of working now than before. I'd take it to 2.2 except that obviously no-one cares :-) | ||||
* | Use err(3). -Wall cleaning. | charnier | 1997-10-01 | 2 | -15/+15 |
| | |||||
* | Add the one line description of the man page at the top so | mpp | 1996-12-15 | 1 | -2/+3 |
| | | | | that "whatis" will report something more than just "mtest". | ||||
* | Make mtest build. Write a makefile and a man page. | fenner | 1996-12-15 | 3 | -2/+56 |
| | |||||
* | A multicast testing program, allowing you to join and leave both | fenner | 1996-12-15 | 1 | -0/+206 |
IP and ethernet multicast groups. Obtained from: Multicast release 3.5 |