aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/error
Commit message (Collapse)AuthorAgeFilesLines
* Retire error(1). This is no longer useful as it applies only to the 4.xBSDKris Kennaway1999-12-1110-3266/+0
| | | | | | | | | | toolchain. Reviewed by: current@freebsd.org Axe kindly supplied by: Institute of Danish Surgeons Notes: svn path=/head/; revision=54420
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48792
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-063-4/+5
| | | | Notes: svn path=/head/; revision=41568
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-1/+1
| | | | Notes: svn path=/head/; revision=34801
* Added a prototype for a qsort comparision function and fixed the usualBruce Evans1998-02-251-4/+5
| | | | | | | type mismatch uncovered by this. Notes: svn path=/head/; revision=33812
* Fixed the usual type mismatch for a qsort comparison function.Bruce Evans1998-02-251-4/+5
| | | | Notes: svn path=/head/; revision=33811
* Fixed the usual type mismatch for a signal handling function.Bruce Evans1998-02-252-3/+4
| | | | Notes: svn path=/head/; revision=33810
* Use err(3). Silent -Wall.Philippe Charnier1997-11-038-110/+164
| | | | Notes: svn path=/head/; revision=30907
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
| | | | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Notes: svn path=/head/; revision=29574
* Use mkstemp rather than mktemp to prevent a small race.Warner Losh1997-03-241-3/+9
| | | | | | | OpenBSD has a similar code, but this was indepenent. Notes: svn path=/head/; revision=24183
* Typo fix.Mike Pritchard1997-02-091-1/+1
| | | | | | | | | Closes FreeBSD PR#2685. Obtained from: NetBSD-BUGS PR# 3199 Notes: svn path=/head/; revision=22471
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-18/+18
| | | | Notes: svn path=/head/; revision=8874
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2710-0/+3201
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590