1
0
Fork 0

Tweak the terminology around Tuned and its components; RHBZ#1680386

This commit is contained in:
Marek Suchánek 2019-04-30 19:56:34 +02:00
parent 954ea7ea5d
commit 4e29b68669
5 changed files with 19 additions and 4 deletions

View file

@ -16,3 +16,18 @@ This generates the `master.html` file, which you can open with your web browser.
The `master.adoc` file is the main entry point for the documentation. It _includes_ (or, imports, loads) _assembly_ files from the `assemblies/` directory, which represent user stories. These assembly files then include _modules_ located in `modules/performance/`. Modules are reusable sections of content representing a concept, a procedure, or a reference.
== Naming conventions
Use the following naming conventions when referring to Tuned and its components in the documentation:
* "the *Tuned* application", referring to the complete set of software, including executables, profiles, scripts, documentation, artwork, etc. Written as `the \*Tuned* application` in AsciiDoc, because application names are in bold text.
* "the Tuned project", referring to the developers and contributors, the web pages, repositories, planning, etc.
* "the `tuned` service", referring to the `tuned.service` systemd unit and the `tuned` executable
* "the `tuned-adm` utility", referring to the `tuned-adm` executable
* "the `tuned` and `tuned-adm` commands", referring to the text typed into the terminal to run components of Tuned
This is consistent with other naming schemes. For example, consider "the Firefox application" vs. "the `firefox` command".

View file

@ -5,7 +5,7 @@
:context: getting-started-with-tuned
As a system administrator, you can use the *Tuned* service to optimize the performance profile of your system for a variety of use cases.
As a system administrator, you can use the *Tuned* application to optimize the performance profile of your system for a variety of use cases.
// [id='prerequisites-{context}']
// == Prerequisites

View file

@ -19,7 +19,7 @@ include::meta/attributes.adoc[]
// Abstract (Preamble):
This documentation explains how to use the *Tuned* service to monitor and optimize the throughput, latency, and power consumption of your system in different scenarios.
This documentation explains how to use the *Tuned* application to monitor and optimize the throughput, latency, and power consumption of your system in different scenarios.
// The following is copied from the standard Red Hat legal notice
// as used in all Red Hat documentation.

View file

@ -1,7 +1,7 @@
[id="installing-and-enabling-tuned_{context}"]
= Installing and enabling Tuned
This procedure installs and enables the *Tuned* service, installs *Tuned* profiles, and presets a default *Tuned* profile for your system.
This procedure installs and enables the *Tuned* application, installs *Tuned* profiles, and presets a default *Tuned* profile for your system.
// [discrete]
// == Prerequisites

View file

@ -1,7 +1,7 @@
[id="built-in-functions-available-in-tuned-profiles_{context}"]
= Built-in functions available in Tuned profiles
The following built-in functions are available in all Tuned profiles:
The following built-in functions are available in all *Tuned* profiles:
`PROFILE_DIR`::
Returns the directory path where the profile and the `tuned.conf` file are located.