summaryrefslogtreecommitdiffstats
path: root/man3/wcsncasecmp.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/wcsncasecmp.39
1 files changed, 4 insertions, 5 deletions
diff --git a/man3/wcsncasecmp.3 b/man3/wcsncasecmp.3
index ad233b4..b4d0ea6 100644
--- a/man3/wcsncasecmp.3
+++ b/man3/wcsncasecmp.3
@@ -8,7 +8,7 @@
.\" Dinkumware C library reference http://www.dinkumware.com/
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\"
-.TH wcsncasecmp 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH wcsncasecmp 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
wcsncasecmp \- compare two fixed-size wide-character strings, ignoring case
.SH LIBRARY
@@ -17,16 +17,16 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <wchar.h>
-.PP
+.P
.BI "int wcsncasecmp(const wchar_t " s1 [. n "], const wchar_t " s2 [. n "], s\
ize_t " n );
.fi
-.PP
+.P
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.RE
-.PP
+.P
.BR wcsncasecmp ():
.nf
Since glibc 2.10:
@@ -89,7 +89,6 @@ T{
.BR wcsncasecmp ()
T} Thread safety MT-Safe locale
.TE
-.sp 1
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY