summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strfmon.3
Commit message (Collapse)AuthorAgeFilesLines
* strfmon(3) does not correctly handle multibyte characters in theTim J. Robbins2003-01-061-0/+6
| | | | | | | format string. Notes: svn path=/head/; revision=108776
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-291-4/+4
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107387
* Document the kind of format string strfmon() expects. Sync the ErrorsTim J. Robbins2002-10-111-5/+74
| | | | | | | section with reality. Notes: svn path=/head/; revision=104945
* Add restrict type-qualifier.Mike Barcroft2002-09-201-1/+1
| | | | Notes: svn path=/head/; revision=103668
* mdoc(7) police: don't split author names in the AUTHORS section.Ruslan Ermilov2001-10-011-0/+1
| | | | Notes: svn path=/head/; revision=84298
* Fix some mdoc nits caused by my knowledge not being too up-to-date onJeroen Ruigrok van der Werven2001-09-071-9/+12
| | | | | | | | | mdocNG. Submitted by: dd Notes: svn path=/head/; revision=83203
* Add strfmon.3 to the fray.Jeroen Ruigrok van der Werven2001-09-071-0/+88
This is a first cut, but enough to help people interested in using it further than before. More text coming to illustrate use and provide more details. Based on standards' text. Notes: svn path=/head/; revision=83194