printf.3 (1a0fda2b547365c9453523592a445dfe21266d4b) | printf.3 (6a18a77221ca134826742f1aa91fe4966f772b22) |
---|---|
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 --- 877 unchanged lines hidden (view full) --- 886.Tn GNU C 887library. 888These were implemented by 889.An Peter Wemm Aq peter@FreeBSD.org 890in 891.Fx 2.2 , 892but were later replaced with a different implementation 893from | 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 --- 877 unchanged lines hidden (view full) --- 886.Tn GNU C 887library. 888These were implemented by 889.An Peter Wemm Aq peter@FreeBSD.org 890in 891.Fx 2.2 , 892but were later replaced with a different implementation 893from |
894.An Todd C. Miller Aq Todd.Miller@courtesan.com 895for 896.Ox 2.3 . | 894.Ox 2.3 895by 896.An Todd C. Miller Aq Todd.Miller@courtesan.com . |
897The 898.Fn dprintf 899and 900.Fn vdprintf 901functions were added in 902.Fx 8.0 . 903.Sh BUGS 904The 905.Nm 906family of functions do not correctly handle multibyte characters in the 907.Fa format 908argument. | 897The 898.Fn dprintf 899and 900.Fn vdprintf 901functions were added in 902.Fx 8.0 . 903.Sh BUGS 904The 905.Nm 906family of functions do not correctly handle multibyte characters in the 907.Fa format 908argument. |