Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style(9): - Put a space after the 'return' keyword. | robert | 2002-07-24 | 1 | -5/+7 |
| | | | | - Wrap lines longer than 80 characters. | ||||
* | Use an ANSI-C function definition rather than a | robert | 2002-07-24 | 1 | -3/+1 |
| | | | | K&R one to avoid a warning. | ||||
* | - Add a COMPATIBILITY section explaining that the default | robert | 2002-07-24 | 1 | -2/+12 |
| | | | | | | | | | | behaviour of obtaining the affected terminal has changed. - Refer to the user's terminal instead of the current terminal session. - Tell the reader what the utility does when it is invoked without arguments. Submitted by: johan | ||||
* | Allow selection of the affected terminal using redirection | robert | 2002-07-24 | 2 | -1/+10 |
| | | | | | | of standard input or standard output, like mesg(1) does. Suggested by: sheldonh | ||||
* | Only use one %s when there is only one argument to print. | johan | 2002-07-21 | 1 | -1/+1 |
| | | | | | Submitted by: keramida Approved by: sheldonh (mentor) | ||||
* | Add ability to only beep when mail arrives. | johan | 2002-07-09 | 2 | -10/+22 |
| | | | | | | | | | | | | | comsat: only send two bell charecters if S_IXGRP is set and S_IXUSR is not. biff: add new option 'b' to set S_IXGRP. PR: 10931 Submitted by: Andrew J. Korty <ajk@purdue.edu> Approved by: sheldonh (mentor) MFC after: 1 month | ||||
* | Add DIAGNOSTICS section to describe exit values. | johan | 2002-07-09 | 1 | -0/+12 |
| | | | | | Approved by: sheldonh (mentor) MFC after: 1 week | ||||
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -4/+6 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -1/+1 |
| | |||||
* | Add header to prototype exit(3). Fix a style bug. | mike | 2002-02-16 | 1 | -0/+2 |
| | |||||
* | 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. | ||||
* | Start option definition with: ``The following options are available'' | charnier | 2001-12-12 | 2 | -13/+8 |
| | | | | | Use .Ev for env variables. Remove unused #includes, and sort others. | ||||
* | 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-03 | 1 | -4/+6 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ | dd | 2001-06-30 | 1 | -2/+3 |
| | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Use S_IXUSR instead of hardcoded values. | mikeh | 2001-06-02 | 1 | -5/+5 |
| | | | | Reviewed by: md5 | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Don't call err() with no format string. | kris | 2000-07-10 | 1 | -2/+2 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Slay a grammar gremlin. | hoek | 1999-09-01 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 2 | -3/+4 |
| | |||||
* | -Wall cleanup. | alex | 1997-12-29 | 1 | -3/+4 |
| | |||||
* | Typo fix in man page. Use err(3) instead of local copy. | charnier | 1997-06-23 | 2 | -18/+10 |
| | |||||
* | 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. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | documented that the dog Biff is dead | wosch | 1996-08-03 | 1 | -0/+3 |
| | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+205 |