Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back out my minorly disputed and possibly not well thought out changes to how | jmallett | 2002-07-01 | 1 | -7/+7 |
| | | | | arguments are processed, at least temporarily. | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Increment morefiles, balance braces. This should really be using getopt(3). | jmallett | 2002-06-27 | 1 | -2/+3 |
| | |||||
* | Instead of not using argc and doing other great evil, check for no arguments | jmallett | 2002-06-27 | 1 | -5/+6 |
| | | | | | in main() and print usage, or if there are too many arguments, handle that there, too. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -3/+4 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Cross-reference between lam(1) and paste(1). Add a STANDARDS section to | wollman | 2001-09-21 | 1 | -1/+9 |
| | | | | | | | lam(1) indicating that paste(1) is a standard way to do some of the same things. MFC after: 1 week | ||||
* | Constify, staticize, and set WARNS=2. | mike | 2001-08-06 | 2 | -9/+11 |
| | | | | MFC after: 3 days | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -2/+2 |
| | |||||
* | Fix style(9) bugs from previous commit: remove space after function | mikeh | 2001-02-08 | 1 | -6/+6 |
| | | | | | | names and revert to char *[]. bde by: bde, imp | ||||
* | De-__P()-ify, convert K&R style declarations to ANSI ones | mikeh | 2001-02-08 | 1 | -13/+8 |
| | |||||
* | Prevent string overflows by using safer string functions | mikeh | 2001-02-08 | 1 | -21/+27 |
| | | | | | | | | | Use tolower() rather than bit or-ing Sanity check user specified printf() format Exit when too many input files are given Remove register from variables Reviewed by: markm, imp | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -5/+5 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |
| | |||||
* | Don't call err() with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | 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 err(3) instead of local redefintion. Add usage() as a separate | charnier | 1997-07-18 | 2 | -79/+75 |
| | | | | function. Rewrote man page in mdoc format. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+365 |