]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Solaris 2.8 -> Solaris 8
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Jul 2003 07:19:10 +0000 (07:19 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 Jul 2003 07:19:10 +0000 (07:19 +0000)
doc/autoconf.texi

index 07f16ff479bccf6370697d0e57efc5fe94c85590..d765656b4f0882becde5c0a7e6d5bcd46f8c09c5 100644 (file)
@@ -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}