[systemd-commits] man/loginctl.xml man/sd_id128_to_string.xml man/sd_is_fifo.xml man/sd_journal_add_match.xml man/sd_journal_get_fd.xml man/sd_journal_next.xml man/sd_journal_open.xml man/sd_journal_print.xml man/sd_journal_seek_head.xml man/sd_journal_stream_fd.xml man/sd_login_monitor_new.xml man/sd_notify.xml man/sd_pid_get_session.xml man/sd_seat_get_active.xml man/sd_uid_get_state.xml man/systemctl.xml man/systemd-ask-password.xml man/systemd-cgls.xml man/systemd-cryptsetup-generator.xml man/systemd-delta.xml man/systemd-detect-virt.xml man/systemd-fstab-generator.xml man/systemd-halt.service.xml man/systemd-inhibit.xml man/systemd-journald.service.xml man/systemd-nspawn.xml man/systemd-suspend.service.xml man/systemd-udevd.service.xml man/systemd-vconsole-setup.service.xml man/systemd.automount.xml man/systemd.conf.xml man/systemd.journal-fields.xml man/systemd.service.xml man/systemd.unit.xml man/systemd.xml man/tmpfiles.d.xml man/udev.xml man/vconsole.conf.xml

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Thu Oct 25 15:25:30 PDT 2012


 man/loginctl.xml                       |    2 +-
 man/sd_id128_to_string.xml             |    4 ++--
 man/sd_is_fifo.xml                     |    4 ++--
 man/sd_journal_add_match.xml           |    2 +-
 man/sd_journal_get_fd.xml              |    2 +-
 man/sd_journal_next.xml                |    2 +-
 man/sd_journal_open.xml                |    4 ++--
 man/sd_journal_print.xml               |    2 +-
 man/sd_journal_seek_head.xml           |    2 +-
 man/sd_journal_stream_fd.xml           |    2 +-
 man/sd_login_monitor_new.xml           |    6 +++---
 man/sd_notify.xml                      |    4 ++--
 man/sd_pid_get_session.xml             |    2 +-
 man/sd_seat_get_active.xml             |    4 ++--
 man/sd_uid_get_state.xml               |    2 +-
 man/systemctl.xml                      |    6 +++---
 man/systemd-ask-password.xml           |    2 +-
 man/systemd-cgls.xml                   |    4 ++--
 man/systemd-cryptsetup-generator.xml   |   12 ++++++------
 man/systemd-delta.xml                  |    2 +-
 man/systemd-detect-virt.xml            |    2 +-
 man/systemd-fstab-generator.xml        |    6 +++---
 man/systemd-halt.service.xml           |    2 +-
 man/systemd-inhibit.xml                |    2 +-
 man/systemd-journald.service.xml       |    2 +-
 man/systemd-nspawn.xml                 |    2 +-
 man/systemd-suspend.service.xml        |    2 +-
 man/systemd-udevd.service.xml          |    4 ++--
 man/systemd-vconsole-setup.service.xml |    2 +-
 man/systemd.automount.xml              |    2 +-
 man/systemd.conf.xml                   |    6 +++---
 man/systemd.journal-fields.xml         |    2 +-
 man/systemd.service.xml                |   12 ++++++------
 man/systemd.unit.xml                   |    2 +-
 man/systemd.xml                        |    4 ++--
 man/tmpfiles.d.xml                     |    2 +-
 man/udev.xml                           |    4 ++--
 man/vconsole.conf.xml                  |    4 ++--
 38 files changed, 66 insertions(+), 66 deletions(-)

New commits:
commit bb31a4ac1997c189a344caf554f34c6aabc71aa7
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Fri Oct 26 00:16:47 2012 +0200

    man: typo fixes
    
    https://bugs.freedesktop.org/show_bug.cgi?id=55890
    
    Fixed typos, serial comma, and removed "either" as there were more
    than two options. Also did an extra rename of "system-shutdown"
    to "systemd-shutdown" that was forgotten in commit
    8bd3b8620c80d0f2383f2fb04315411fc8077ca1

diff --git a/man/loginctl.xml b/man/loginctl.xml
index 7d9d8a1..5dbc1f6 100644
--- a/man/loginctl.xml
+++ b/man/loginctl.xml
@@ -403,7 +403,7 @@
                                 paths in the <filename>/sys</filename>
                                 file system. To create a new seat
                                 attach at least one graphics card to a
