summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-01-11 15:21:03 +0000
committerbde <bde@FreeBSD.org>2002-01-11 15:21:03 +0000
commit20c0be082c2a6ce9d657af2f6a273a58d9b99285 (patch)
tree90266df67797adee3bd50e5f5f9418f212e2b74f
parent7ae245ff236bb007dfad8ff689718682565358f0 (diff)
downloadFreeBSD-src-20c0be082c2a6ce9d657af2f6a273a58d9b99285.zip
FreeBSD-src-20c0be082c2a6ce9d657af2f6a273a58d9b99285.tar.gz
Removed assertion that isblank() conforms to C90 too. This assertion
is correct but less than useful. There is some uncertainty about whether isblank() is in C99, but it is certainly not in C90. It just conforms to C89 because it is a conforming extension.
-rw-r--r--lib/libc/locale/isblank.35
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/locale/isblank.3 b/lib/libc/locale/isblank.3
index b1a2e37..e9b5503 100644
--- a/lib/libc/locale/isblank.3
+++ b/lib/libc/locale/isblank.3
@@ -75,8 +75,3 @@ returns non-zero if the character tests true.
.Xr ctype 3 ,
.Xr multibyte 3 ,
.Xr ascii 7
-.Sh STANDARDS
-The
-.Fn isblank
-function conforms to
-.St -p1003.1 .
OpenPOWER on IntegriCloud