diff options
author | Michael Biebl <biebl@debian.org> | 2018-06-12 16:19:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-12 16:31:30 +0200 |
commit | 1b2ad5d9a58a0f51e3515f8875051aa284f0b831 (patch) | |
tree | e7f56712dccbfdeacd85c70d22b7f87c6c806446 /man/systemd-nspawn.xml | |
parent | Merge pull request #9270 from mbiebl/typo-fixes (diff) | |
download | systemd-1b2ad5d9a58a0f51e3515f8875051aa284f0b831.tar.xz systemd-1b2ad5d9a58a0f51e3515f8875051aa284f0b831.zip |
doc: more spelling fixes
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index f15ce2eb92..24913f3eee 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -774,10 +774,10 @@ <replaceable>LIMIT</replaceable> should refer to a resource limit type, such as <constant>RLIMIT_NOFILE</constant> or <constant>RLIMIT_NICE</constant>. The <replaceable>SOFT</replaceable> and <replaceable>HARD</replaceable> fields should refer to the numeric soft and hard resource limit values. If the - second form is used, <replaceable>VALUE</replaceable> may specifiy a value that is used both as soft and hard + second form is used, <replaceable>VALUE</replaceable> may specify a value that is used both as soft and hard limit. In place of a numeric value the special string <literal>infinity</literal> may be used to turn off resource limiting for the specific type of resource. This command line option may be used multiple times to - control limits on multiple limit types. If used multiple times for the same limit type, the last last use + control limits on multiple limit types. If used multiple times for the same limit type, the last use wins. For details about resource limits see <citerefentry project='man-pages'><refentrytitle>setrlimit</refentrytitle><manvolnum>2</manvolnum></citerefentry>. By default resource limits for the container's init process (PID 1) are set to the same values the Linux kernel originally |