diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2015-11-11 17:31:34 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2015-11-19 17:17:15 +0900 |
commit | 560b7fe6dc66405762020f00e9a05918a36f3a17 (patch) | |
tree | a7e82dd8e67bdef0da725f7cfc27e15743f0e88d /man | |
parent | ad77ad32c4a723447d3191d527cfa6de9f54d7ce (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.
(ported from radeon commit cc615d06db0332fc6e673b55632bcc7bf957b44b)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/amdgpu.man | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/amdgpu.man b/man/amdgpu.man index 3373b63..4e95ead 100644 --- a/man/amdgpu.man +++ b/man/amdgpu.man @@ -44,12 +44,11 @@ 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. .TP .BI "Option \*qZaphodHeads\*q \*q" string \*q |