Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take a swing at using roundup(). | jmallett | 2005-01-25 | 1 | -3/+4 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -1/+3 |
| | |||||
* | Add support for multibyte characters. | tjr | 2004-07-29 | 2 | -42/+78 |
| | |||||
* | Avoid passing negative values to isspace() on machines with signed chars. | tjr | 2004-07-15 | 1 | -1/+1 |
| | |||||
* | Document line length and multibyte character limitations. | tjr | 2004-07-15 | 1 | -1/+4 |
| | |||||
* | ANSify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -10/+7 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -6/+6 |
| | |||||
* | 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. | ||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 1 | -4/+6 |
| | |||||
* | WARNS=2 fixup. | markm | 2001-12-02 | 2 | -2/+3 |
| | |||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | Remove the misnamed `emalloc' and replace its uses with calloc (along | obrien | 2001-07-24 | 1 | -19/+13 |
| | | | | with error checking) which it effectively was. (malloc+memset) | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | Round up before checking if the width is smaller than the widest | dwmalone | 2001-04-03 | 1 | -3/+5 |
| | | | | | | | column, otherwise we may divide by zero later. PR: 26283 Reviewed by: roam | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Add DIAGNOSTICS section name | charnier | 2000-03-26 | 1 | -5/+6 |
| | |||||
* | $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/+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 | ||||
* | Fix display of example usage. | ghelmer | 1999-03-07 | 1 | -1/+2 |
| | | | | PR: docs/9833 | ||||
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 2 | -7/+8 |
| | |||||
* | Fix example to match ls(1)'s output. | steve | 1997-08-20 | 1 | -1/+1 |
| | | | | | PR: docs/3681 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> | ||||
* | Add missing -s flag in usage string. | charnier | 1997-06-30 | 1 | -1/+1 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build. | peter | 1997-03-11 | 1 | -1/+2 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+408 |