X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fopt.txt;h=610ce1ef01976b691fc108b4d95617a5dc7f1ddd;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;hp=74b6b9db0c78f24b3df771728bac0b58d9c85d77;hpb=7421fd3c8aba3cd6cb5503185d86ac13a8a6fcd0;p=libucw.git diff --git a/ucw/doc/opt.txt b/ucw/doc/opt.txt index 74b6b9db..610ce1ef 100644 --- a/ucw/doc/opt.txt +++ b/ucw/doc/opt.txt @@ -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 <>. 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 <>. - <> further specifying behavior of the option (whether it is mandatory, whether it carries a value, whether it can be set repeatedly, etc.).