From d9a56b2e3481ca768a7e6d6085c568422ff44656 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 3 Feb 2009 09:31:57 +1300 Subject: [PATCH] wcsncasecmp.3: CONFORMING TO: note that this function is added in POSIX.1-2008 Signed-off-by: Michael Kerrisk --- man3/wcsncasecmp.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man3/wcsncasecmp.3 b/man3/wcsncasecmp.3 index 4a70fd61b..0af2d633d 100644 --- a/man3/wcsncasecmp.3 +++ b/man3/wcsncasecmp.3 @@ -10,7 +10,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html .\" -.TH WCSNCASECMP 3 2007-07-26 "GNU" "Linux Programmer's Manual" +.TH WCSNCASECMP 3 2009-02-04 "GNU" "Linux Programmer's Manual" .SH NAME wcsncasecmp \- compare two fixed-size wide-character strings, ignoring case .SH SYNOPSIS @@ -45,7 +45,9 @@ greater than truncated \fIs2\fP, ignoring case. It returns a negative integer if truncated \fIs1\fP is smaller than truncated \fIs2\fP, ignoring case. .SH "CONFORMING TO" -This function is a GNU extension. +POSIX.1-2008. +This function is not specified in POSIX.1-2001, +and is not widely available on other systems. .SH NOTES The behavior of .BR wcsncasecmp ()