From 424d3ca81f4e748afd90332fd6c37c944eb3b3cf Mon Sep 17 00:00:00 2001 From: Salman Sarray Date: Wed, 11 Mar 2026 20:26:29 +0100 Subject: [PATCH] backlight.8: Fix typo in man Increment and decrement where swapped. Signed-off-by: Salman Sarray Reviewed by: ziaee, Christos Longros 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 25fa91c0060..291d1628d5e 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