aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/expr.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-12-02 13:00:08 -0600
committerRob Landley <rob@landley.net>2014-12-02 13:00:08 -0600
commitbce8a514aaf0a7e8b98ff20217c7a44a50aa46de (patch)
tree1d9b85fbe1ed1c5fd8d0abd74ec1f1fa48c4a1d6 /toys/pending/expr.c
parenta03a0449e810c26f001cdfc56e5527f51577a639 (diff)
downloadtoybox-bce8a514aaf0a7e8b98ff20217c7a44a50aa46de.tar.gz
Note posix mailing list posting correcting a bug in the web version of the standard.
Diffstat (limited to 'toys/pending/expr.c')
-rw-r--r--toys/pending/expr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/toys/pending/expr.c b/toys/pending/expr.c
index c7da4d1c..936f5fbd 100644
--- a/toys/pending/expr.c
+++ b/toys/pending/expr.c
@@ -3,6 +3,9 @@
* Copyright 2013 Daniel Verkamp <daniel@drv.nu>
*
* http://pubs.opengroup.org/onlinepubs/9699919799/utilities/expr.html
+ *
+ * The web standard is incomplete (precedence grouping missing), see:
+ * http://permalink.gmane.org/gmane.comp.standards.posix.austin.general/10141
USE_EXPR(NEWTOY(expr, NULL, TOYFLAG_USR|TOYFLAG_BIN))