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