Bug 1036886

Summary: Incorrect command to start tuned at boot in Power Management Guide
Product: [Retired] Fedora Documentation Reporter: Steven Rosenberg <stevenhrosenberg>
Component: power-management-guideAssignee: Petr Bokoc <pbokoc>
Status: CLOSED EOL QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: zach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-07 15:30:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steven Rosenberg 2013-12-02 20:31:44 UTC
Description of problem:

On this page -- http://docs.fedoraproject.org/en-US/Fedora/19/html/Power_Management_Guide/sect-tuned-installation-and-usage.html -- the command to start the tuned utility at boot has two words transposed:

Specifically right here -- http://docs.fedoraproject.org/en-US/Fedora/19/html/Power_Management_Guide/sect-tuned-installation-and-usage.html:

How it reads:

 To enable tuned to start every time the machine boots, type the following command:

systemctl tuned enable

But it should be:

 To enable tuned to start every time the machine boots, type the following command:

systemctl enable tuned

As you can see, the last two words of the command need to be transposed.

Comment 3 Petr Bokoc 2019-11-07 15:30:28 UTC
I'm closing this bug as part of a Bugzilla cleanup effort. The most likely reason is that the bug has been opened either against a component we no longer publish, or against Release Notes for an EOL release.