From 058b0118a52061ad57694c01fc8763b22b789c4d Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 3 Jan 2005 06:40:20 +0000 Subject: Some man pages. --- man/man3/isalpharune.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/man3/isalpharune.3') diff --git a/man/man3/isalpharune.3 b/man/man3/isalpharune.3 index 07d99554..78bc4e63 100644 --- a/man/man3/isalpharune.3 +++ b/man/man3/isalpharune.3 @@ -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" . -- cgit v1.2.3