summaryrefslogtreecommitdiffstats
path: root/usr.bin/tee
Commit message (Collapse)AuthorAgeFilesLines
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* - Steal short description from POSIX; it's more technical and wasru2007-11-131-4/+4
| | | | | easier to translate. - Fix some markup nits.
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* ANSIify function definitions.dwmalone2002-09-041-10/+6
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Use err instead of errx when malloc fails. "malloc" is not a helpfultjr2002-07-051-2/+2
| | | | error message.
* Revert part of the previous revision. Changing exit() to return() in main()jmallett2002-05-171-1/+1
| | | | | | | | | | | is wrong, even though our C compiler doesn't understand that exit() eats control of the program, and as such can sometimes complain that main() reaches the bottom of its body without an explicit return(). Aside from that, the functional usefulness of changing it is effectively nil, so back it out. Submitted by: mike
* Remove spurious casts in malloc(3)'s argument.jmallett2002-05-171-3/+3
| | | | Use `return' instead of `exit' at the bottom of main().
* remove __Pimp2002-03-221-2/+2
|
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.markm2001-12-121-1/+0
|
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+1
| | | | | | | | 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.
* Warns cleanups. Add FreeBSD ID to Makefile.dwmalone2001-12-032-3/+5
|
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
|
* Add DIAGNOSTICS section namecharnier2000-03-261-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-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 redefinition. Add usage().charnier1997-08-142-51/+29
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+261
OpenPOWER on IntegriCloud