diff options
author | Michael Biebl <biebl@debian.org> | 2010-09-03 16:30:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-06 03:13:14 +0200 |
commit | 96d4ce01103ebebe9335fb321667043bb620c06b (patch) | |
tree | 77e1a597c2db72faf9bf811f2f2413ff50e287c2 /man | |
parent | f10814d9e00eee75773a0f3cf652236ee1a5fca8 (diff) |
man: Fix small typo: s/seperate/separate/
Diffstat (limited to 'man')
-rw-r--r-- | man/runlevel.xml | 2 | ||||
-rw-r--r-- | man/sd_notify.xml | 2 | ||||
-rw-r--r-- | man/systemctl.xml | 2 | ||||
-rw-r--r-- | man/systemd.conf.xml | 2 | ||||
-rw-r--r-- | man/systemd.exec.xml | 16 | ||||
-rw-r--r-- | man/systemd.mount.xml | 2 | ||||
-rw-r--r-- | man/systemd.service.xml | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/man/runlevel.xml b/man/runlevel.xml index 51bc3ed9f0..160d1b14e7 100644 --- a/man/runlevel.xml +++ b/man/runlevel.xml @@ -59,7 +59,7 @@ <para><command>runlevel</command> prints the previous and current SysV runlevel if they are known.</para> - <para>The two runlevel characters are seperated by a + <para>The two runlevel characters are separated by a single space character. If a runlevel cannot be determined, N is printed instead. If neither can be determined, the word "unknown" is printed.</para> diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 7c1d982d85..c060bbad27 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -87,7 +87,7 @@ processes.</para> <para>The <parameter>state</parameter> parameter - should contain an newline-seperated list of variable + should contain an newline-separated list of variable assignments, similar in style to an environment block. A trailing newline is implied if none is specified. The string may contain any kind of variable diff --git a/man/systemctl.xml b/man/systemctl.xml index 88bc48fca5..2eb153e738 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -445,7 +445,7 @@ does not have the effect that any of the units enabled are also started at the same time. If this is desired a - seperate <command>start</command> + separate <command>start</command> command must be invoked for the unit.</para> diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index 95a2e5261b..399cae0a6c 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -96,7 +96,7 @@ <listitem><para>Configures the initial CPU affinity for the init - process. Takes a space-seperated list + process. Takes a space-separated list of CPU indexes.</para></listitem> </varlistentry> </variablelist> diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index c71d42912b..38b9e06086 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -122,7 +122,7 @@ <listitem><para>Sets the supplementary Unix groups the processes are executed - as. This takes a space seperated list + as. This takes a space separated list of group names or IDs. This option may be specified more than once in which case all listed groups are set as @@ -234,7 +234,7 @@ <listitem><para>Controls the CPU affinity of the executed - processes. Takes a space-seperated + processes. Takes a space-separated list of CPU indexes. See <citerefentry><refentrytitle>sched_setaffinity</refentrytitle><manvolnum>2</manvolnum></citerefentry> for details.</para></listitem> @@ -256,7 +256,7 @@ <listitem><para>Sets environment variables for executed - processes. Takes a space-seperated + processes. Takes a space-separated list of variable assignments. This option may be specified more than once in which case all listed variables @@ -272,7 +272,7 @@ <varname>Environment=</varname> but reads the environment variables from a text file. The text file should - contain new-line seperated variable + contain new-line separated variable assignments. Empty lines and lines starting with ; or # will be ignored, which may be used for @@ -618,7 +618,7 @@ <listitem><para>Controls the control groups the executed processes shall be made members of. Takes a - space-seperated list of cgroup + space-separated list of cgroup identifiers. A cgroup identifier has a format like <filename>cpu:/foo/bar</filename>, @@ -637,7 +637,7 @@ arbitrary hierachies -- which can be configured externally with additional execution limits. By default systemd will place all executed - processes in seperate per-unit control + processes in separate per-unit control groups (named after the unit) in the systemd named hierarchy. Since every process can be in one group per @@ -660,7 +660,7 @@ to limit access a process might have to the main file-system hierarchy. Each setting takes a - space-seperated list of absolute + space-separated list of absolute directory paths. Directories listed in <varname>ReadWriteDirectories=</varname> are accessible from within the @@ -677,7 +677,7 @@ restricting access with these options does not extend to submounts of a directory. You must list submounts - seperately in these setttings to + separately in these setttings to ensure the same limited access. These options may be specified more than once in which case all directories diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 70170bb865..323f232878 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -180,7 +180,7 @@ <listitem><para>Mount options to use when mounting. This takes a comma - seperated list of options. This + separated list of options. This setting is optional.</para></listitem> </varlistentry> diff --git a/man/systemd.service.xml b/man/systemd.service.xml index c0fc9a989c..d6c0e3fd94 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -290,7 +290,7 @@ by the string value of the environment variable of the same name. Also <literal>$FOO</literal> may appear as - seperate word on the command line in + separate word on the command line in which case the variable is replaced by its value split at whitespaces.</para></listitem> @@ -306,7 +306,7 @@ command lines may be concatenated in a single directive, by seperating them by semicolons (these semicolons must - be passed as seperate words). In that + be passed as separate words). In that case, the commands are executed one after the other, serially. Alternatively, these |