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
This commit is contained in:
committed by
Pouria Mousavizadeh Tehrani
parent
2e93669827
commit
424d3ca81f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user