chiark / gitweb /
man: spelling fixes
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 24 Jun 2010 15:25:16 +0000 (17:25 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 24 Jun 2010 15:25:16 +0000 (17:25 +0200)
man/daemon.xml
man/runlevel.xml
man/sd_booted.xml
man/sd_listen_fds.xml
man/sd_notify.xml
man/systemctl.xml
man/systemd-install.xml
man/systemd.unit.xml
man/systemd.xml

index 650e0fa8b1801d069eca9c8e4cfbec0069557766..1cddf38f74374e6bda3bc0f0d1fa359b6cfdd1fb 100644 (file)
@@ -65,7 +65,7 @@
                         starts, it should execute the following steps
                         as part of the initialization. Note that these
                         steps are unnecessary for new-style daemons,
-                        and should only be implemented if compatbility
+                        and should only be implemented if compatibility
                         with SysV is essential.</para>
 
                         <orderedlist>
 
                                 <listitem><para>As much as possible,
                                 rely on systemd's functionality to
-                                limit the accces of the daemon to
+                                limit the access of the daemon to
                                 files, services and other
                                 resources. i.e. rely on systemd's
                                 resource limit control instead of
                                 scheme pointed out below. Like D-Bus
                                 activation this enables on-demand
                                 starting of services as well as it
-                                allows improved parallization of
+                                allows improved parallelization of
                                 service start-up. Also, for state-less
                                 protocols (such as syslog, DNS) a
                                 daemon implementing socket-based
index 04959b18a9beeee8847d733f98f42b33d42609c6..879b5e1e3be33d7db9db0efa458c50db179fa336 100644 (file)
@@ -64,7 +64,7 @@
                 determined N is printed instead. If neither can be
                 determined the word "unknown" is printed.</para>
 
-                <para>Unless overriden in the environment this will
+                <para>Unless overridden in the environment this will
                 check the utmp database for recent runlevel
                 changes.</para>
         </refsect1>
index 8d5606d79fb32336c5b9c634a1a6d35e606e22a2..4d7473367edb53355c7da6e54d5b319970449dfe 100644 (file)
@@ -70,7 +70,7 @@
                 <para>On failure, this call returns a negative
                 errno-style error code. If the system was booted up
                 with systemd as init system this call returns a
-                postive return value, zero otherwise.</para>
+                positive return value, zero otherwise.</para>
         </refsect1>
 
         <refsect1>
index 54874fd186f3f3819ea91dcd7ab2cfe4ab76d74f..734e2374d9992d18bf9ac55ca74c37444e10f546 100644 (file)
@@ -90,7 +90,7 @@
                 <citerefentry><refentrytitle>sd_is_socket_inet</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
                 <citerefentry><refentrytitle>sd_is_socket_unix</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 are provided. In order to maximize flexibility it is
-                recommened to make these checks as loose as possible
+                recommended to make these checks as loose as possible
                 without allowing incorrect setups. i.e. often the
                 actual port number a socket is bound to matters little
                 for the service to work, hence it should not be
index 6a689555dd6d032393a648f2e12c3b134b3ecad2..8e6ee61006673d34cdabe970bd0b4320516765b5 100644 (file)
                         </varlistentry>
                 </variablelist>
 
-                <para>It is recommened to prefix variable names that
+                <para>It is recommended to prefix variable names that
                 are not shown in the list above with
                 <varname>X_</varname> to avoid namespace
                 clashes.</para>
index 696a5060ad2173b8656b848489ac4eb4a8b5edbf..2ffc87df2b2ada7eb72ddd78d2bb10de1973d697 100644 (file)
                                 <term><option>--replace</option></term>
 
                                 <listitem><para>If the requested
-                                operation conflicts with an exisiting
+                                operation conflicts with an existing
                                 unfinished operation, replace the
                                 existing operation by the requested
                                 operation. If this is not specified
index 8afa7d9ee8f4a68520e65c9f020b9f8367f825f1..63832aa6b4eddfdfe4ef539ca63b7a7c7161f760 100644 (file)
                                 <listitem><para>Checks whether any of
                                 the units specified are
                                 installed. This will check for the
-                                existance of a number of symlinks as
+                                existence of a number of symlinks as
                                 encoded in the [Install] section of a
                                 unit file.</para></listitem>
                         </varlistentry>
index af89d316d5ed13cdcd7828803f9f4680d799b4f8..7e657c64f700d8f09c1189a475965bf8d249e797 100644 (file)
@@ -64,7 +64,7 @@
 
                 <para>A unit configuration file encodes information
                 about a service, a socket, a device, a mount point, an
-                automount point, a swap file or patition, a start-up
+                automount point, a swap file or partition, a start-up
                 target, a file system path or a timer controlled and
                 supervised by <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>. The syntax is inspired by XDG
                 <filename>.desktop</filename> files, which are in turn
index 46082839b0d9c2fc541184035224af76b35315cc..8f58b665c293b67cde499b0ef69997450b4b33fb 100644 (file)
 
                                 <listitem><para>Extract D-Bus
                                 interface introspection data. This is
-                                mostly useful at build ot install time
+                                mostly useful at build at install time
                                 to generate data suitable for the
                                 D-Bus interfaces
                                 repository. Optionally the interface
                                 <term><varname>$SYSTEMD_LOG_LEVEL</varname></term>
                                 <listitem><para>systemd reads the
                                 log level from this environment
-                                variable. This can be overriden with
+                                variable. This can be overridden with
                                 <option>--log-level=</option>.</para></listitem>
                         </varlistentry>
 
                                 <term><varname>$SYSTEMD_LOG_TARGET</varname></term>
                                 <listitem><para>systemd reads the
                                 log target from this environment
-                                variable. This can be overriden with
+                                variable. This can be overridden with
                                 <option>--log-target=</option>.</para></listitem>
                         </varlistentry>
 
                                 <term><varname>$SYSTEMD_LOG_COLOR</varname></term>
                                 <listitem><para>Controls whether
                                 systemd highlights important log
-                                messages. This can be overriden with
+                                messages. This can be overridden with
                                 <option>--log-color=</option>.</para></listitem>
                         </varlistentry>
 
                                 <listitem><para>Controls whether
                                 systemd prints the code location along
                                 with log messages. This can be
-                                overriden with
+                                overridden with
                                 <option>--log-location=</option>.</para></listitem>
                         </varlistentry>