summaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.3
AgeCommit message (Expand)Author
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2020-12-18strerror.3: Fix whitespace issue introduced in r368714Jessica Clarke
2020-12-17strerror.3: Add an example for perror()Mateusz Piotrowski
2020-12-16Implement strerror_l().Konstantin Belousov
2014-06-23use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin
2013-05-28Renumber clauses to reduce diffs to other versionsEd Maste
2012-07-27Correct BUGS description of static buffer useEd Maste
2012-02-16Add err(3) to strerror(3) SEE ALSO sectionEitan Adler
2011-04-05Allow strerror(0) and strerror_r(0, ...).Jilles Tjoelker
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2004-10-12Correctly document the return value of strerror() and strerror_r() andGiorgos Keramidas
2002-12-19Add back the Standards section claiming conformance to 1003.1-2001 andTim J. Robbins
2002-12-18Rearrange strerror() so that its itoa procedure can be used withMike Barcroft
2002-10-24Remove the Standards section again until we get these functions sortedTim J. Robbins
2002-10-23Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.Tim J. Robbins
2002-01-31Revert last commit. stdio.h include is for perror(), not strerror()Chris D. Faulhaber
2002-01-31strerror(3) is in string.h, not stdio.hChris D. Faulhaber
2001-12-12mdoc(7) police: minor markup nits.Ruslan Ermilov
2001-12-07Make strerror and strerror_r use sys_errlist[0] for errnum = 0. BeWes Peters
2001-12-06New, improved, more Posix-compliant strerror_r implementation,Wes Peters
2001-11-27Add strerror_r function per Posix prototype.Wes Peters
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
2001-02-01mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov
2001-01-12mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov
2000-04-21Introduce ".Lb" macro to libc manpages.Alexey Zelkin
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
1998-10-29(Whoops: make it better instead of worse this time). ClarifyRobert Nordier
1998-10-29Clarify processing of the string argument by perror().Robert Nordier
1996-08-22Correctly use .Fn instead of .Nm to reference function namesMike Pritchard
1996-04-19Added `const' to types of sys_errlist and sys_nerr.Bruce Evans
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes