From 185b9d1c2c7b253d2528cb5fcb3ecc09d23dcd57 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Wed, 16 Oct 2002 04:03:02 +0000 Subject: [PATCH] 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. --- lib/libc/gen/fmtcheck.3 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/libc/gen/fmtcheck.3 b/lib/libc/gen/fmtcheck.3 index e070cc5e415..507ef27b185 100644 --- a/lib/libc/gen/fmtcheck.3 +++ b/lib/libc/gen/fmtcheck.3 @@ -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.