Module Name: src
Committed By: jruoho
Date: Fri Apr 30 06:23:56 UTC 2010
Modified Files:
src/lib/libc/stdio: wprintf.3
Log Message:
Put SECURITY CONSIDERATIONS as the last section.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/lib/libc/stdio/wprintf.3:1.7
--- src/lib/libc/stdio/wprintf.3:1.6 Fri Apr 30 06:22:28 2010
+++ src/lib/libc/stdio/wprintf.3 Fri Apr 30 06:23:56 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: wprintf.3,v 1.6 2010/04/30 06:22:28 jruoho Exp $
+.\" $NetBSD: wprintf.3,v 1.7 2010/04/30 06:23:56 jruoho Exp $
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -601,9 +601,6 @@
.Xr setlocale 3 ,
.Xr wcsrtombs 3 ,
.Xr wscanf 3
-.Sh SECURITY CONSIDERATIONS
-Subject to the caveats noted in the
-.Xr printf 3 .
.Sh STANDARDS
The
.Fn wprintf ,
@@ -616,3 +613,6 @@
functions
conform to
.St -isoC-99 .
+.Sh SECURITY CONSIDERATIONS
+Subject to the caveats noted in the
+.Xr printf 3 .