diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2014-06-04 16:58:53 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2014-06-04 16:58:53 +0900 |
commit | cc615d06db0332fc6e673b55632bcc7bf957b44b (patch) | |
tree | 5f0879b398d4336a2fc15f86b9eaaf6d45bbeebe /man | |
parent | 851b2cf8714618843725f6d067915375485ade9d (diff) |
Rename Option "NoAccel" to "Accel"
Removes the need for a double negation when forcing acceleration on.
Note that this change is backwards compatible, as the option parser
automagically handles the 'No' prefix.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/radeon.man b/man/radeon.man index 65b880cb..802f6c2f 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -225,12 +225,12 @@ are supported: Selects software cursor. The default is .B off. .TP -.BI "Option \*qNoAccel\*q \*q" boolean \*q +.BI "Option \*qAccel\*q \*q" boolean \*q Enables or disables all hardware acceleration. .br -The default is to -.B enable -hardware acceleration. +The default is +.B on +except for HAWAII. .TP .BI "Option \*qZaphodHeads\*q \*q" string \*q Specify the RandR output(s) to use with zaphod mode for a particular driver |