summaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-06-12 11:47:34 +0000
committerJim Meyering <jim@meyering.net>1997-06-12 11:47:34 +0000
commit9fb965dfd87c807f300c261b26eac7ef6dce05c1 (patch)
tree0fe4401d824921ec97df38afd343873e1961d2f2 /src/printf.c
parentbcdaf2c1a5d7955e695eabce569866298988b43b (diff)
downloadcoreutils-9fb965dfd87c807f300c261b26eac7ef6dce05c1.tar.xz
Add comment for posixly_correct.
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c
index dd18f609b..65c8f94e1 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -68,7 +68,7 @@ char *xmalloc ();
/* The value to return to the calling program. */
static int exit_status;
-/* FIXME */
+/* Non-zero if the POSIXLY_CORRECT environment variable is set. */
static int posixly_correct;
/* FIXME */