]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/opt.txt
Redblack: Added search_up
[libucw.git] / ucw / doc / opt.txt
index 74b6b9db0c78f24b3df771728bac0b58d9c85d77..610ce1ef01976b691fc108b4d95617a5dc7f1ddd 100644 (file)
@@ -65,7 +65,7 @@ Most options have the following properties:
 - Long name: an arbitrary string. Set to NULL if the option has no long form.
 - Variable, where the value of the option shall be stored, together with
   its <<conf:enum_cf_type,data type>>. The type is either one of the conventional
-  types (`int`, `uns`, etc.), or a user-defined type providing its own parser
+  types (`int`, `uint`, etc.), or a user-defined type providing its own parser
   function via <<conf:struct_cf_user_type,`cf_user_type`>>.
 - <<flags,Flags>> further specifying behavior of the option (whether it is mandatory,
   whether it carries a value, whether it can be set repeatedly, etc.).