diff options
| author | Salman Sarray <salman@sarray.de> | 2026-03-11 19:26:29 +0000 |
|---|---|---|
| committer | Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> | 2026-03-15 19:32:06 +0000 |
| commit | 424d3ca81f4e748afd90332fd6c37c944eb3b3cf (patch) | |
| tree | de4bb9487e4dfc0762f950450b2306163cd08700 | |
| parent | 2e9366982798144764159f9c0faced5f0e208b85 (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.8 | 4 |
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 |
