diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-12-16 01:55:59 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-12-16 09:49:03 +0100 |
commit | 2dddca4a8d5d7550860ec90b401eb29735d1b846 (patch) | |
tree | da1642b7075f72ff2d30257c2d8b631f84a055e9 /man/daemon.xml | |
parent | dd04863e1729c00548d9b7ee819d26915deb260b (diff) |
man: daemon - fix misspellings
Diffstat (limited to 'man/daemon.xml')
-rw-r--r-- | man/daemon.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index f592e7d6e2..7e7039e07a 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -115,7 +115,7 @@ <listitem><para>In the child, call <function>fork()</function> again, to - ensure the daemon can never re-aquire + ensure the daemon can never re-acquire a terminal again.</para></listitem> <listitem><para>Call <function>exit()</function> in the @@ -644,7 +644,7 @@ to the CPU and IO schedulers. If a process executed by the init system shall not negatively impact the amount of CPU or IO - bandwith available to other processes, it + bandwidth available to other processes, it should be configured with <varname>CPUSchedulingPolicy=idle</varname> and/or |