summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/wmemchr.3
diff options
context:
space:
mode:
authortshiozak <tshiozak@FreeBSD.org>2001-05-15 20:34:20 +0000
committertshiozak <tshiozak@FreeBSD.org>2001-05-15 20:34:20 +0000
commit313e97ba34050ffbae5fd671ad6567d93047e284 (patch)
tree8b311fd9170acdbfec3d6da8afcdc9a5667e15fe /lib/libc/string/wmemchr.3
parente2bb65a7f1cb560e11cab55c8d598d7520e7cf0f (diff)
downloadFreeBSD-src-313e97ba34050ffbae5fd671ad6567d93047e284.zip
FreeBSD-src-313e97ba34050ffbae5fd671ad6567d93047e284.tar.gz
adapt to FreeBSD.
- enable locale-insensitive functions of wchar.h: wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c XXX: wcswidth.c is not enabled yet. - enable wmemchr(3) man page. XXX: FreeBSD lacks .St -isoC99 and .St -isoC-amd1.
Diffstat (limited to 'lib/libc/string/wmemchr.3')
-rw-r--r--lib/libc/string/wmemchr.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/string/wmemchr.3 b/lib/libc/string/wmemchr.3
index 4d2cab7..63259fa 100644
--- a/lib/libc/string/wmemchr.3
+++ b/lib/libc/string/wmemchr.3
@@ -137,9 +137,11 @@ counterpart, such as
.Xr strstr 3
.Sh STANDARDS
These functions conform to
-.St -isoC99
+.\" .St -isoC99
+ISO/IEC 9899:1999 (``ISO C99'')
and were first introduced in
-.St -isoC-amd1 ,
+.\" .St -isoC-amd1 ,
+ISO/IEC 9899/AMD1:1995 (``ISO C90'')
with the exception of
.Fn wcslcat
and
OpenPOWER on IntegriCloud