--- cfg.pod 2002/10/05 15:49:23 1.8
+++ cfg.pod 2002/11/10 12:12:23 1.9
@@ -61,26 +61,26 @@
=item B<API Functions:>
-cfg_create,
-cfg_destroy,
-cfg_error,
-cfg_version,
-cfg_import,
-cfg_export,
+cfg_create,
+cfg_destroy,
+cfg_error,
+cfg_version,
+cfg_import,
+cfg_export,
cfg_node_create,
cfg_node_destroy,
-cfg_node_clone,
-cfg_node_set,
-cfg_node_get,
-cfg_node_root,
+cfg_node_clone,
+cfg_node_set,
+cfg_node_get,
+cfg_node_root,
cfg_node_select,
-cfg_node_find,
-cfg_node_apply,
-cfg_node_cmp,
-cfg_node_link,
+cfg_node_find,
+cfg_node_apply,
+cfg_node_cmp,
+cfg_node_link,
cfg_node_unlink,
-cfg_data_set,
-cfg_data_get,
+cfg_data_set,
+cfg_data_get,
cfg_data_ctrl
=back
@@ -110,7 +110,7 @@
| B<directive>
| B<directive> B<SEP> B<sequence>
-B<directive> ::= B<token>
+B<directive> ::= B<token>
| B<token> B<directive>
B<token> ::= B<OPEN> B<sequence> B<CLOSE>
@@ -224,7 +224,7 @@
parent ..
lbroth ->
rbroth <-
- child[1]
+ child[1]
child[L]
virtualhost[2].directory
@@ -238,8 +238,8 @@
B<select> ::= I<empty>
| B<select-step> B<select>
-B<select-step> ::= B<select-direction>
- B<select-pattern>
+B<select-step> ::= B<select-direction>
+ B<select-pattern>
B<select-filter>
B<select-direction> ::= "./" # current node
@@ -253,7 +253,7 @@
| "//" # descendant nodes
B<select-pattern> ::= /</ B<regex> />/
- | B<token>
+ | B<token>
B<select-filter> ::= I<empty>
| /\[/ B<filter-range> /\]/
@@ -262,7 +262,7 @@
| B<num> /,/ # short for: num,-1
| /,/ B<num> # short for: 1,num
| B<num> /,/ B<num>
-
+
B<num> ::= /^[+-]?[0-9]+/
B<regex> ::= "Regular Expression (PCRE-based)"
|