diff options
-rw-r--r-- | lib/libc/stdio/printf.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 7e36fb4..30b02a6 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -619,10 +619,14 @@ The functions and .Fn vasprintf first appeared in the GNU C library. -These were implemented by Peter Wemm <peter@FreeBSD.org> in +These were implemented by +.An Peter Wemm Aq peter@FreeBSD.org +in .Fx 2.2 , but were later replaced with a different implementation -from Todd C. Miller <Todd.Miller@courtesan.com> for +from +.An Todd C. Miller Aq Todd.Miller@courtesan.com +for .Ox 2.3 . .Sh BUGS The conversion formats |