From be00d3cb950d2f2894a0f58171160c419b1a5f8b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 19 Feb 2009 17:15:46 +0100 Subject: [PATCH] Config parser: Document :reset. --- ucw/doc/config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ucw/doc/config.txt b/ucw/doc/config.txt index f912befd..7bf63691 100644 --- a/ucw/doc/config.txt +++ b/ucw/doc/config.txt @@ -121,6 +121,7 @@ the name of the operation. The following operations are supported: List:after { attr1=search1 } { ... } # insert a node after a found node List:before { attr1=search1 } { ... } # insert a node before a found node List:copy { attr1=search1 } { ... } # duplicate a node and edit the copy + List:reset { attr=value1; ... } # equivalent to :clear and :append You can specify several attributes in the search condition and the nodes are tested for equality in all these attributes. In the editing -- 2.39.2