backlight(8): Add note that with option it print the current brightness.MFC after: 3 daysPR: 253737(cherry picked from commit 1df30489a8f7083c98010c94d9ce522f9e8213dc)
backlight: Fix incr/decr with percent value of 0This now does nothing instead of incr/decr by 10%MFC After: 3 daysPR: 253736(cherry picked from commit 3b005d51bd0fe4d8d19fb2df4d470b6
backlight: Fix incr/decr with percent value of 0This now does nothing instead of incr/decr by 10%MFC After: 3 daysPR: 253736(cherry picked from commit 3b005d51bd0fe4d8d19fb2df4d470b6e8baebf16)
show more ...
Clean up backlight.8- Sort flags- Stylize incr|+ and decr|- properly- Add a missing period at the end of the description- Use the standard layout for the EXAMPLES section (remove the list macro
Clean up backlight.8- Sort flags- Stylize incr|+ and decr|- properly- Add a missing period at the end of the description- Use the standard layout for the EXAMPLES section (remove the list macro and add indentation to the code block)
backlight: check the lenght if the input before trimming '%'Reported by: hpsReviewed by: manuDifferential Revision: https://reviews.freebsd.org/D26693
backlight: accept '%' in the brightness input valueImprove friendlyness of the command line by accepting the percent brightnessin both format: with or without a trailing '%'Reviewed by: manuDif
backlight: accept '%' in the brightness input valueImprove friendlyness of the command line by accepting the percent brightnessin both format: with or without a trailing '%'Reviewed by: manuDifferential Revision: https://reviews.freebsd.org/D26692
Add backlight(8)This tool is used to configure registered backlights.It can incr/decr (default to 10%) or accept a percentage value directly.Reviewed by: manpages (gbe@)Relnotes: yesSponsored
Add backlight(8)This tool is used to configure registered backlights.It can incr/decr (default to 10%) or accept a percentage value directly.Reviewed by: manpages (gbe@)Relnotes: yesSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D26251