git: 424d3ca81f4e - main - backlight.8: Fix typo in man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Mar 2026 19:36:38 UTC
The branch main has been updated by pouria:
URL: https://cgit.FreeBSD.org/src/commit/?id=424d3ca81f4e748afd90332fd6c37c944eb3b3cf
commit 424d3ca81f4e748afd90332fd6c37c944eb3b3cf
Author: Salman Sarray <salman@sarray.de>
AuthorDate: 2026-03-11 19:26:29 +0000
Commit: Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org>
CommitDate: 2026-03-15 19:32:06 +0000
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
---
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