HP-UX's grep, like the one from Solaris, does not support that syntax.
2007-03-17 Jim Meyering <jim@meyering.net>
* doc/autoconf.texi: Adjust grammar around use of "heuristics".
+ (Limitations of Usual Tools): Also list \< and \>, and mention that
+ HP-UX's grep, like the one from Solaris, does not support that syntax.
2007-03-09 Stepan Kasal <kasal@ucw.cz>
escape characters in the string @samp{$()*.0123456789[\^@{@}}. For example,
alternation, @samp{\|}, is common but Posix does not require its
support in basic regular expressions, so it should be avoided in
-portable scripts. Solaris @command{grep} does not support it.
-Similarly, @samp{\+} and @samp{\?} should be avoided.
+portable scripts. Solaris and HP-UX @command{grep} do not support it.
+Similarly, @samp{\<}, @samp{\>}, @samp{\+} and @samp{\?} should be avoided.
@item @command{join}