summaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.3
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Correctly document the return value of strerror() and strerror_r() andGiorgos Keramidas2004-10-121-11/+10
* Add back the Standards section claiming conformance to 1003.1-2001 andTim J. Robbins2002-12-191-10/+13
* Rearrange strerror() so that its itoa procedure can be used withMike Barcroft2002-12-181-1/+6
* Remove the Standards section again until we get these functions sortedTim J. Robbins2002-10-241-8/+0
* Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.Tim J. Robbins2002-10-231-1/+17
* Revert last commit. stdio.h include is for perror(), not strerror()Chris D. Faulhaber2002-01-311-1/+1
* strerror(3) is in string.h, not stdio.hChris D. Faulhaber2002-01-311-1/+1
* mdoc(7) police: minor markup nits.Ruslan Ermilov2001-12-121-20/+20
* Make strerror and strerror_r use sys_errlist[0] for errnum = 0. BeWes Peters2001-12-071-3/+12
* New, improved, more Posix-compliant strerror_r implementation,Wes Peters2001-12-061-12/+19
* Add strerror_r function per Posix prototype.Wes Peters2001-11-271-4/+33
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-121-2/+2
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* (Whoops: make it better instead of worse this time). ClarifyRobert Nordier1998-10-291-1/+1
* Clarify processing of the string argument by perror().Robert Nordier1998-10-291-8/+5
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+2
* Added `const' to types of sys_errlist and sys_nerr.Bruce Evans1996-04-191-5/+10
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+124