Some man pages.

This commit is contained in:
rsc 2005-01-03 06:40:20 +00:00
parent 2600337aa7
commit 058b0118a5
214 changed files with 17112 additions and 1999 deletions

View file

@ -35,7 +35,7 @@ in particular a subset of their properties as defined in the Unicode standard.
Unicode defines some characters as alphabetic and specifies three cases:
upper, lower, and title.
Analogously to
.IR ctype (3)
.IR isalpha (3)
for
.SM ASCII\c
,
@ -45,7 +45,7 @@ The names are self-explanatory.
.PP
The case-conversion routines return the character unchanged if it has no case.
.SH SOURCE
.B /usr/local/plan9/src/libc/port/runetype.c
.B /usr/local/plan9/src/lib9/utf/runetype.c
.SH "SEE ALSO
.IR ctype (3) ,
.IR isalpha (3) ,
.IR "The Unicode Standard" .