diff options
author | Rob Landley <rob@landley.net> | 2014-12-02 13:00:08 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-12-02 13:00:08 -0600 |
commit | bce8a514aaf0a7e8b98ff20217c7a44a50aa46de (patch) | |
tree | 1d9b85fbe1ed1c5fd8d0abd74ec1f1fa48c4a1d6 /toys/pending/expr.c | |
parent | a03a0449e810c26f001cdfc56e5527f51577a639 (diff) | |
download | toybox-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.c | 3 |
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)) |