https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253736

David Schlachter <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from David Schlachter <[email protected]> ---
Appears to be by design, see line 199 of usr.bin/backlight/backlight.c:

    percent = percent == 0 ? 10 : percent;

If this behavior isn't changed to do nothing instead, it should maybe be
documented on the man page. I imagine the idea is to incr/decr by 10 only if no
percentage is provided, rather than to do this specifically given a percentage
of zero.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to