Module Name: src
Committed By: jruoho
Date: Fri Apr 30 06:22:28 UTC 2010
Modified Files:
src/lib/libc/stdio: wprintf.3
Log Message:
Fix the mess in the sections; someone went to sleep in the middle of a
sentence...
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/stdio/wprintf.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdio/wprintf.3
diff -u src/lib/libc/stdio/wprintf.3:1.5 src/lib/libc/stdio/wprintf.3:1.6
--- src/lib/libc/stdio/wprintf.3:1.5 Mon Apr 5 21:35:36 2010
+++ src/lib/libc/stdio/wprintf.3 Fri Apr 30 06:22:28 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: wprintf.3,v 1.5 2010/04/05 21:35:36 joerg Exp $
+.\" $NetBSD: wprintf.3,v 1.6 2010/04/30 06:22:28 jruoho Exp $
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -38,7 +38,7 @@
.\" FreeBSD: src/lib/libc/stdio/printf.3,v 1.47 2002/09/06 11:23:55 tjr Exp
.\" $FreeBSD: src/lib/libc/stdio/wprintf.3,v 1.5 2003/07/05 07:55:34 tjr Exp $
.\"
-.Dd July 5, 2003
+.Dd April 30, 2010
.Dt WPRINTF 3
.Os
.Sh NAME
@@ -601,16 +601,11 @@
.Xr setlocale 3 ,
.Xr wcsrtombs 3 ,
.Xr wscanf 3
-.Sh STANDARDS
-Subject to the caveats noted in the
.Sh SECURITY CONSIDERATIONS
-Refer to
+Subject to the caveats noted in the
.Xr printf 3 .
-.Sx BUGS
-section
-of
-.Xr printf 3 ,
-the
+.Sh STANDARDS
+The
.Fn wprintf ,
.Fn fwprintf ,
.Fn swprintf ,