diff options
Diffstat (limited to 'lib/libc/string/wmemchr.3')
-rw-r--r-- | lib/libc/string/wmemchr.3 | 6 |
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 |