Fri Apr 30 06:23:56 2010 UTC ()
Put SECURITY CONSIDERATIONS as the last section.


(jruoho)
diff -r1.6 -r1.7 src/lib/libc/stdio/wprintf.3

cvs diff -r1.6 -r1.7 src/lib/libc/stdio/wprintf.3 (expand / switch to unified diff)

--- src/lib/libc/stdio/wprintf.3 2010/04/30 06:22:28 1.6
+++ src/lib/libc/stdio/wprintf.3 2010/04/30 06:23:56 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: wprintf.3,v 1.6 2010/04/30 06:22:28 jruoho Exp $ 1.\" $NetBSD: wprintf.3,v 1.7 2010/04/30 06:23:56 jruoho Exp $
2.\" Copyright (c) 1990, 1991, 1993 2.\" Copyright (c) 1990, 1991, 1993
3.\" The Regents of the University of California. All rights reserved. 3.\" The Regents of the University of California. All rights reserved.
4.\" 4.\"
5.\" This code is derived from software contributed to Berkeley by 5.\" This code is derived from software contributed to Berkeley by
6.\" Chris Torek and the American National Standards Committee X3, 6.\" Chris Torek and the American National Standards Committee X3,
7.\" on Information Processing Systems. 7.\" on Information Processing Systems.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -591,28 +591,28 @@ field is expanded to contain the convers @@ -591,28 +591,28 @@ field is expanded to contain the convers
591.Sh RETURN VALUES 591.Sh RETURN VALUES
592These functions return the number of characters printed 592These functions return the number of characters printed
593(not including the trailing 593(not including the trailing
594.Ql \e0 594.Ql \e0
595used to end output to strings). 595used to end output to strings).
596.Sh SEE ALSO 596.Sh SEE ALSO
597.Xr btowc 3 , 597.Xr btowc 3 ,
598.Xr fputws 3 , 598.Xr fputws 3 ,
599.Xr printf 3 , 599.Xr printf 3 ,
600.Xr putwc 3 , 600.Xr putwc 3 ,
601.Xr setlocale 3 , 601.Xr setlocale 3 ,
602.Xr wcsrtombs 3 , 602.Xr wcsrtombs 3 ,
603.Xr wscanf 3 603.Xr wscanf 3
604.Sh SECURITY CONSIDERATIONS 
605Subject to the caveats noted in the 
606.Xr printf 3 . 
607.Sh STANDARDS 604.Sh STANDARDS
608The 605The
609.Fn wprintf , 606.Fn wprintf ,
610.Fn fwprintf , 607.Fn fwprintf ,
611.Fn swprintf , 608.Fn swprintf ,
612.Fn vwprintf , 609.Fn vwprintf ,
613.Fn vfwprintf 610.Fn vfwprintf
614and 611and
615.Fn vswprintf 612.Fn vswprintf
616functions 613functions
617conform to 614conform to
618.St -isoC-99 . 615.St -isoC-99 .
 616.Sh SECURITY CONSIDERATIONS
 617Subject to the caveats noted in the
 618.Xr printf 3 .