ossp-pkg/flow2rrd/flow2rrd.pod 1.6 -> 1.7
--- flow2rrd.pod 2004/12/26 20:03:35 1.6
+++ flow2rrd.pod 2004/12/29 14:10:38 1.7
@@ -161,11 +161,14 @@
<dir-service> |
<dir-host> |
<dir-colors> )+
- <dir-database> ::= "Database" <path> ";"
+ <dir-database> ::= "Database" <path> "{" <seq-database> "}" ";"
<dir-protocol> ::= "Protocol" <name> <number> ";"
<dir-service> ::= "Service" <name> (<name>.":".(<number>|"*"))+ ";"
<dir-host> ::= "Host" <hostname> "{" "}" <seq-host> ";"
<dir-colors> ::= "Colors" <name> <color>+ ";"
+ <seq-database> ::= <dir-stepping> | <dir-storage>
+ <dir-stepping> ::= "Stepping" <time> ";"
+ <dir-storage> ::= "Storage" (<time>:<time>)+ ";"
<seq-host> ::= <dir-target>+
<dir-target> ::= "Target" <name> "{" <seq-target> "}" ";"
<seq-target> ::= (<dir-network> | <dir-service>)+
|
|