summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2013-07-11 12:03:40 +0200
committerJulien Cristau <jcristau@debian.org>2013-07-11 12:03:40 +0200
commita4c00b2662a4c7291627899021f10c6a6d4716f3 (patch)
treed0d7865178dd4bf720c84192da953e0f56ccb9e3
parent5d7642ffd0de1d6037f6f98b8733e8a8161e24d3 (diff)
man: replace hyphens with minus signs
Reported-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--man/xbacklight.man24
1 files changed, 12 insertions, 12 deletions
diff --git a/man/xbacklight.man b/man/xbacklight.man
index 2983637..c3aa48e 100644
--- a/man/xbacklight.man
+++ b/man/xbacklight.man
@@ -24,32 +24,32 @@
xbacklight \- adjust backlight brightness using RandR extension
.SH SYNOPSIS
.B "xbacklight"
-[-help] [-display \fIdisplay\fP]
-[-get]
-[-set percent]
-[-inc percent]
-[-dec percent]
+[\-help] [\-display \fIdisplay\fP]
+[\-get]
+[\-set percent]
+[\-inc percent]
+[\-dec percent]
.SH DESCRIPTION
.I Xbacklight
is used to adjust the backlight brightness where supported. It finds all
outputs on the X server supporting backlight brightness control and changes
them all in the same way.
-.IP -get
+.IP \-get
Print out the current backlight brightness of each output with such a
control. The brightness is represented as a percentage of the maximum
brightness supported.
-.IP "-set \fIpercent\fP"
+.IP "\-set \fIpercent\fP"
Sets each backlight brightness to the specified level.
-.IP "-inc \fIpercent\fP"
+.IP "\-inc \fIpercent\fP"
Increases brightness by the specified amount.
-.IP "-dec \fIpercent\fP"
+.IP "\-dec \fIpercent\fP"
Decreases brightness by the specified amount.
-.IP -help
+.IP \-help
Print out a summary of the usage and exit.
-.IP "-time \fImilliseconds\fP"
+.IP "\-time \fImilliseconds\fP"
Length of time to spend fading the backlight between old and new value.
Default is 200.
-.IP "-steps \fInumber\fP"
+.IP "\-steps \fInumber\fP"
Number of steps to take while fading. Default is 20.
.SH "SEE ALSO"
Xrandr(__libmansuffix__)