diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 19:55:46 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 19:55:46 +0100 |
| commit | cd8b08b0f26e820341f7aa643c55c1981ec97d97 (patch) | |
| tree | 1ba76c69932643248d8afb77b5fbffc7557d2fe0 | |
| parent | b84eae07eb8242c9d520a7dda53d77430d69edee (diff) | |
| download | man-pages-cd8b08b0f26e820341f7aa643c55c1981ec97d97.tar.gz | |
wcstombs.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/wcstombs.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/wcstombs.3 b/man3/wcstombs.3 index e2b3327886..dc3967dd78 100644 --- a/man3/wcstombs.3 +++ b/man3/wcstombs.3 @@ -11,6 +11,9 @@ .TH WCSTOMBS 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME wcstombs \- convert a wide-character string to a multibyte string +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <stdlib.h> |
