From: Paul Eggert Date: Thu, 31 Jul 2003 07:19:10 +0000 (+0000) Subject: Solaris 2.8 -> Solaris 8 X-Git-Tag: AUTOCONF-2.57b~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf71846efdec25fa6df23714d582a1915ee79af;p=thirdparty%2Fautoconf.git Solaris 2.8 -> Solaris 8 --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 07f16ff4..d765656b 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -9845,7 +9845,7 @@ ash-0.3.8 $ @kbd{case foo in esac;} Many shells still do not support parenthesized cases, which is a pity for those of us using tools that rely on balanced parentheses. For -instance, Solaris 2.8's Bourne shell: +instance, Solaris 8's Bourne shell: @example $ @kbd{case foo in (foo) echo foo;; esac}