From bce8a514aaf0a7e8b98ff20217c7a44a50aa46de Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 2 Dec 2014 13:00:08 -0600 Subject: Note posix mailing list posting correcting a bug in the web version of the standard. --- toys/pending/expr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toys/pending/expr.c') 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 * * 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)) -- cgit v1.2.3