The branch main has been updated by pouria:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=424d3ca81f4e748afd90332fd6c37c944eb3b3cf

commit 424d3ca81f4e748afd90332fd6c37c944eb3b3cf
Author:     Salman Sarray <[email protected]>
AuthorDate: 2026-03-11 19:26:29 +0000
Commit:     Pouria Mousavizadeh Tehrani <[email protected]>
CommitDate: 2026-03-15 19:32:06 +0000

    backlight.8: Fix typo in man
    
    Increment and decrement where swapped.
    
    Signed-off-by: Salman Sarray <[email protected]>
    Reviewed by: ziaee, Christos Longros <[email protected]>
    Pull Request: https://github.com/freebsd/freebsd-src/pull/2072
---
 usr.bin/backlight/backlight.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/backlight/backlight.8 b/usr.bin/backlight/backlight.8
index 25fa91c0060c..291d1628d5ea 100644
--- a/usr.bin/backlight/backlight.8
+++ b/usr.bin/backlight/backlight.8
@@ -73,10 +73,10 @@ A trailing
 .Dq %
 is valid.
 .It Cm incr Ns | Ns Cm + Op Ar value
-Decrement the backlight level.
+Increment the backlight level.
 If no value is specified a default of 10 percent is used.
 .It Cm decr Ns | Ns Cm - Op Ar value
-Increment the backlight level.
+Decrement the backlight level.
 If no value is specified a default of 10 percent is used.
 .El
 .Sh EXAMPLES

Reply via email to