X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fconf.txt;h=31698a62b9d6f4fafb8ad78a6c6b1c535844356d;hb=3588d65e01184342a7907978200eca0a10ad08a2;hp=71358a81c71344b75851d809f9b71df4c06202d1;hpb=df17c554147ac4d68ead793d60ca1f8208bd2e6f;p=libucw.git diff --git a/ucw/doc/conf.txt b/ucw/doc/conf.txt index 71358a81..31698a62 100644 --- a/ucw/doc/conf.txt +++ b/ucw/doc/conf.txt @@ -189,11 +189,12 @@ First element of your structure must be <>. + The first example is list of strings and uses <>: - 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 } };