Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 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 | ||||
* | Support multiple databases. For example | wosch | 1998-08-31 | 2 | -25/+25 |
| | | | | $ look miau dict1 dict2 dict3 | ||||
* | revert: The warning was supposed to irritate someone into fixing this. | jkh | 1997-09-15 | 1 | -3/+2 |
| | |||||
* | unsigned char -> caddr_t for mmap's return value. | jkh | 1997-09-15 | 1 | -2/+3 |
| | |||||
* | Use err(3) instead of local redefinition. | charnier | 1997-07-23 | 2 | -42/+18 |
| | |||||
* | 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. | ||||
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -2/+5 |
| | |||||
* | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde | ||||
* | Use the .At macro where appropriate. | mpp | 1996-08-23 | 1 | -1/+2 |
| | |||||
* | Make it works with 8bit charsets | ache | 1995-10-29 | 1 | -15/+18 |
| | | | | Add setlocale LC_CTYPE | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -31/+31 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 4 | -0/+502 |