diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-16 04:03:02 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-16 04:03:02 +0000 |
commit | 1d227bb4c8a259c4b58ccbb7aae61771f2e8f93e (patch) | |
tree | 954070c9b17b9495e89f3eaed743bcc277e25be8 /lib/libc | |
parent | 232c5478a8b5f4f535a5274697819ad2665c8b41 (diff) | |
download | FreeBSD-src-1d227bb4c8a259c4b58ccbb7aae61771f2e8f93e.zip FreeBSD-src-1d227bb4c8a259c4b58ccbb7aae61771f2e8f93e.tar.gz |
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.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/fmtcheck.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/gen/fmtcheck.3 b/lib/libc/gen/fmtcheck.3 index e070cc5..507ef27 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. |