man: Fix small typo: s/seperate/separate/

This commit is contained in:
Michael Biebl 2010-09-03 16:30:48 +02:00 committed by Lennart Poettering
parent f10814d9e0
commit 96d4ce0110
12 changed files with 20 additions and 20 deletions

View File

@ -59,7 +59,7 @@
<para><command>runlevel</command> prints the previous <para><command>runlevel</command> prints the previous
and current SysV runlevel if they are known.</para> 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 single space character. If a runlevel cannot be
determined, N is printed instead. If neither can be determined, N is printed instead. If neither can be
determined, the word "unknown" is printed.</para> determined, the word "unknown" is printed.</para>

View File

@ -87,7 +87,7 @@
processes.</para> processes.</para>
<para>The <parameter>state</parameter> parameter <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 assignments, similar in style to an environment
block. A trailing newline is implied if none is block. A trailing newline is implied if none is
specified. The string may contain any kind of variable specified. The string may contain any kind of variable

View File

@ -445,7 +445,7 @@
does not have the effect that any of does not have the effect that any of
the units enabled are also started at the units enabled are also started at
the same time. If this is desired a the same time. If this is desired a
seperate <command>start</command> separate <command>start</command>
command must be invoked for the command must be invoked for the
unit.</para> unit.</para>

View File

@ -96,7 +96,7 @@
<listitem><para>Configures the initial <listitem><para>Configures the initial
CPU affinity for the init CPU affinity for the init
process. Takes a space-seperated list process. Takes a space-separated list
of CPU indexes.</para></listitem> of CPU indexes.</para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>

View File

@ -122,7 +122,7 @@
<listitem><para>Sets the supplementary <listitem><para>Sets the supplementary
Unix groups the processes are executed 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 of group names or IDs. This option may
be specified more than once in which be specified more than once in which
case all listed groups are set as case all listed groups are set as
@ -234,7 +234,7 @@
<listitem><para>Controls the CPU <listitem><para>Controls the CPU
affinity of the executed affinity of the executed
processes. Takes a space-seperated processes. Takes a space-separated
list of CPU indexes. See list of CPU indexes. See
<citerefentry><refentrytitle>sched_setaffinity</refentrytitle><manvolnum>2</manvolnum></citerefentry> <citerefentry><refentrytitle>sched_setaffinity</refentrytitle><manvolnum>2</manvolnum></citerefentry>
for details.</para></listitem> for details.</para></listitem>
@ -256,7 +256,7 @@
<listitem><para>Sets environment <listitem><para>Sets environment
variables for executed variables for executed
processes. Takes a space-seperated processes. Takes a space-separated
list of variable assignments. This list of variable assignments. This
option may be specified more than once option may be specified more than once
in which case all listed variables in which case all listed variables
@ -272,7 +272,7 @@
<varname>Environment=</varname> but <varname>Environment=</varname> but
reads the environment variables from a reads the environment variables from a
text file. The text file should text file. The text file should
contain new-line seperated variable contain new-line separated variable
assignments. Empty lines and lines assignments. Empty lines and lines
starting with ; or # will be ignored, starting with ; or # will be ignored,
which may be used for which may be used for
@ -618,7 +618,7 @@
<listitem><para>Controls the control <listitem><para>Controls the control
groups the executed processes shall be groups the executed processes shall be
made members of. Takes a made members of. Takes a
space-seperated list of cgroup space-separated list of cgroup
identifiers. A cgroup identifier has a identifiers. A cgroup identifier has a
format like format like
<filename>cpu:/foo/bar</filename>, <filename>cpu:/foo/bar</filename>,
@ -637,7 +637,7 @@
arbitrary hierachies -- which can be arbitrary hierachies -- which can be
configured externally with additional execution limits. By default configured externally with additional execution limits. By default
systemd will place all executed systemd will place all executed
processes in seperate per-unit control processes in separate per-unit control
groups (named after the unit) in the groups (named after the unit) in the
systemd named hierarchy. Since every systemd named hierarchy. Since every
process can be in one group per process can be in one group per
@ -660,7 +660,7 @@
to limit access a process might have to limit access a process might have
to the main file-system to the main file-system
hierarchy. Each setting takes a hierarchy. Each setting takes a
space-seperated list of absolute space-separated list of absolute
directory paths. Directories listed in directory paths. Directories listed in
<varname>ReadWriteDirectories=</varname> <varname>ReadWriteDirectories=</varname>
are accessible from within the are accessible from within the
@ -677,7 +677,7 @@
restricting access with these options restricting access with these options
does not extend to submounts of a does not extend to submounts of a
directory. You must list submounts directory. You must list submounts
seperately in these setttings to separately in these setttings to
ensure the same limited access. These ensure the same limited access. These
options may be specified more than options may be specified more than
once in which case all directories once in which case all directories

