btowc.3: SEE ALSO: add wctob(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-03 16:27:50 +13:00
parent 11cfb06e07
commit 978b249975
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
.TH BTOWC 3 1999-07-25 "GNU" "Linux Programmer's Manual"
.TH BTOWC 3 2009-02-04 "GNU" "Linux Programmer's Manual"
.SH NAME
btowc \- convert single byte to wide character
.SH SYNOPSIS
@ -62,4 +62,5 @@ Use the function
.BR mbtowc ()
instead.
.SH "SEE ALSO"
.BR wctob (3),
.BR mbtowc (3)