changeset 1595:9db327a6920d draft

Note posix mailing list posting correcting a bug in the web version of the standard.
author Rob Landley <rob@landley.net>
date Tue, 02 Dec 2014 13:00:08 -0600
parents 9b906eb047e8
children 6eee35009294
files toys/pending/expr.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/toys/pending/expr.c	Tue Dec 02 03:17:34 2014 -0600
+++ b/toys/pending/expr.c	Tue Dec 02 13:00:08 2014 -0600
@@ -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))