Check-in Number:
|
2348 | |
Date: |
2002-Jul-25 11:42:44 (local)
2002-Jul-25 09:42:44 (UTC) |
User: | thl |
Branch: | |
Comment: |
new l2 feature: allow empty stream (aka null channel) |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/fsl.pod 1.8 -> 1.9
--- fsl.pod 2002/07/24 19:12:36 1.8
+++ fsl.pod 2002/07/25 09:42:44 1.9
@@ -101,7 +101,8 @@
B<tree> ::= B<stream>
-B<stream> ::= B<channel>
+B<stream> ::= I<empty>
+ | B<channel>
| B<channel> '->' B<stream>
| B<channel> '->' '{' B<streams> '}'
|
|