summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-07-05 07:55:34 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-07-05 07:55:34 +0000
commit8954a5c85a07a08d695bb437b5b0fffab2aa70c2 (patch)
tree2c5ef48de9b5997f64184a27aacc2b3dc9ba6aee
parent759f7dc3082dc8ebb02a0495f420600119bccf06 (diff)
Notes
-rw-r--r--lib/libc/stdio/wprintf.39
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3
index 150ed5d1ca212..7a3f952b01b5a 100644
--- a/lib/libc/stdio/wprintf.3
+++ b/lib/libc/stdio/wprintf.3
@@ -37,7 +37,7 @@
.\" FreeBSD: src/lib/libc/stdio/printf.3,v 1.47 2002/09/06 11:23:55 tjr Exp
.\" $FreeBSD$
.\"
-.Dd September 18, 2002
+.Dd July 5, 2003
.Dt WPRINTF 3
.Os
.Sh NAME
@@ -596,8 +596,13 @@ field is expanded to contain the conversion result.
Refer to
.Xr printf 3 .
.Sh SEE ALSO
+.Xr btowc 3 ,
+.Xr fputws 3 ,
.Xr printf 3 ,
-.Xr setlocale 3
+.Xr putwc 3 ,
+.Xr setlocale 3 ,
+.Xr wcsrtombs 3 ,
+.Xr wscanf 3
.Sh STANDARDS
Subject to the caveats noted in the
.Sx BUGS