aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 20:10:14 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 20:10:14 +0100
commit883aa89b5757c201707ba30bd7c794ac4fbdad29 (patch)
treeb0a9e213504bc87ae53e06031a01a92dbbf01bb4
parent2d42354f746c2e91ea3f290f88f1e23b21a54ba1 (diff)
downloadman-pages-883aa89b5757c201707ba30bd7c794ac4fbdad29.tar.gz
wcscspn.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/wcscspn.33
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/wcscspn.3 b/man3/wcscspn.3
index 3e512fd03f..77c7ea7453 100644
--- a/man3/wcscspn.3
+++ b/man3/wcscspn.3
@@ -11,6 +11,9 @@
.TH WCSCSPN 3 2021-03-22 "GNU" "Linux Programmer's Manual"
.SH NAME
wcscspn \- search a wide-character string for any of a set of wide characters
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
.SH SYNOPSIS
.nf
.B #include <wchar.h>