summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/tolower.3
Commit message (Collapse)AuthorAgeFilesLines
* Point out that although toupper() and tolower() really accept rune_t'stjr2002-10-031-2/+14
| | | | | and not just unsigned char's, callers should use towupper() and towlower() instead when working with wide characters if portability is a concern.
* bde got caught by mdoc(7) police. :-)ru2002-03-151-1/+1
|
* Replaced bogus cross references by the usual one for the ctype familybde2002-01-111-16/+1
| | | | (ctype(3)).
* From the PR:nik2002-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | 1. ctype.h defines digittoint(), isnumber() and ishexnmber(), yet they are not documented in any of the manpages. 2. The ctype manpage references a non-existent manpage for digittoint(). 3. The isascii() manpage claims it is standards compliant, when it isn't. 4. isblank() claims it is _not_ standards compliant, when it is. Fix by including the appropriate .Nm entries, and with a new digittoint.3 page. PR: docs/26451 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* Describe agrument range correctly, according to multibyte(3)ache2000-07-031-11/+10
| | | | Remove unneded comment
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Describe valid argument domain for 8-bit wide locales to prevent common errorache2000-03-281-0/+2
| | | | calling ctype functions with signed char as an argument.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Sort cross references.wosch1997-01-201-2/+2
|
* Oops. I seem to have over-corrected with my last commit. It should begpalmer1995-12-291-2/+2
| | | | right this time
* Correct what seem to me to be some mistakes in the references andgpalmer1995-12-281-3/+3
| | | | standards sections. Also add a missing `,' to each file.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+88
OpenPOWER on IntegriCloud