diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 19:55:13 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 19:55:13 +0100 |
| commit | 423ea08154f4a1fca7b37a5e66396fd3b3da736c (patch) | |
| tree | 14a99b98718d48fbd62956900e72f94ffe2241e3 | |
| parent | f3cdb40a0bf44e578fca266907d71b4040df104a (diff) | |
| download | man-pages-423ea08154f4a1fca7b37a5e66396fd3b3da736c.tar.gz | |
wctob.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/wctob.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/wctob.3 b/man3/wctob.3 index 93eefb68d6..9f6fd2da83 100644 --- a/man3/wctob.3 +++ b/man3/wctob.3 @@ -11,6 +11,9 @@ .TH WCTOB 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME wctob \- try to represent a wide character as a single byte +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <wchar.h> |
