aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalman Sarray <salman@sarray.de>2026-03-11 19:26:29 +0000
committerPouria Mousavizadeh Tehrani <pouria@FreeBSD.org>2026-03-15 19:32:06 +0000
commit424d3ca81f4e748afd90332fd6c37c944eb3b3cf (patch)
treede4bb9487e4dfc0762f950450b2306163cd08700
parent2e9366982798144764159f9c0faced5f0e208b85 (diff)
backlight.8: Fix typo in man
Increment and decrement where swapped. Signed-off-by: Salman Sarray <salman@sarray.de> Reviewed by: ziaee, Christos Longros <chris.longros@gmail.com> Pull Request: https://github.com/freebsd/freebsd-src/pull/2072
-rw-r--r--usr.bin/backlight/backlight.84
1 files 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