aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truncate
Commit message (Expand)AuthorAgeFilesLines
* The -r option can also cause the files to be extended (notRuslan Ermilov2006-12-191-2/+2
* Markup fixes.Ruslan Ermilov2006-09-291-1/+1
* o Don't leak fd on error.Maxim Konovalov2006-09-181-4/+6
* Chase revision 1.10 in usage string and a comment.Ceri Davies2006-09-071-2/+2
* Allow to specify size in terabytes by using T or t suffix.Pawel Jakub Dawidek2006-04-092-5/+10
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Make size suffix case insensitive.Lukas Ertl2004-07-222-3/+6
* remove __PWarner Losh2002-03-221-2/+2
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.Mark Murray2001-12-121-1/+0
* * Update author's e-mail address.Sheldon Hearn2001-08-161-2/+2
* Use the .Cm macro to mark up the modifiers of the -s flag's size argument.Sheldon Hearn2001-08-161-9/+10
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-4/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-0/+1
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Merge the truncate(1) utility onto the RELENG_4 branch and adjustSheldon Hearn2000-08-041-1/+1
* Simplify some conditionals.Sheldon Hearn2000-07-241-12/+10
* Shut an optimizing compiler up about possibly (but never) unusedSheldon Hearn2000-07-241-0/+2
* truncate.c:Sheldon Hearn2000-07-242-4/+13
* Close file descriptors after use so as not to abuse the descriptorSheldon Hearn2000-07-231-0/+2
* Add a STANDARDS section to discourage the use of this utilitySheldon Hearn2000-07-211-0/+4
* Import the new truncate(1) utility.Sheldon Hearn2000-07-183-0/+351