Solaris 2.8 -> Solaris 8

This commit is contained in:
Paul Eggert 2003-07-31 07:19:10 +00:00
parent e2a2a8e835
commit ddf71846ef

View 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}