From ddf71846efdec25fa6df23714d582a1915ee79af Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 31 Jul 2003 07:19:10 +0000 Subject: [PATCH] Solaris 2.8 -> Solaris 8 --- doc/autoconf.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}