summaryrefslogtreecommitdiffstats
path: root/man3/wcslen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wcslen.3')
-rw-r--r--man3/wcslen.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/wcslen.3 b/man3/wcslen.3
index e716484..223c274 100644
--- a/man3/wcslen.3
+++ b/man3/wcslen.3
@@ -9,7 +9,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
-.TH wcslen 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH wcslen 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
wcslen \- determine the length of a wide-character string
.SH LIBRARY
@@ -18,7 +18,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <wchar.h>
-.PP
+.P
.BI "size_t wcslen(const wchar_t *" s );
.fi
.SH DESCRIPTION
@@ -52,7 +52,6 @@ T{
.BR wcslen ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
C11, POSIX.1-2008.
.SH HISTORY