diff options
author | ru <ru@FreeBSD.org> | 2001-05-17 08:22:43 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-17 08:22:43 +0000 |
commit | a82c71e3904ccc6ee1b45b04d11b962abae1cb2d (patch) | |
tree | a941fbcb39f7fb418a5f20cdea27ee872fa5f390 /lib/libc/string | |
parent | 2d92ca4d1406bb14f0584ee668516b4c3303416c (diff) | |
download | FreeBSD-src-a82c71e3904ccc6ee1b45b04d11b962abae1cb2d.zip FreeBSD-src-a82c71e3904ccc6ee1b45b04d11b962abae1cb2d.tar.gz |
... but we do provide .St -isoC-99, and it is not required to have the
history info as:
: .Sh STANDARDS If the command, library function or file adheres to a
: specific implementation such as IEEE Std 1003.2
: (``POSIX.2'') or ANSI X3.159-1989 (``ANSI C'') this
: should be noted here. If the command does not adhere
: to any standard, its history should be noted in the
: HISTORY section.
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/wmemchr.3 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/string/wmemchr.3 b/lib/libc/string/wmemchr.3 index 63259fa..ff82e73 100644 --- a/lib/libc/string/wmemchr.3 +++ b/lib/libc/string/wmemchr.3 @@ -137,11 +137,7 @@ counterpart, such as .Xr strstr 3 .Sh STANDARDS These functions conform to -.\" .St -isoC99 -ISO/IEC 9899:1999 (``ISO C99'') -and were first introduced in -.\" .St -isoC-amd1 , -ISO/IEC 9899/AMD1:1995 (``ISO C90'') +.St -isoC-99 , with the exception of .Fn wcslcat and |