]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/conf.txt
hashtable: Documented HASH_TABLE_VARS.
[libucw.git] / ucw / doc / conf.txt
index 71358a81c71344b75851d809f9b71df4c06202d1..31698a62b9d6f4fafb8ad78a6c6b1c535844356d 100644 (file)
@@ -189,11 +189,12 @@ First element of your structure must be <<clist:type_cnode,`cnode`>>.
 +
 The first example is list of strings and uses <<clist:simple,simple
 lists>>:
-  struct clist list;
++
+  static struct clist list;
 +
   static struct cf_section section = {
     CF_ITEMS {
-      CF_LIST("list", &list, &cf_string_list_cofnig),
+      CF_LIST("list", &list, &cf_string_list_config),
       CF_END
     }
   };