Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The number after the command is *not* optional. | joerg | 2010-03-11 | 1 | -1/+1 |
| | | | | MFC after: 1 day | ||||
* | The output of perror(1) is now showing local messages for locales | edwin | 2009-11-22 | 1 | -0/+2 |
| | | | | | | | supported by libc/nls PR: bin/140499 Approved by: gnn@ | ||||
* | Use prototype for usage(). This makes perror(1) WARNS=6 clean. | delphij | 2009-05-28 | 1 | -2/+2 |
| | | | | Approved by: gnn | ||||
* | A few more style changes as well as a more broad allowance for | gnn | 2009-05-20 | 1 | -27/+19 |
| | | | | | | | errors to be given by the caller. Change output to be easier for use in scripts. Submitted by: bce | ||||
* | o style.Makefile(5): remove SRCS. | maxim | 2009-05-20 | 1 | -1/+0 |
| | |||||
* | Fix a few style(9) nits. | gnn | 2009-05-19 | 1 | -7/+9 |
| | | | | Submitted by: danfe | ||||
* | Add a new program, perror, which takes an errno as a command line argument | gnn | 2009-05-19 | 3 | -0/+132 |
and outputs the associated textual message in the same way that perror(3) would if called within a program. |