]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wcslen.3
fanotify_init.2, fanotify.7: Document FAN_REPORT_TID
[thirdparty/man-pages.git] / man3 / wcslen.3
index 2ec374b181c998143d8fa1d17a9c3da9f1c75492..37f3ade490f209e162ef9160bf2cd8897d431824 100644 (file)
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.TH WCSLEN 3  2015-03-02 "GNU" "Linux Programmer's Manual"
+.TH WCSLEN 3  2015-08-08 "GNU" "Linux Programmer's Manual"
 .SH NAME
 wcslen \- determine the length of a wide-character string
 .SH SYNOPSIS
 .nf
 .B #include <wchar.h>
-.sp
+.PP
 .BI "size_t wcslen(const wchar_t *" s );
 .fi
 .SH DESCRIPTION