1
0
Fork 0

man: minor formatting fixes

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2014-10-15 15:12:46 +02:00
parent e03909676a
commit b1a23dd6f4
6 changed files with 24 additions and 24 deletions

View file

@ -20,7 +20,7 @@
.\"
.TH TUNED_ADM "1" "15 Oct 2014" "Linux Programmer's Manual"
.SH NAME
tuned-adm \- commandline tool for switching between different tuning profiles
tuned\-adm - commandline tool for switching between different tuning profiles
.SH SYNOPSIS
.B tuned-adm
.B
@ -54,13 +54,13 @@ Switch off all ktune and tuned settings and remove them from services. The confi
.SH "FILES"
.nf
/etc/tune-profiles/*
/etc/tune\-profiles/*
.SH "SEE ALSO"
.BR tuned (8)
.BR tuned-profiles (7)
.BR tuned-profiles-sap (7)
.BR tuned-profiles-sap-hana (7)
.BR tuned\-profiles (7)
.BR tuned\-profiles\-sap (7)
.BR tuned\-profiles\-sap\-hana (7)
.SH AUTHOR
.NF
Marcela Mašláňová <mmaslano@redhat.com>

View file

@ -45,7 +45,7 @@ recieve offload for the network adapter.
.SH "FILES"
.NF
/etc/tune-profiles/*
/etc/tune\-profiles/*
.SH "SEE ALSO"
.BR tuned (8)

View file

@ -39,43 +39,43 @@ At the moment we're providing the following pre defined profiles:
This is the default powersaving profile. It is the lowest of the available profiles in regard to powersaving and only enables CPU and disk plugins of tuned. This is not the same as 'tuned-adm off', where tuned and ktune services are disabled.
.TP
.BI "desktop-powersave"
.BI "desktop\-powersave"
A powersaving profile directed at desktop systems. Enables ALPM powersaving for SATA host adapters as well as the CPU, ethernet and disk plugins of tuned.
.TP
.BI server-powersave
.BI server\-powersave
A powersaving profile directed at server systems. Enables ALPM powersaving for SATA host adapters, and activates the CPU and disk plugins of tuned.
.TP
.BI laptop-ac-powersave
.BI laptop\-ac\-powersave
Medium powersaving profile directed at laptops running on AC. Enables ALPM powersaving for SATA host adapters, WiFi power saving as well as CPU, ethernet and disk plugins of tuned.
.TP
.BI laptop-battery-powersave
.BI laptop\-battery\-powersave
Strong powersaving profile directed at laptops running on battery. It activates all power saving mechanisms from the previous profiles plus it enables multi core power savings scheduler for low wakeup systems and makes sure the ondemand governor is active and the AC97 audio power saving is enabled. This profile can be used for any kind of system, not only laptops on battery power in order to save the maximum amount of power. The tradeoff for this profile is a noticeable impact on performance, specifically latency of disk and network IO.
.TP
.BI "spindown-disk"
.BI "spindown\-disk"
Strong powersaving profile directed at machines with classic HDDs. It enables aggressive disk spin-down. Disk writeback values are increased and disk swappiness is lowered. Log syncing is disabled. All partitions are remounted with 'noatime' option. All tuned plugins are disabled.
.TP
.BI throughput-performance
.BI throughput\-performance
Server profile for typical throughput performance tuning. Disables tuned and ktune power saving mechanisms and enables sysctl settings that improve the throughput performance of your disk and network IO and switches to the deadline scheduler. CPU governor is set to performance.
.TP
.BI latency-performance
.BI latency\-performance
Server profile for typical latency performance tuning. Disables tuned and ktune power saving mechanisms and enables deadline IO scheduler. CPU governor is set to performance.
.TP
.BI "enterprise-storage"
.BI "enterprise\-storage"
Server profile for high disk throughput performace tuning. Disables tuned and ktune power saving mechanisms and enables deadline IO scheduler. Enables hugepages and disables disk barriers. Disk readahead values are increased. CPU governor is set to performance.
.TP
.BI "virtual-guest"
.BI "virtual\-guest"
Profile optimized for virtual guests based on enterprise-storage profile. It additionally decreases virtual memory swapiness.
.TP
.BI "virtual-host"
.BI "virtual\-host"
Profile optimized for virtual hosts based on enterprise-storage profile. It additionally decreases virtual memory swapiness and enables more aggresive writeback of dirty pages.
.SH "FILES"

View file

@ -1,6 +1,6 @@
.TH "tuned" "8" "25 Feb 2009" "Phil Knirsch" "Adaptive system tuning daemon"
.SH NAME
tuned \- dynamic adaptive system tuning daemon
tuned - dynamic adaptive system tuning daemon
.SH SYNOPSIS
\fBtuned\fP [\fIoptions\fP]
.SH DESCRIPTION
@ -18,14 +18,14 @@ Several pre defined profiles have already been included, but new ones can easily
be added or existing ones modified. For more details look at tuned-adm(1).
.SH OPTIONS
.TP 12
.BI \-d "\fR, \fP" \--daemon
.BI \-d "\fR, \fP" \-\-daemon
This options starts tuned as a daemon as opposed to
in the foreground without forking at startup.
.TP 12
.BI \-c "\fR, \fP" \--conffile=" conffile"
.BI \-c "\fR, \fP" \-\-conffile=" conffile"
Specify the name and path of the configuration file, default is \fB/etc/tuned.conf\fR.
.TP 12
.BI \-D "\fR, \fP" \--debug
.BI \-D "\fR, \fP" \-\-debug
Sets the highest logging level. This could be very useful when having trouble with tuned.
.SH "FILES"
.nf
@ -34,7 +34,7 @@ Sets the highest logging level. This could be very useful when having trouble wi
.SH "SEE ALSO"
.LP
tuned.conf(5)
tuned-adm(1)
tuned\-adm(1)
.SH AUTHOR
Written by Phil Knirsch <pknirsch@redhat.com>.
.SH REPORTING BUGS

View file

@ -1,7 +1,7 @@
.TH "tuned.conf" "5" "26 Feb 2009" "Phil Knirsch" "tuned configuration file"
.SH "NAME"
.LP
\fBtuned.conf\fR \- Configuration file for \fBtuned(8)\fR.
\fBtuned.conf\fR - Configuration file for \fBtuned(8)\fR.
.SH "DESCRIPTION"
.LP
The tuned configuration file is by default found at \fB/etc/tuned.conf\fR.
@ -49,7 +49,7 @@ between 10Mbps mode (saves power) and maximal speed mode.
/etc/tuned.conf
.SH "SEE ALSO"
.LP
tuned(8) tuned-adm(1)
tuned(8) tuned\-adm(1)
.SH AUTHOR
Written by Phil Knirsch <pknirsch@redhat.com>.
.SH REPORTING BUGS

View file

@ -1,6 +1,6 @@
.TH "varnetload" "8" "13 Jan 2011" "Phil Knirsch" "Tool to create reproducable network traffic"
.SH NAME
varnetload \- tool to create reproducable network traffic
varnetload - tool to create reproducable network traffic
.SH SYNOPSIS
\fBvarnetload\fP [\fI-d delay\fP] [\fI-t time to run\fP] [\fI-u url\fP]
.SH DESCRIPTION