On Tue, Jan 20, 2026 at 2:54 PM Chao Li <li.evan.chao@gmail.com> wrote:
> I am sorry maybe I didn’t express myself clear. But in v4, this problem is clearer:
>
> 1 - 0001
> ```
> /*
> - * Allow 0, 1, "true", "false", "on", "off", a non-negative integer, or
> - * "match".
> + * Allow 0, 1, "true", "false", "on", "off", an integer greater than or
> + * equal to zero, or "match".
> */
> ```
>
> Here, “0, 1” is a duplicate of “an integer greater than or equal to zero”, so the commend can be simplified as:
Yeah, the latest patch I attached upthread updates this comment and
removes "0, 1" from it.
Regards,
--
Fujii Masao