aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 19:55:46 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 19:55:46 +0100
commitcd8b08b0f26e820341f7aa643c55c1981ec97d97 (patch)
tree1ba76c69932643248d8afb77b5fbffc7557d2fe0
parentb84eae07eb8242c9d520a7dda53d77430d69edee (diff)
downloadman-pages-cd8b08b0f26e820341f7aa643c55c1981ec97d97.tar.gz
wcstombs.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/wcstombs.33
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>