mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC: r200019
Fix the dprintf() prototype.
This commit is contained in:
parent
4d672d94c1
commit
02a7ccf746
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue