chiark / gitweb /
man: Fix small typo: s/seperate/separate/
authorMichael Biebl <biebl@debian.org>
Fri, 3 Sep 2010 14:30:48 +0000 (16:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 6 Sep 2010 01:13:14 +0000 (03:13 +0200)
12 files changed:
man/runlevel.xml
man/sd_notify.xml
man/systemctl.xml
man/systemd.conf.xml
man/systemd.exec.xml
man/systemd.mount.xml
man/systemd.service.xml
src/initreq.h
src/logger.c
src/sd-daemon.h
src/test-job-type.c
src/unit.h

index 51bc3ed9f09d47c0768364b59373cc8c27c4d1e2..160d1b14e71ffa70ee05c651550acee440f1bec8 100644 (file)
@@ -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>
index 7c1d982d855e4f37654ce653f9fd600bac7cdcfe..c060bbad2796ae1c78563be1ad7b6f2debb7df0c 100644 (file)
@@ -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
index 88bc48fca520a81871c49051431c4f671c1a34f2..2eb153e73810c0e9257e2653f40af89dc87acaf2 100644 (file)
                                 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>
 
index 95a2e5261b2852142ff80da2ea59de4c6df32202..399cae0a6c5c67e6a34285da51aa452b0db629de 100644 (file)
@@ -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>
index c71d42912bf0d634d3ab3132542f8a596e14e665..38b9e06086ad4e3f421c76f8016bc4de711cd5b9 100644 (file)
 
                                 <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
 
                                 <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>
 
                                 <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
                                 <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
                                 <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>,
                                 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
                                 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
                                 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
index 70170bb865ad68ecc8db11a283bbe5cb15c2fea0..323f232878b9910d63f33952f2581def4b4029cc 100644 (file)
 
                                 <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>
 
index c0fc9a989ceb9d550cdf8df82dc1eaddbd528c69..d6c0e3fd9429e33db906469c6fb807c427b92f2e 100644 (file)
                                 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>
                                 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
index 6f6547bcb99b563700f9c2ac34b49b376e806088..859042ce42343b2e85a605d9718f6fa1fa46645c 100644 (file)
@@ -58,7 +58,7 @@ struct init_request_bsd {
 
 /*
  *     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
  *     struct to be 384 bytes.
index a590bb84fdd1aa39e63acd4affbf82ddce40e6ed..03a8ae8f54b4646de2c63cc4e287e8efe4effdd9 100644 (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
          * are > SD_LISTEN_FDS_START+SERVER_FD_MAX. Which is certainly
          * 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. */
 
         if (PTR_TO_INT(ev->data.ptr) >= SD_LISTEN_FDS_START &&
index c68c96d2ddfb56312f44c047c14b0ea6d42023fa..347421381f4ec61d14cea796b8954ace502c5f7b 100644 (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
-  newline seperated environment-style variable assignments in a
+  newline separated environment-style variable assignments in a
   string. The following variables are known:
 
      READY=1      Tells systemd that daemon startup is finished (only
index 29bb9e492d4ca69f987a36dd5eeb66ed65107c40..9e2fc35f4e89180e1b1037f78156b97f93d15df3 100644 (file)
@@ -50,7 +50,7 @@ int main(int argc, char*argv[]) {
 
                                         /* Verify that merged entries can be
                                          * 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(b, c) || job_type_is_mergeable(d, c));
 
index c85d968b809d5aaa4714866beeaca469ad04a797..c93f3f765d05d0c1ad515c89eceaa02ed5ced31e 100644 (file)
@@ -338,7 +338,7 @@ struct UnitVTable {
         void (*shutdown)(Manager *m);
 
         /* 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. */
         const char *bus_invalidating_properties;