printf.3 (9c727d2ca92826945a583d93d4ee78b148c08f83) printf.3 (64a965e7078acf9079cbe7f2c001852d4f6f2832)
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

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

610.Fn vfprintf ,
611and
612.Fn vsprintf
613functions
614conform to
615.St -ansiC .
616.Sh HISTORY
617The functions
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

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

610.Fn vfprintf ,
611and
612.Fn vsprintf
613functions
614conform to
615.St -ansiC .
616.Sh HISTORY
617The functions
618.Fn snprintf
619and
620.Fn vsnprintf
621are new to this release.
622.Pp
623The functions
624.Fn asprintf
625and
626.Fn vasprintf
618.Fn asprintf
619and
620.Fn vasprintf
627first appeared in the GNU C library. This implementation is thought
628to be compatible but is not derived from the GNU code. This implementation
629was written by Peter Wemm <peter@FreeBSD.org> and first appeared in
630.Fx 2.2 .
621first appeared in the GNU C library.
622These were implemented by Peter Wemm <peter@FreeBSD.org> in
623.Fx 2.2 ,
624but were later replaced with a different implementation
625from Todd C. Miller <Todd.Miller@courtesan.com> for
626.Ox 2.3 .
631.Sh BUGS
632The conversion formats
633.Cm \&%D ,
634.Cm \&%O ,
635and
636.Cm %U
637are not standard and
638are provided only for backward compatibility.

--- 28 unchanged lines hidden ---
627.Sh BUGS
628The conversion formats
629.Cm \&%D ,
630.Cm \&%O ,
631and
632.Cm %U
633are not standard and
634are provided only for backward compatibility.

--- 28 unchanged lines hidden ---