-                                previously unused seat name. seat
+                                previously unused seat name. Seat
                                 names may consist only of a-z, A-Z,
                                 0-9, "-" and "_" and must be prefixed
                                 with "seat". To drop assignment of a
diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml
index eda35b0..ec8b263 100644
--- a/man/sd_id128_to_string.xml
+++ b/man/sd_id128_to_string.xml
@@ -77,7 +77,7 @@
 
                 <para><function>sd_id128_from_string()</function>
                 implements the reverse operation: it takes a 33
-                character array with 32 hexadecimial digits
+                character array with 32 hexadecimal digits
                 (terminated by NUL) and parses them back into an
                 128 bit ID returned in
                 <parameter>ret</parameter>.</para>
@@ -89,7 +89,7 @@
                 <para>When formatting a 128 bit ID into a string it is
                 often easier to use a format string for
                 <citerefentry><refentrytitle>printf</refentrytitle><manvolnum>3</manvolnum></citerefentry>. This
-                is easly done using the
+                is easily done using the
                 <function>SD_ID128_FORMAT_STR</function> and
                 <function>SD_ID128_FORMAT_VAL()</function> macros. For
                 more information see
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
index 27e9a0d..595c8f1 100644
--- a/man/sd_is_fifo.xml
+++ b/man/sd_is_fifo.xml
@@ -107,7 +107,7 @@
 
                 <para><function>sd_is_socket()</function> may be
                 called to check whether the specified file descriptor
-                refers to a socket. It the
+                refers to a socket. If the
                 <parameter>family</parameter> parameter is not
                 AF_UNSPEC it is checked whether the socket is of the
                 specified family (AF_UNIX, AF_INET, ...). If the
@@ -129,7 +129,7 @@
                 optionally checks the IPv4 or IPv6 port number the
                 socket is bound to, unless <parameter>port</parameter>
                 is zero. For this call <parameter>family</parameter>
-                must be passed as either AF_UNSPEC, AF_INET or
+                must be passed as either AF_UNSPEC, AF_INET, or
                 AF_INET6.</para>
 
                 <para><function>sd_is_socket_unix()</function> is
diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml
index 4aadf6c..f9ffc91 100644
--- a/man/sd_journal_add_match.xml
+++ b/man/sd_journal_add_match.xml
@@ -122,7 +122,7 @@
                 again.</para>
 
                 <para>Note that filtering via matches only applies to
-                way the journal is read, it has no effect on storage
+                the way the journal is read, it has no effect on storage
                 on disk.</para>
         </refsect1>
 
diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml
index 7fb151e..e3b5eaa 100644
--- a/man/sd_journal_get_fd.xml
+++ b/man/sd_journal_get_fd.xml
@@ -81,7 +81,7 @@
 
                 <para><function>sd_journal_get_fd()</function> returns
                 a file descriptor that may be asynchronously polled in
-                an external event loop and is signalled readable as
+                an external event loop and is signaled readable as
                 soon as the journal changes, for example because new
                 entries were added. The file descriptor is suitable
                 for usage in
diff --git a/man/sd_journal_next.xml b/man/sd_journal_next.xml
index 58e7cec..9b1cb1f 100644
--- a/man/sd_journal_next.xml
+++ b/man/sd_journal_next.xml
@@ -128,7 +128,7 @@
                 as a wrapper around
                 <citerefentry><refentrytitle>sd_journal_seek_head</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 and <function>sd_journal_next()</function> in order to
-                make iteratring through the journal easier. See below
+                make iterating through the journal easier. See below
                 for an example. Similar,
                 <function>SD_JOURNAL_FOREACH_BACKWARDS()</function>
                 may be used for iterating the journal in reverse
diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml
index b99c67d..06d0ccf 100644
--- a/man/sd_journal_open.xml
+++ b/man/sd_journal_open.xml
@@ -80,7 +80,7 @@
         <refsect1>
                 <title>Description</title>
 
-                <para><function>sd_journal_open()</function> opens the
+                <para><function>sd_journal_open()</function> opens
                 the log journal for reading. It will find all journal
                 files automatically and interleave them automatically
                 when reading. As first argument it takes a pointer to
@@ -120,7 +120,7 @@
                 <para>See
                 <citerefentry><refentrytitle>sd_journal_next</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 for an example how to iterate through the journal
