Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not call clnt_spcreateerror nor clnt_sperror with a NULL pointer, instead | alfred | 2002-07-15 | 1 | -3/+3 |
| | | | | | | pass an empty string. Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr> | ||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -6/+9 |
| | |||||
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 1 | -4/+7 |
| | | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -0/+1 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -8/+8 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | Back out previous commit; this can't compile with WARNS=2 because | dd | 2001-06-26 | 1 | -1/+0 |
| | | | | | | xdr.h isn't warning-free. Submitted by: ru | ||||
* | ANSIize, staticize, and unsignedize; set WARNS=2. | dd | 2001-06-25 | 2 | -14/+11 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Include missing header files. | dd | 2001-06-24 | 1 | -0/+1 |
| | |||||
* | - 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/+0 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Convert to errx() | charnier | 2000-05-28 | 1 | -12/+6 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix usage in man page. Remove progname. | charnier | 1997-10-20 | 2 | -15/+13 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Sort cross references. | wosch | 1997-01-20 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Fixed DPADD. | bde | 1996-09-05 | 1 | -1/+2 |
| | |||||
* | Obtained from: NetBSD | graichen | 1996-01-05 | 3 | -0/+307 |
imported the spray command from NetBSD - it can be used for network analysis (see the man-page) |