diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2009-12-07 08:38:44 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2009-12-07 08:38:44 +0000 |
| commit | 02a7ccf7463892f2164d5022ef4f26bbcfe87f79 (patch) | |
| tree | b6852e1ffea67481c49a38725e1646635d0fb9a1 /lib/libc/stdio | |
| parent | 4d672d94c1fc0dabb2d1a15e31cae47307c8b05f (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 27d5bf0d7e05..2587aa2f0d98 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -32,7 +32,7 @@ .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd March 3, 2009 +.Dd December 2, 2009 .Dt PRINTF 3 .Os .Sh NAME @@ -55,7 +55,7 @@ .Ft int .Fn asprintf "char **ret" "const char *format" ... .Ft int -.Fn dprintf "int" "const char * restrict format" ... +.Fn dprintf "int fd" "const char * restrict format" ... .In stdarg.h .Ft int .Fn vprintf "const char * restrict format" "va_list ap" |
