aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/ctype.3
Commit message (Collapse)AuthorAgeFilesLines
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-05-051-1/+16
| | | | | | | | | | There are some sections which could be improved and work to do so is on going. The work will be covered via 'X-MFC-WITH' commits. Obtained from: OpenBSD MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D34759
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* First set of xlocale man pages. More to follow...David Chisnall2012-03-131-1/+1
| | | | | | | Approved by: dim (mentor) Notes: svn path=/head/; revision=232935
* Let the armchair generals handle this one.Dag-Erling Smørgrav2009-09-041-8/+1
| | | | Notes: svn path=/head/; revision=196820
* Document the need for a cast when passing a char to a ctype function.Dag-Erling Smørgrav2009-09-031-1/+8
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=196776
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-301-1/+1
| | | | Notes: svn path=/head/; revision=131365
* Add cross-references to isideogram(3), isphonogram(3), isrune(3),Tim J. Robbins2004-03-301-1/+6
| | | | | | | isspecial(3) and wctype(3). Notes: svn path=/head/; revision=127613
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
| | | | Notes: svn path=/head/; revision=119893
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-181-1/+1
| | | | Notes: svn path=/head/; revision=108040
* Fixed unsorting of almost all lists in previous commit.Bruce Evans2002-01-111-7/+4
| | | | | | | Removed assertion that isblank() is in C99 here too. Notes: svn path=/head/; revision=89257
* From the PR:Nik Clayton2002-01-091-1/+7
| | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=89136
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-261-1/+1
| | | | Notes: svn path=/head/; revision=73088
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* Correct "standard compilance" notesAlexey Zelkin1999-12-141-2/+8
| | | | | | | Reminded by: bde Notes: svn path=/head/; revision=54596
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48794
* Document ishexnumber, isideogram, isnumber, isphonogram, isrune,Guy Helmer1999-04-291-2/+20
| | | | | | | | | and isspecial. PR: docs/9854 Notes: svn path=/head/; revision=46191
* Don't use hardcoded *roff font change requests. Do itMike Pritchard1997-01-311-2/+15
| | | | | | | via mdoc macros instead. Notes: svn path=/head/; revision=22149
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+107
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573