summaryrefslogtreecommitdiffstats
path: root/usr.bin/truncate
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Merge the truncate(1) utility onto the RELENG_4 branch and adjustsheldonh2000-08-041-1/+1
| | | | | the HISTORY section to reflect the first release of FreeBSD in which this utility will appear.
* Simplify some conditionals.sheldonh2000-07-241-12/+10
|
* Shut an optimizing compiler up about possibly (but never) unusedsheldonh2000-07-241-0/+2
| | | | | | variables. Submitted by: charnier
* truncate.c:sheldonh2000-07-242-4/+13
| | | | | | | | | | | Do not include unused header files. Add rcsid. Change copyright. truncate.1: Add AUTHORS section. Submitted by: charnier
* Close file descriptors after use so as not to abuse the descriptorsheldonh2000-07-231-0/+2
| | | | | | table when a long argument list is given. :-) Reported by: Sven Agnew <afterhours80@hotmail.com>
* Add a STANDARDS section to discourage the use of this utilitysheldonh2000-07-211-0/+4
| | | | in environments where portability is a concern.
* Import the new truncate(1) utility.sheldonh2000-07-183-0/+351
Approved by: jdp
OpenPOWER on IntegriCloud