mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a Bugs section and note that fmtcheck() is out of sync with printf();
it does not recognise any of the conversions or modifiers added in C99.
This commit is contained in:
parent
927ecbf313
commit
185b9d1c2c
1 changed files with 7 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.Dd October 17, 2000
|
||||
.Dd October 16, 2002
|
||||
.Os
|
||||
.Dt FMTCHECK 3
|
||||
.Sh NAME
|
||||
|
|
@ -106,3 +106,9 @@ because
|
|||
the first requires an integer and the second requires a long.
|
||||
.Sh SEE ALSO
|
||||
.Xr printf 3
|
||||
.Sh BUGS
|
||||
The
|
||||
.Fn fmtcheck
|
||||
function does not understand all of the conversions that
|
||||
.Xr printf 3
|
||||
does.
|
||||
|
|
|
|||
Loading…
Reference in a new issue