diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2007-01-02 10:20:00 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-21 16:10:03 -0700 |
commit | c55edac5a9f7d48daf67bba9fb2aebc28d5f10ce (patch) | |
tree | 92a25da15242d5b67abebe34e6c0cff8e56671ff | |
parent | 7a1add2942ad1e8c0f606edd5990a266a1e8a5ac (diff) |
Bug #9524: Markup problems on xset.1x
X.Org Bugzilla #9524 <https://bugs.freedesktop.org/show_bug.cgi?id=9524>
-rw-r--r-- | xset.man | 49 |
1 files changed, 37 insertions, 12 deletions
@@ -31,17 +31,41 @@ xset - user preference utility for X .SH SYNOPSIS .B xset [-display \fIdisplay\fP] -[-b] [b on/off] [b [\fIvolume\fP [\fIpitch\fP [\fIduration\fP]]] -[[-]bc] -[-c] [c on/off] [c [\fIvolume\fP]] -[[+-]dpms] [dpms \fIstandby\fP [\fI suspend\fP [\fI off\fP]]] [dpms force standby/suspend/off/on] -[[-+]fp[-+=] \fIpath\fP[,\fIpath\fP[,...]]] [fp default] [fp rehash] -[[-]led [\fIinteger\fP]] [led on/off] -[m[ouse] [\fIaccel_mult\fP[/\fIaccel_div\fP] [\fIthreshold\fP]]] [m[ouse] default] +.br +[-b] [b {on|off}] [b [\fIvolume\fP [\fIpitch\fP [\fIduration\fP]]]] +.br +[-bc] [bc] +.br +[-c] [c {on|off}] [c [\fIvolume\fP]] +.br +[+dpms] [-dpms] +.br + [dpms \fIstandby\fP [\fI suspend\fP [\fI off\fP]]] + [dpms force {standby|suspend|off|on}] +.br +[fp=\fIpathlist\fP] +[-fp=\fIpathlist\fP] +[+fp=\fIpathlist\fP] +[fp-\fIpathlist\fP] +[fp+\fIpathlist\fP] +.br +[fp default] [fp rehash] +.br +[-led [\fIinteger\fP]] +[+led [\fIinteger\fP]] +.br +[led {on|off}] +.br +[mouse [\fIaccel_mult\fP[/\fIaccel_div\fP] [\fIthreshold\fP]]] [mouse default] +.br [p \fIpixel\fP \fIcolor\fP] -[[-]r [keycode]] [r on/off] [r rate \fIdelay\fP [\fIrate\fP]] -[s [\fIlength\fP [\fIperiod\fP]]] [s blank/noblank] -[s expose/noexpose] [s on/off] [s default] [s activate] [s reset] +.br +[-r [keycode]] [r [keycode]] +[r {on|off}] [r rate \fIdelay\fP [\fIrate\fP]] +.br +[s [\fIlength\fP [\fIperiod\fP]]] [s {blank|noblank}] +[s {expose|noexpose}] [s {on|off}] [s default] [s activate] [s reset] +.br [q] .SH DESCRIPTION This program is used to set various user preference options of the display. @@ -158,8 +182,9 @@ The particular LED values may refer to different LEDs on different hardware. .PP .TP 8 -.B m -The \fBm\fP option controls the mouse parameters. +.B mouse +The \fBm\fP option controls the mouse parameters; it may be +abbreviated to 'm'. The parameters for the mouse are `acceleration' and `threshold'. The acceleration can be specified as an integer, or as a simple fraction. |