summaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.3
AgeCommit message (Collapse)Author
1994-08-02Minor touch ups to match strsignal(3) man pagejtc
1994-01-10Fix spelling errors.jtc
1993-10-07Moved strerror.[c3] from libc/stdio to libc/string.jtc
Since perror is not permitted to change strerror()'s static buffer, I have changed both functions to pass their own buffers to the new library-internal function _strerror() that actually does the error message string look up. Split strerror manpage into strerror and perror manpages.