diff options
| author | abhinav <abhinav@NetBSD.org> | 2016-07-13 06:50:02 +0000 |
|---|---|---|
| committer | abhinav <abhinav@NetBSD.org> | 2016-07-13 06:50:02 +0000 |
| commit | ceb228bc4fe97e0e33ab8ff11b3d0d2e6ec67a6b (patch) | |
| tree | 8c71024515492515275d535f204663bbc6c50312 /lib/libc/string | |
| parent | d13d1159c8745af0ff75b652da6bbd6e9de3dc45 (diff) | |
Add STANDARDS section, referencing IEEE std 1003.1-2008
ok wiz@
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/wcscasecmp.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/string/wcscasecmp.3 b/lib/libc/string/wcscasecmp.3 index ae7ed426148..f0ff4f26ca8 100644 --- a/lib/libc/string/wcscasecmp.3 +++ b/lib/libc/string/wcscasecmp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: wcscasecmp.3,v 1.3 2010/12/16 17:42:28 wiz Exp $ +.\" $NetBSD: wcscasecmp.3,v 1.4 2016/07/13 06:50:02 abhinav Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" .\" from: @(#)wcscasecmp.3 8.1 (Berkeley) 6/9/93 .\" -.Dd August 26, 2006 +.Dd July 13, 2016 .Dt WCSCASECMP 3 .Os .Sh NAME @@ -71,6 +71,13 @@ compares at most characters. .Sh SEE ALSO .Xr wcscmp 3 +.Sh STANDARDS +The +.Fn wcscasecmp +and +.Fn wcsncasecmp +functions conform to +.St -p1003.1-2008 . .Sh HISTORY The .Fn wcscasecmp |
