Module Name: src Committed By: kre Date: Wed Mar 25 18:45:42 UTC 2020
Modified Files: src/distrib/sets/lists/comp: mi src/lib/libc/string: Makefile.inc strerror.3 Log Message: Document strerror_l() While here also document (but comment it out since it isn't available - yet) strerror_lr(). To include that, simply uncomment the relevant lines, and (twice I think) s/returns/return/ on lines just after currently commented out lines (that is, it currently says, "A returns" after the comments are returned, we need it to be "A and B return" - the "and B" appears when the comment markers are removed, removing the 's' from returns must be done manually. In addition to adding strerror_l() some additional enhancements were made to the general strerror() doc. To generate a diff of this commit: cvs rdiff -u -r1.2315 -r1.2316 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.83 -r1.84 src/lib/libc/string/Makefile.inc cvs rdiff -u -r1.19 -r1.20 src/lib/libc/string/strerror.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.