summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/stdio/wprintf.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3
index de1ad642e5c..966ef7eb97b 100644
--- a/lib/libc/stdio/wprintf.3
+++ b/lib/libc/stdio/wprintf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wprintf.3,v 1.1 2011/05/09 19:56:54 stsp Exp $
+.\" $OpenBSD: wprintf.3,v 1.2 2011/05/16 16:43:36 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)printf.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: May 9 2011 $
+.Dd $Mdocdate: May 16 2011 $
.Dt WPRINTF 3
.Os
.Sh NAME
@@ -572,8 +572,7 @@ field is expanded to contain the conversion result.
.Xr printf 3 ,
.Xr putwc 3 ,
.Xr setlocale 3 ,
-.Xr wcsrtombs 3 ,
-.Xr wscanf 3
+.Xr wcsrtombs 3
.Sh STANDARDS
The
.Fn wprintf ,