+2006-05-03 Bruno Haible <bruno@clisp.org>
+
+ * doc/autoconf.texi (Limitations of Usual Tools): Identify more
+ precisely which Mac OS X versions have the od problem.
+
2006-05-02 Paul Eggert <eggert@cs.ucla.edu>
* doc/autoconf.texi: Use @option systematically.
@c ---------------
@prindex @command{od}
-In older versions of Mac OS X, @command{od} does not support the
+In Mac OS X 10.3, @command{od} does not support the
standard Posix options @option{-A}, @option{-j}, @option{-N}, or
@option{-t}, or the @acronym{XSI} option @option{-s}. The only
supported Posix option is @option{-v}, and the only supported
@acronym{XSI} options are those in @option{-bcdox}. The BSD
@command{hexdump} program can be used instead.
-This problem no longer exists in Mac OS X 10.4.6; we don't know when it
-was fixed.
+This problem no longer exists in Mac OS X 10.4.3.
@item @command{sed}