View File

@ -180,7 +180,7 @@
<listitem><para>Mount options to use <listitem><para>Mount options to use
when mounting. This takes a comma when mounting. This takes a comma
seperated list of options. This separated list of options. This
setting is optional.</para></listitem> setting is optional.</para></listitem>
</varlistentry> </varlistentry>

View File

@ -290,7 +290,7 @@
by the string value of the environment by the string value of the environment
variable of the same name. Also variable of the same name. Also
<literal>$FOO</literal> may appear as <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 which case the variable is replaced by
its value split at its value split at
whitespaces.</para></listitem> whitespaces.</para></listitem>
@ -306,7 +306,7 @@
command lines may be concatenated in a command lines may be concatenated in a
single directive, by seperating them single directive, by seperating them
by semicolons (these semicolons must 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 case, the commands are executed one
after the other, after the other,
serially. Alternatively, these serially. Alternatively, these

View File

@ -58,7 +58,7 @@ struct init_request_bsd {
/* /*
* Because of legacy interfaces, "runlevel" and "sleeptime" * Because of legacy interfaces, "runlevel" and "sleeptime"
* aren't in a seperate struct in the union. * aren't in a separate struct in the union.
* *
* The weird sizes are because init expects the whole * The weird sizes are because init expects the whole
* struct to be 384 bytes. * struct to be 384 bytes.

View File

@ -514,7 +514,7 @@ static int process_event(Server *s, struct epoll_event *ev) {
/* Yes, this is a bit ugly, we assume that that valid pointers /* Yes, this is a bit ugly, we assume that that valid pointers
* are > SD_LISTEN_FDS_START+SERVER_FD_MAX. Which is certainly * are > SD_LISTEN_FDS_START+SERVER_FD_MAX. Which is certainly
* true on Linux (and probably most other OSes, too, since the * true on Linux (and probably most other OSes, too, since the
* first 4k usually are part of a seperate null pointer * first 4k usually are part of a separate null pointer
* dereference page. */ * dereference page. */
if (PTR_TO_INT(ev->data.ptr) >= SD_LISTEN_FDS_START && if (PTR_TO_INT(ev->data.ptr) >= SD_LISTEN_FDS_START &&

View File

@ -171,7 +171,7 @@ int sd_is_socket_unix(int fd, int type, int listening, const char *path, size_t
/* /*
Informs systemd about changed daemon state. This takes a number of Informs systemd about changed daemon state. This takes a number of
newline seperated environment-style variable assignments in a newline separated environment-style variable assignments in a
string. The following variables are known: string. The following variables are known:
READY=1 Tells systemd that daemon startup is finished (only READY=1 Tells systemd that daemon startup is finished (only

View File

@ -50,7 +50,7 @@ int main(int argc, char*argv[]) {
/* Verify that merged entries can be /* Verify that merged entries can be
* merged with the same entries they * merged with the same entries they
* can be merged with seperately */ * can be merged with separately */
assert(!job_type_is_mergeable(a, c) || job_type_is_mergeable(d, c)); assert(!job_type_is_mergeable(a, c) || job_type_is_mergeable(d, c));
assert(!job_type_is_mergeable(b, c) || job_type_is_mergeable(d, c)); assert(!job_type_is_mergeable(b, c) || job_type_is_mergeable(d, c));

View File

@ -338,7 +338,7 @@ struct UnitVTable {
void (*shutdown)(Manager *m); void (*shutdown)(Manager *m);
/* When sending out PropertiesChanged signal, which properties /* When sending out PropertiesChanged signal, which properties
* shall be invalidated? This is a NUL seperated list of * shall be invalidated? This is a NUL separated list of
* strings, to minimize relocations a little. */ * strings, to minimize relocations a little. */
const char *bus_invalidating_properties; const char *bus_invalidating_properties;