OSDN Git Service

Note posix mailing list posting correcting a bug in the web version of the standard.
authorRob Landley <rob@landley.net>
Tue, 2 Dec 2014 19:00:08 +0000 (13:00 -0600)
committerRob Landley <rob@landley.net>
Tue, 2 Dec 2014 19:00:08 +0000 (13:00 -0600)
toys/pending/expr.c

index c7da4d1..936f5fb 100644 (file)
@@ -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))