tuned-adm: Add missing entries in the OPTIONS section
Add missing options profile_info, auto_profile and profile mode in the OPTIONS section of the man page. Resolves: rhbz#2075774 Signed-off-by: Vaibhav Nagare <vnagare@redhat.com>
This commit is contained in:
parent
d04b978c6a
commit
9671f98af2
1 changed files with 13 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
tuned\-adm - command line tool for switching between different tuning profiles
|
||||
.SH SYNOPSIS
|
||||
.B tuned\-adm
|
||||
.RB [ list " | " active " | " "profile \fI[profile]\fP..." " | " off " | " verify " | " recommend ]
|
||||
.RB [ list " | " active " | " "profile \fI[profile]\fP..." " | " "profile_info \fI[profile]\fP..." " | " off " | " verify " | " recommend ]
|
||||
|
||||
.SH DESCRIPTION
|
||||
This command line utility allows you to switch between user definable tuning
|
||||
|
|
@ -71,6 +71,10 @@ profile is given, then all available profiles are listed. If the
|
|||
profile given is not valid, the command gracefully exits without
|
||||
performing any operation.
|
||||
|
||||
.TP
|
||||
.BI "profile_info " [PROFILE_NAME] ...
|
||||
Show information/description of given profile or current profile if no profile is specified.
|
||||
|
||||
.TP
|
||||
.B verify
|
||||
Verifies current profile against system settings. Outputs information whether
|
||||
|
|
@ -96,6 +100,14 @@ name in both directories, the one from \fI/etc/tuned/recommend.d\fP is used)
|
|||
and the files are evaluated in alphabetical order. The first matching
|
||||
entry is used.
|
||||
|
||||
.TP
|
||||
.B auto_profile
|
||||
Enable automatic profile selection mode, switch to the recommended profile.
|
||||
|
||||
.TP
|
||||
.B profile_mode
|
||||
Show current profile selection mode.
|
||||
|
||||
.TP
|
||||
.B off
|
||||
Unload tunings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue