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:
tjr 2002-10-16 04:03:02 +00:00
parent 232c5478a8
commit 1d227bb4c8

View File

@ -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.