Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
show more ...
backlight(8): Update usage() to match the manual pageMFC after: 1 week
backlight.8: Show all possible modes in synopsisMFC after: 1 week
backlight.8: Standardize synopsis and improve examplesMFC after: 1 week
backlight.8: Fix description of -fIf an unqualified name is provided, /dev/backlight/ is automaticallyprepended instead of /dev/backlight.MFC after: 3 days
backlight: Remove set but not used variable
Improve the wording for showing the brightness levelReviewed by: allanjude
backlight(8): Add note that with option it print the current brightness.MFC after: 3 daysPR: 253737
backlight: Fix incr/decr with percent value of 0This now does nothing instead of incr/decr by 10%MFC After: 3 daysPR: 253736
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