diff options
author | des <des@FreeBSD.org> | 2009-09-04 07:44:58 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2009-09-04 07:44:58 +0000 |
commit | b1eaddb48f126d396ca9322eb8846384ec61160d (patch) | |
tree | 51c356bd3a6c4de8ada759b48205b5e805cdb915 /lib/libc/locale/isrune.3 | |
parent | 46887be63efa70f0f71d3dad54bce4df1977b17b (diff) | |
download | FreeBSD-src-b1eaddb48f126d396ca9322eb8846384ec61160d.zip FreeBSD-src-b1eaddb48f126d396ca9322eb8846384ec61160d.tar.gz |
Let the armchair generals handle this one.
Diffstat (limited to 'lib/libc/locale/isrune.3')
-rw-r--r-- | lib/libc/locale/isrune.3 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/locale/isrune.3 b/lib/libc/locale/isrune.3 index 7f26a83..424c367 100644 --- a/lib/libc/locale/isrune.3 +++ b/lib/libc/locale/isrune.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 3, 2009 +.Dd March 30, 2004 .Dt ISRUNE 3 .Os .Sh NAME @@ -46,15 +46,6 @@ In the .Tn ASCII character set, this is equivalent to .Fn isascii . -.Pp -.Em NOTE : -if the value passed to the -.Fn isrune -function is a -.Vt signed char , -as is usually the case, it must be cast to an -.Vt unsigned char -to avoid sign-extension errors. .Sh RETURN VALUES The .Fn isrune |