summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/err.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More consistently put remarks about the less useful LC_* categoties,schwarze2019-05-161-2/+14
| | | | | | i.e. those other than LC_CTYPE, into the CAVEATS section, and standardize wording somewhat. OK jmc@
* tweak previous; sorry ingo, my review was pretty poor;jmc2014-04-231-5/+5
|
* more info about HISTORY; ok jmc@schwarze2014-04-231-6/+22
|
* Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errnoguenther2014-04-221-21/+46
| | | | | | | value to use for the strerror() message as an argument. Originally from FreeBSD 3.0 Patch from Steffen Nurpmeso (sdaoden (at) gmail.com) with minor tweaks.
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - sync prototypes and header file excerpts to realityjaredy2005-07-221-3/+3
| | | | | | | | | - many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Initial cleanup:mpech2002-04-301-2/+2
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* Document behaviour with a NULL format string, and try to not split infinitivespjanzen2001-02-171-7/+28
| | | | that don't have to be split.
* Put the CAVEATS section explaining format string issues in this man page too.aaron2000-08-311-1/+22
|
* Fix a bad example. We don't want to suggest that people passmillert2000-06-291-2/+2
| | | | a string to err that could have % escapes in it.
* Make this man page much clearer.aaron1999-10-061-8/+22
|
* - remove all trailing whitespaceaaron1999-07-091-3/+3
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,aaron1999-07-021-2/+2
| | | | not "Month, ##, ####"
* repairsaaron1999-05-291-8/+11
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Clarify a bit.millert1997-08-081-6/+16
|
* for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \deraadt1997-05-301-2/+2
| | | | | | | grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+131