diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 19:55:55 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 19:55:55 +0100 |
| commit | 21a120691d9daff666fb1bf1ee9a9353ec1b2f7c (patch) | |
| tree | 9f9d62d33cfe93e35ee249030dfe01e57bcf01b7 /man3 | |
| parent | cd8b08b0f26e820341f7aa643c55c1981ec97d97 (diff) | |
| download | man-pages-21a120691d9daff666fb1bf1ee9a9353ec1b2f7c.tar.gz | |
wcstok.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/wcstok.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/wcstok.3 b/man3/wcstok.3 index b6b359ddbb..d824ed343a 100644 --- a/man3/wcstok.3 +++ b/man3/wcstok.3 @@ -11,6 +11,9 @@ .TH WCSTOK 3 2021-08-27 "GNU" "Linux Programmer's Manual" .SH NAME wcstok \- split wide-character string into tokens +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <wchar.h> |
