Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | garbage collect .Tn | 2014-11-26 | 1 | -8/+4 | |
| | |||||
* | zap trailing whitespace; | 2014-11-25 | 1 | -2/+2 | |
| | |||||
* | C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documents | 2014-11-25 | 1 | -5/+17 | |
| | | | | | that it returns an error for invalid mode which matches our behavior. OK jmc@ deraadt@ | ||||
* | Move guts of setbuf.3 into setvbuf.3 to make it clear which one | 2014-11-25 | 1 | -0/+151 | |
should be used in new code. |