]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/config.txt
hashtable: Updated docs.
[libucw.git] / ucw / doc / config.txt
index 4e036cad147a26ce7e755e32ed99602c5f9ab4a3..7bf6369133dea6362e5d97e1b53ca80afc3754fa 100644 (file)
@@ -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
@@ -129,7 +130,8 @@ or specify the new values using the shorter one-line syntax.
 
 The commands :clear, :append, and :prepend are also supported by var-length
 arrays.  The command :clear can also be used on string values.  The following
-operations can be used on bitmaps: :set, :remove, :clear, and :all.
+operations can be used on bitmaps: :set (which is equal to :append and :prepend),
+:remove, :clear, and :all (set all bits).
 
 [[include]]
 Including other files