* doc/autoconf.texi (Limitations of Builtins): Solaris 10 ksh
and XPG4 sh also fails upon `unset' of a variable that is not
set.
+2011-09-13 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ docs: document Solaris 10 /bin/ksh and XPG4 sh 'unset' bug
+ * doc/autoconf.texi (Limitations of Builtins): Solaris 10 ksh
+ and XPG4 sh also fails upon `unset' of a variable that is not
+ set.
+
2011-07-24 Jim Meyering <meyering@redhat.com>
docs: improve the prose describing _AC_CHECK_TYPE_NEW_BODY
@item @command{unset}
@c ------------------
@prindex @command{unset}
-In some nonconforming shells (e.g., NetBSD 5.99.43 sh or Bash 2.05a),
+In some nonconforming shells (e.g., Solaris 10 @command{/bin/ksh} and
+@command{/usr/xpg4/bin/sh}, NetBSD 5.99.43 sh, or Bash 2.05a),
@code{unset FOO} fails when @code{FOO} is not set. This can interfere
with @code{set -e} operation. You can use