summaryrefslogtreecommitdiff
path: root/man/systemd.resource-control.xml
diff options
context:
space:
mode:
authorDavid Strauss <david@davidstrauss.net>2014-10-15 16:50:44 +0200
committerDavid Strauss <david@davidstrauss.net>2014-10-15 16:50:44 +0200
commit80d3d25d0989c25245bd27df006dcaa8c4a5c14a (patch)
tree11fc09575ce8b128b0c91fad4e2f97e07de65957 /man/systemd.resource-control.xml
parent97426dcfca64b2a259d81335da1dab63fe6f51dd (diff)
man: fix copy/paste error in CPUQuota= section of resource-control
Diffstat (limited to 'man/systemd.resource-control.xml')
-rw-r--r--man/systemd.resource-control.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index e91c260bf1..968b328dd9 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -155,7 +155,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
see <ulink
url="https://www.kernel.org/doc/Documentation/scheduler/sched-design-CFS.txt">sched-design-CFS.txt</ulink>.</para>
- <para>Example: <varname>CPUShares=20%</varname> ensures that
+ <para>Example: <varname>CPUQuota=20%</varname> ensures that
the executed processes will never get more than 20% CPU time
on one CPU.</para>