diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-18 13:16:47 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-18 13:16:47 +0000 |
commit | 2d105f1659477be02249b3d96f0eb829aa23bf12 (patch) | |
tree | 672959337a1683fbed5a07c3d41e0acbf3f9058e /lib/libc/stdio/printf.3 | |
parent | 79d4920b1df72a4eb3e39c62325a1a212f7ddb03 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdio/printf.3')
-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 7e36fb4a71d3..30b02a653300 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 |