Deleted Added
full compact
wprintf.3 (207940) wprintf.3 (208027)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 17 unchanged lines hidden (view full) ---

26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)printf.3 8.1 (Berkeley) 6/4/93
33.\" FreeBSD: src/lib/libc/stdio/printf.3,v 1.47 2002/09/06 11:23:55 tjr Exp
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 17 unchanged lines hidden (view full) ---

26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)printf.3 8.1 (Berkeley) 6/4/93
33.\" FreeBSD: src/lib/libc/stdio/printf.3,v 1.47 2002/09/06 11:23:55 tjr Exp
34.\" $FreeBSD: head/lib/libc/stdio/wprintf.3 207940 2010-05-11 23:08:15Z uqs $
34.\" $FreeBSD: head/lib/libc/stdio/wprintf.3 208027 2010-05-13 12:07:55Z uqs $
35.\"
36.Dd July 5, 2003
37.Dt WPRINTF 3
38.Os
39.Sh NAME
40.Nm wprintf , fwprintf , swprintf ,
41.Nm vwprintf , vfwprintf , vswprintf
42.Nd formatted wide character output conversion

--- 540 unchanged lines hidden (view full) ---

583The decimal point
584character is defined in the program's locale (category
585.Dv LC_NUMERIC ) .
586.Pp
587In no case does a non-existent or small field width cause truncation of
588a numeric field; if the result of a conversion is wider than the field
589width, the
590field is expanded to contain the conversion result.
35.\"
36.Dd July 5, 2003
37.Dt WPRINTF 3
38.Os
39.Sh NAME
40.Nm wprintf , fwprintf , swprintf ,
41.Nm vwprintf , vfwprintf , vswprintf
42.Nd formatted wide character output conversion

--- 540 unchanged lines hidden (view full) ---

583The decimal point
584character is defined in the program's locale (category
585.Dv LC_NUMERIC ) .
586.Pp
587In no case does a non-existent or small field width cause truncation of
588a numeric field; if the result of a conversion is wider than the field
589width, the
590field is expanded to contain the conversion result.
591.Sh SECURITY CONSIDERATIONS
592Refer to
593.Xr printf 3 .
594.Sh SEE ALSO
595.Xr btowc 3 ,
596.Xr fputws 3 ,
597.Xr printf 3 ,
598.Xr putwc 3 ,
599.Xr setlocale 3 ,
600.Xr wcsrtombs 3 ,
601.Xr wscanf 3

--- 9 unchanged lines hidden (view full) ---

611.Fn swprintf ,
612.Fn vwprintf ,
613.Fn vfwprintf
614and
615.Fn vswprintf
616functions
617conform to
618.St -isoC-99 .
591.Sh SEE ALSO
592.Xr btowc 3 ,
593.Xr fputws 3 ,
594.Xr printf 3 ,
595.Xr putwc 3 ,
596.Xr setlocale 3 ,
597.Xr wcsrtombs 3 ,
598.Xr wscanf 3

--- 9 unchanged lines hidden (view full) ---

608.Fn swprintf ,
609.Fn vwprintf ,
610.Fn vfwprintf
611and
612.Fn vswprintf
613functions
614conform to
615.St -isoC-99 .
616.Sh SECURITY CONSIDERATIONS
617Refer to
618.Xr printf 3 .