Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Fix the mess in the sections; someone went to...



details:   https://anonhg.NetBSD.org/src/rev/9bc10a427de8
branches:  trunk
changeset: 754424:9bc10a427de8
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Apr 30 06:22:28 2010 +0000

description:
Fix the mess in the sections; someone went to sleep in the middle of a
sentence...

diffstat:

 lib/libc/stdio/wprintf.3 |  15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

diffs (38 lines):

diff -r 94c3772b73a8 -r 9bc10a427de8 lib/libc/stdio/wprintf.3
--- a/lib/libc/stdio/wprintf.3  Fri Apr 30 06:00:14 2010 +0000
+++ b/lib/libc/stdio/wprintf.3  Fri Apr 30 06:22:28 2010 +0000
@@ -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
+.Sh SECURITY CONSIDERATIONS
 Subject to the caveats noted in the
-.Sh SECURITY CONSIDERATIONS
-Refer to
 .Xr printf 3 .
-.Sx BUGS
-section
-of
-.Xr printf 3 ,
-the
+.Sh STANDARDS
+The
 .Fn wprintf ,
 .Fn fwprintf ,
 .Fn swprintf ,



Home | Main Index | Thread Index | Old Index