From 7deb3c8b574430fff81674ac6265ed519f4d8e6f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 14 Mar 2008 13:24:35 +0000 Subject: [PATCH] Added FIXME. --- man3/scanf.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man3/scanf.3 b/man3/scanf.3 index 666d4edf7..68d4e1879 100644 --- a/man3/scanf.3 +++ b/man3/scanf.3 @@ -43,6 +43,12 @@ .\" incorporated from the GNU C library documentation ((C) The .\" Free Software Foundation); other parts substantially rewritten. .\" +.\" FIXME +.\" The glibc 2.7 release announcement says: +.\" Implement 'm' modifier for scanf. Add stricter C99/SUS compliance +.\" by not recognizing 'a' as a modifier when those specs are requested. +.\" These changes need to be documented. +.\" .TH SCANF 3 2007-07-26 "GNU" "Linux Programmer's Manual" .SH NAME scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf \- input format conversion