-                after opening it it with
+                after opening it with
                 <function>sd_journal_open()</function>.</para>
 
                 <para>A journal context object returned by
diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml
index 41414bb..7742268 100644
--- a/man/sd_journal_print.xml
+++ b/man/sd_journal_print.xml
@@ -194,7 +194,7 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid(
                 <filename>sd-journal.h</filename>.</para>
 
                 <para><citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-                and and <function>sd_journal_print()</function> may
+                and <function>sd_journal_print()</function> may
                 largely be used interchangeably
                 functionality-wise. However, note that log messages
                 logged via the former take a different path to the
diff --git a/man/sd_journal_seek_head.xml b/man/sd_journal_seek_head.xml
index b10f069..3716c5d 100644
--- a/man/sd_journal_seek_head.xml
+++ b/man/sd_journal_seek_head.xml
@@ -108,7 +108,7 @@
                 <para><function>sd_journal_seek_realtime_usec()</function>
                 seeks to the entry with the specified realtime
                 (wallclock) timestamp, i.e. CLOCK_REALTIME. Note that
-                the realtime clock is not necessary monotonic. If a
+                the realtime clock is not necessarily monotonic. If a
                 realtime timestamp is ambiguous it is not defined
                 which position is sought to.</para>
 
diff --git a/man/sd_journal_stream_fd.xml b/man/sd_journal_stream_fd.xml
index 662c7bb..4407296 100644
--- a/man/sd_journal_stream_fd.xml
+++ b/man/sd_journal_stream_fd.xml
@@ -96,7 +96,7 @@
                 for more information.</para>
 
                 <para>It is recommended that applications log UTF-8
-                mesages only with this API, but this is not
+                messages only with this API, but this is not
                 enforced.</para>
 
         </refsect1>
diff --git a/man/sd_login_monitor_new.xml b/man/sd_login_monitor_new.xml
index ce17159..35cb6b3 100644
--- a/man/sd_login_monitor_new.xml
+++ b/man/sd_login_monitor_new.xml
@@ -83,20 +83,20 @@
                 <title>Description</title>
 
                 <para><function>sd_login_monitor_new()</function> may
-                be used to monitor login session, users and seats. Via
+                be used to monitor login sessions, users and seats. Via
                 a monitor object a file descriptor can be integrated
                 into an application defined event loop which is woken
                 up each time a user logs in, logs out or a seat is
                 added or removed, or a session, user, or seat changes
                 state otherwise. The first parameter takes a string
-                which can be either <literal>seat</literal> (to get
+                which can be <literal>seat</literal> (to get
                 only notifications about seats being added, removed or
                 changed), <literal>session</literal> (to get only
                 notifications about sessions being created or removed
                 or changed) or <literal>uid</literal> (to get only
                 notifications when a user changes state in respect to
                 logins). If notifications shall be generated in all
-                these conditions, NULL may be passed. Note that in
+                these conditions, NULL may be passed. Note that in the
                 future additional categories may be defined. The
                 second parameter returns a monitor object and needs to
                 be freed with the
diff --git a/man/sd_notify.xml b/man/sd_notify.xml
index 5f86e86..75edeea 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-separated list of variable
+                should contain a 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
@@ -104,7 +104,7 @@
                                 definition file has Type=notify
                                 set. The passed argument is a boolean
                                 "1" or "0". Since there is little
-                                value in signalling non-readiness, the
+                                value in signaling non-readiness, the
                                 only value daemons should send is
                                 "READY=1".</para></listitem>
                         </varlistentry>
diff --git a/man/sd_pid_get_session.xml b/man/sd_pid_get_session.xml
index 7897a2c..9517795 100644
--- a/man/sd_pid_get_session.xml
+++ b/man/sd_pid_get_session.xml
@@ -114,7 +114,7 @@
                 and not being a shared process of a user this function
                 will fail.</para>
 
-                <para>If the <literal>pid</literal> paramater of any
+                <para>If the <literal>pid</literal> parameter of any
                 of these functions is passed as 0 the operation is
                 executed for the calling process.</para>
         </refsect1>
diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml
index 778f9ae..b1d6d20 100644
--- a/man/sd_seat_get_active.xml
+++ b/man/sd_seat_get_active.xml
@@ -140,8 +140,8 @@
                 <title>Return Value</title>
 
                 <para> On success
-                <function>sd_seat_get_active()</function> return
-                return 0 or a positive integer. On success
+                <function>sd_seat_get_active()</function>
+                returns 0 or a positive integer. On success
                 <function>sd_seat_get_sessions()</function> returns
                 the number of entries in the session identifier
                 array. If the test succeeds
diff --git a/man/sd_uid_get_state.xml b/man/sd_uid_get_state.xml
index 183e8a6..b7bc944 100644
--- a/man/sd_uid_get_state.xml
+++ b/man/sd_uid_get_state.xml
@@ -120,7 +120,7 @@
 
                 <para><function>sd_uid_get_sessions()</function> may
                 be used to determine the current sessions of the
-                specified user. Acceptes a Unix user identifier as
+                specified user. Accepts a Unix user identifier as
                 parameter. The <parameter>require_active</parameter>
                 parameter controls whether the returned list shall
                 consist of only those sessions where the user is
diff --git a/man/systemctl.xml b/man/systemctl.xml
index c452dfc..d547410 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -178,7 +178,7 @@
                                 execute it immediately. If passed no
                                 required units of the unit passed will
                                 be pulled in, and no ordering
-                                dependencies will be honoured. This is
+                                dependencies will be honored. This is
                                 mostly a debugging and rescue tool for
                                 the administrator and should not be
                                 used by
@@ -766,7 +766,7 @@
                                 configuration after completing the
                                 disabling of the units. Note that this
                                 command does not implicitly stop the
-                                units that is being disabled. If this
+                                units that are being disabled. If this
                                 is desired an additional
                                 <command>stop</command> command should
                                 be executed afterwards.</para>
@@ -789,7 +789,7 @@
                                 <term><command>is-enabled [NAME...]</command></term>
 
                                 <listitem><para>Checks whether any of
-                                the specified unit files is enabled
+                                the specified unit files are enabled
                                 (as with
                                 <command>enable</command>). Returns an
                                 exit code of 0 if at least one is
diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml
index e46241b..7b0b9ab 100644
--- a/man/systemd-ask-password.xml
+++ b/man/systemd-ask-password.xml
@@ -90,7 +90,7 @@
                 url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">systemd
                 Password Agent Specification</ulink>.</para>
 
-                <para>If a password is queried on a tty the user may
+                <para>If a password is queried on a TTY the user may
                 press TAB to hide the asterisks normally shown for
                 each character typed. Pressing Backspace as first key
                 achieves the same effect.</para>
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml
index 0666937..4b6ee93 100644
--- a/man/systemd-cgls.xml
+++ b/man/systemd-cgls.xml
@@ -70,7 +70,7 @@
                 to. Otherwise the full systemd control group hierarchy
                 is shown.</para>
 
-                <para>By default empty control cgroups are not
+                <para>By default empty control groups are not
                 shown.</para>
         </refsect1>
 
@@ -107,7 +107,7 @@
 
                                 <listitem><para>Don't hide empty
                                 control groups in the
-                                outpout.</para></listitem>
+                                output.</para></listitem>
                         </varlistentry>
 
                         <varlistentry>
diff --git a/man/systemd-cryptsetup-generator.xml b/man/systemd-cryptsetup-generator.xml
index ec2b5e4..49d4d55 100644
--- a/man/systemd-cryptsetup-generator.xml
+++ b/man/systemd-cryptsetup-generator.xml
@@ -83,9 +83,9 @@
                                 <literal>no</literal> disables the
                                 generator
                                 entirely. <varname>rd.luks=</varname>
-                                is honoured only be initial RAM disk
+                                is honored only by initial RAM disk
                                 (initrd) while
-                                <varname>luks=</varname> is honoured
+                                <varname>luks=</varname> is honored
                                 by both the main system and the
                                 initrd.  </para></listitem>
                         </varlistentry>
@@ -104,10 +104,10 @@
                                 (<varname>luks.uuid=</varname> will
                                 still work
                                 however). <varname>rd.luks.crypttab=</varname>
-                                is honoured only be initial RAM disk
+                                is honored only by initial RAM disk
                                 (initrd) while
                                 <varname>luks.crypttab=</varname> is
-                                honoured by both the main system and
+                                honored by both the main system and
                                 the initrd.  </para></listitem>
                         </varlistentry>
 
@@ -124,10 +124,10 @@
                                 option may be specified more than once
                                 in order to set up multiple
                                 devices. <varname>rd.luks.uuid=</varname>
-                                is honoured only be initial RAM disk
+                                is honored only by initial RAM disk
                                 (initrd) while
                                 <varname>luks.uuid=</varname> is
-                                honoured by both the main system and
+                                honored by both the main system and
                                 the initrd.</para></listitem>
                         </varlistentry>
                 </variablelist>
diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml
index 4e57d18..c66d7e8 100644
--- a/man/systemd-delta.xml
+++ b/man/systemd-delta.xml
@@ -109,7 +109,7 @@
                                 comma-separated list of desired
                                 difference types.</para>
 
-                                <para>Recognised types are:
+                                <para>Recognized types are:
 
                                         <variablelist>
                                                 <varlistentry>
diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml
index 75cc714..762b6ab 100644
--- a/man/systemd-detect-virt.xml
+++ b/man/systemd-detect-virt.xml
@@ -58,7 +58,7 @@
 
                 <para><command>systemd-detect-virt</command> detects
                 execution in a virtualized environment. It identifies
-                the virtualization technology and can distuingish full
+                the virtualization technology and can distinguish full
                 VM virtualization from container
                 virtualization.</para>
 
diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml
index 87cc35b..2decec6 100644
--- a/man/systemd-fstab-generator.xml
+++ b/man/systemd-fstab-generator.xml
@@ -59,7 +59,7 @@
                 for details) into native systemd units early at boot
                 and when configuration of the system manager is
                 reloaded. This will instantiate mount and swap units
-                units as necessary.</para>
+                as necessary.</para>
 
                 <para>See
                 <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry>
@@ -94,10 +94,10 @@
                                 generator to ignore any mounts or swaps
                                 configured in
                                 <filename>/etc/fstab</filename>. <varname>rd.fstab=</varname>
-                                is honoured only be initial RAM disk
+                                is honored only by initial RAM disk
                                 (initrd) while
                                 <varname>luks.fstab=</varname> is
-                                honoured by both the main system and
+                                honored by both the main system and
                                 the initrd.  </para></listitem>
                         </varlistentry>
 
diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml
index e15361a..6a6bfdc 100644
--- a/man/systemd-halt.service.xml
+++ b/man/systemd-halt.service.xml
@@ -85,7 +85,7 @@
 
                 <para>Immediately before executing the actual system
                 halt/poweroff/reboot/kexec
-                <filename>system-shutdown</filename> will run all
+                <filename>systemd-shutdown</filename> will run all
                 executables in
                 <filename>/usr/lib/systemd/system-shutdown/</filename>
                 and pass one arguments to them: either
diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml
index 5f26c96..6f63c8c 100644
--- a/man/systemd-inhibit.xml
+++ b/man/systemd-inhibit.xml
@@ -160,7 +160,7 @@
                                 may be specified in
                                 <citerefentry><refentrytitle>systemd-logind.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Note
                                 that <literal>delay</literal> is only
-                                available or <literal>sleep</literal>
+                                available for <literal>sleep</literal>
                                 and
                                 <literal>shutdown</literal>.</para></listitem>
                         </varlistentry>
diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml
index 90f9290..abc03df 100644
--- a/man/systemd-journald.service.xml
+++ b/man/systemd-journald.service.xml
@@ -134,7 +134,7 @@
                 <title>Kernel Command Line</title>
 
                 <para>A few configuration parameters from
-                <filename>journald.conf</filename> may be overriden on
+                <filename>journald.conf</filename> may be overridden on
                 the kernel command line:</para>
 
                 <variablelist>
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 71ce0ac..fef5c2c 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -220,7 +220,7 @@
                                 list of capability names, see
                                 <citerefentry><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry>
                                 for more information. Note that the
-                                the following capabilities will be
+                                following capabilities will be
                                 granted in any way: CAP_CHOWN,
                                 CAP_DAC_OVERRIDE, CAP_DAC_READ_SEARCH,
                                 CAP_FOWNER, CAP_FSETID, CAP_IPC_OWNER,
diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml
index d3e08a8..604aab6 100644
--- a/man/systemd-suspend.service.xml
+++ b/man/systemd-suspend.service.xml
@@ -64,7 +64,7 @@
                 for the actual system suspend. Similar,
                 <filename>systemd-hibernate.service</filename> is
                 pulled in by <filename>hibernate.target</filename> to
-                executed the actual hibernation.</para>
+                execute the actual hibernation.</para>
 
                 <para>Immediately before entering system suspend and
                 hibernation
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml
index 0dd5d10..92fb38f 100644
--- a/man/systemd-udevd.service.xml
+++ b/man/systemd-udevd.service.xml
@@ -83,7 +83,7 @@
         <term><option>--exec-delay=</option></term>
         <listitem>
 
-          <para>Delay the execution of RUN intruction by the given
+          <para>Delay the execution of RUN instruction by the given
           number of seconds. This option might be useful when
           debugging system crashes during coldplug caused by loading
           non-working kernel modules.</para>
@@ -148,7 +148,7 @@
         <term><varname>udev.exec-delay=</varname></term>
         <term><varname>rd.udev.exec-delay=</varname></term>
         <listitem>
-          <para>Delay the execution of RUN intruction by the given
+          <para>Delay the execution of RUN instruction by the given
           number of seconds. This option might be useful when
           debugging system crashes during coldplug caused by loading
           non-working kernel modules.</para>
diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml
index b31177e..c1ef80d 100644
--- a/man/systemd-vconsole-setup.service.xml
+++ b/man/systemd-vconsole-setup.service.xml
@@ -73,7 +73,7 @@
                 <title>Kernel Command Line</title>
 
                 <para>A few configuration parameters from
-                <filename>vconsole.conf</filename> may be overriden on
+                <filename>vconsole.conf</filename> may be overridden on
                 the kernel command line:</para>
 
                 <variablelist>
diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml
index 43006d4..fe559e1 100644
--- a/man/systemd.automount.xml
+++ b/man/systemd.automount.xml
@@ -130,7 +130,7 @@
                                 <listitem><para>Takes an absolute path
                                 of a directory of the automount
                                 point. If the automount point is not
-                                existing at time of the automount
+                                existing at time that the automount
                                 point is installed it is created. This
                                 string must be reflected in the unit
                                 file name. (See above.) This option is
diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml
index 7776c8f..a6be932 100644
--- a/man/systemd.conf.xml
+++ b/man/systemd.conf.xml
@@ -201,7 +201,7 @@
                                 capabilities will be included, the
                                 effect of the assignment
                                 inverted. Note that this option also
-                                effects the respective capabilities in
+                                affects the respective capabilities in
                                 the effective, permitted and
                                 inheritable capability sets. The
                                 capability bounding set may also be
@@ -220,7 +220,7 @@
                                 <listitem><para>Sets the timer slack
                                 in nanoseconds for PID 1 which is then
                                 inherited to all executed processes,
-                                unless overriden individually, for
+                                unless overridden individually, for
                                 example with the
                                 <varname>TimerSlackNSec=</varname>
                                 setting in service units (for details
@@ -264,7 +264,7 @@
                                 <varname>infinity</varname> to
                                 configure no limit on a specific
                                 resource. These settings may be
-                                overriden in individual units
+                                overridden in individual units
                                 using the corresponding LimitXXX=
                                 directives. Note that these resource
                                 limits are only defaults for units,
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml
index e212c81..d95cb01 100644
--- a/man/systemd.journal-fields.xml
+++ b/man/systemd.journal-fields.xml
@@ -215,7 +215,7 @@
                                 <term><varname>_SYSTEMD_OWNER_UID=</varname></term>
 
                                 <listitem>
-                                        <para>The contol group path in
+                                        <para>The control group path in
                                         the systemd hierarchy, the
                                         systemd session ID (if any),
                                         the systemd unit name (if any)
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 59ecf81..00a6398 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -100,7 +100,7 @@
                 script. This is useful for compatibility with
                 SysV. Note that this compatibility is quite
                 comprehensive but not 100%. For details about the
-                incomptibilities see the <ulink
+                incompatibilities see the <ulink
                 url="http://www.freedesktop.org/wiki/Software/systemd/Incompatibilities">Incompatibilities
                 with SysV</ulink> document.
                 </para>
@@ -219,7 +219,7 @@
                                 <para>Behavior of
                                 <option>idle</option> is very similar
                                 to <option>simple</option>, however
-                                actual execution of a the service
+                                actual execution of the service
                                 binary is delayed until all jobs are
                                 dispatched. This may be used to avoid
                                 interleaving of output of shell
@@ -245,7 +245,7 @@
                                 <listitem><para>Takes a boolean value
                                 that specifies whether systemd should
                                 try to guess the main PID of a service
-                                should if it cannot be determined
+                                if it cannot be determined
                                 reliably. This option is ignored
                                 unless <option>Type=forking</option>
                                 is set and <option>PIDFile=</option>
@@ -283,7 +283,7 @@
                                 <term><varname>BusName=</varname></term>
 
                                 <listitem><para>Takes a D-Bus bus
-                                name, where this service is reachable
+                                name, that this service is reachable
                                 as. This option is mandatory for
                                 services where
                                 <varname>Type=</varname> is set to
@@ -341,7 +341,7 @@
                                 variable substitution is
                                 supported. Use
                                 <literal>${FOO}</literal> as part of a
-                                word, or as word of its own on the
+                                word, or as a word of its own on the
                                 command line, in which case it will be
                                 replaced by the value of the
                                 environment variable including all
@@ -578,7 +578,7 @@
                                 0. If set to
                                 <option>on-failure</option> it will be
                                 restarted only when it exited with an
-                                exit code not equalling 0, when
+                                exit code not equaling 0, when
                                 terminated by a signal (including on
                                 core dump), when an operation (such as
                                 service reload) times out or when the
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index afad56c..f23aad9 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -75,7 +75,7 @@
                 inspired by Microsoft Windows
                 <filename>.ini</filename> files.</para>
 
-                <para>This man pages lists the common configuration
+                <para>This man page lists the common configuration
                 options of all the unit types. These options need to
                 be configured in the [Unit] or [Install]
                 sections of the unit files.</para>
diff --git a/man/systemd.xml b/man/systemd.xml
index 7758524..7b3d265 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -1002,7 +1002,7 @@
                                 <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>
                                 for details about these units. The
                                 option prefixed with
-                                <literal>rd.</literal> is honoured
+                                <literal>rd.</literal> is honored
                                 only in the initial RAM disk (initrd),
                                 while the one that isn't prefixed only
                                 in the main system.</para></listitem>
@@ -1101,7 +1101,7 @@
                                 process and all its children at boot
                                 time. May be used more than once to
                                 set multiple variables. If the equal
-                                sign and variable are missing unsets
+                                sign and variable are missing it unsets
                                 an environment variable which might be
                                 passed in from the initial ram
                                 disk.</para></listitem>
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 91bc8e5..785264e 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -161,7 +161,7 @@ L    /tmp/foobar -    -    -    -   /dev/null</programlisting>
                                         effect of r or R lines. Lines
                                         of this type accept
                                         shell-style globs in place of
-                                        of normal path
+                                        normal path
                                         names.</para></listitem>
                                 </varlistentry>
 
diff --git a/man/udev.xml b/man/udev.xml
index 0746618..7ec7a3f 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -94,7 +94,7 @@
       extensions are ignored.</para>
 
       <para>Every line in the rules file contains at least one key-value pair.
-      There are two kind of keys: match and assignment.
+      There are two kinds of keys: match and assignment.
       If all match keys are matching against its value, the rule gets applied and the
       assignment keys get the specified value assigned.</para>
 
@@ -327,7 +327,7 @@
           <term><option>NAME</option></term>
           <listitem>
             <para>The name to use for a network interface. The name of a device node
-            can not be changed by udev, only additional symlinks can be created.</para>
+            cannot be changed by udev, only additional symlinks can be created.</para>
           </listitem>
         </varlistentry>
 
diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml
index 258c82b..45156b7 100644
--- a/man/vconsole.conf.xml
+++ b/man/vconsole.conf.xml
@@ -61,7 +61,7 @@
 
                 <para>The basic file format of the
                 <filename>vconsole.conf</filename> is a
-                newline-separated list environment-like
+                newline-separated list of environment-like
                 shell-compatible variable assignments. It is possible
                 to source the configuration from shell scripts,
                 however, beyond mere variable assignments no shell
@@ -100,7 +100,7 @@
                                 defaults to <literal>us</literal> if
                                 not set. The
                                 <varname>KEYMAP_TOGGLE=</varname> can
-                                be used to configured a second toggle
+                                be used to configure a second toggle
                                 keymap and is by default
                                 unset.</para></listitem>
                         </varlistentry>



More information about the systemd-commits mailing list