X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..6dccf0e0b5e80b7b6176e8d332e646175431bb3d:/stdio/FreeBSD/putwc.3 diff --git a/stdio/FreeBSD/putwc.3 b/stdio/FreeBSD/putwc.3 index 47b728c..84799bc 100644 --- a/stdio/FreeBSD/putwc.3 +++ b/stdio/FreeBSD/putwc.3 @@ -48,11 +48,19 @@ .In stdio.h .In wchar.h .Ft wint_t -.Fn fputwc "wchar_t wc" "FILE *stream" +.Fo fputwc +.Fa "wchar_t wc" +.Fa "FILE *stream" +.Fc .Ft wint_t -.Fn putwc "wchar_t wc" "FILE *stream" +.Fo putwc +.Fa "wchar_t wc" +.Fa "FILE *stream" +.Fc .Ft wint_t -.Fn putwchar "wchar_t wc" +.Fo putwchar +.Fa "wchar_t wc" +.Fc .Sh DESCRIPTION The .Fn fputwc @@ -75,6 +83,12 @@ is identical to .Fn putwc with an output stream of .Dv stdout . +.Pp +Extended locale versions of these functions are documented in +.Xr putwc_l 3 . +See +.Xr xlocale 3 +for more information. .Sh RETURN VALUES The .Fn fputwc , @@ -91,6 +105,7 @@ is returned. .Xr fopen 3 , .Xr getwc 3 , .Xr putc 3 , +.Xr putwc_l 3 , .Xr stdio 3 .Sh STANDARDS The