chiark / gitweb /
man: typo fixes
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 25 Oct 2012 22:16:47 +0000 (00:16 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Thu, 25 Oct 2012 22:16:47 +0000 (00:16 +0200)
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

38 files changed:
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

index 7d9d8a1e2c7473136c9159cb6dabe615b6664ff7..5dbc1f696719c593ba778afbd9f93491be6e75c5 100644 (file)
                                 paths in the <filename>/sys</filename>
                                 file system. To create a new seat
                                 attach at least one graphics card to a
                                 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
                                 names may consist only of a-z, A-Z,
                                 0-9, "-" and "_" and must be prefixed
                                 with "seat". To drop assignment of a
index eda35b08b1675360c43dce2d7f38886b78b94752..ec8b263e0d5b5def1f922845fed9ad3c93056976 100644 (file)
@@ -77,7 +77,7 @@
 
                 <para><function>sd_id128_from_string()</function>
                 implements the reverse operation: it takes a 33
 
                 <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>
                 (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
                 <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
                 <function>SD_ID128_FORMAT_STR</function> and
                 <function>SD_ID128_FORMAT_VAL()</function> macros. For
                 more information see
index 27e9a0de8f3b3993afb9d4124a0e8fc4e7e64517..595c8f112d9834fd2d6fc50c6d4fd42d200e9b97 100644 (file)
 
                 <para><function>sd_is_socket()</function> may be
                 called to check whether the specified file descriptor
 
                 <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
                 <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
                 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>
                 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
                 AF_INET6.</para>
 
                 <para><function>sd_is_socket_unix()</function> is
index 4aadf6cf0039d0d7e0c671b7ec3784018ebb2407..f9ffc9132672bf587a591be9de2aff9e749a48c5 100644 (file)
                 again.</para>
 
                 <para>Note that filtering via matches only applies to
                 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>
 
                 on disk.</para>
         </refsect1>
 
index 7fb151edd6a6486927ef40c02d466431ff3fffa1..e3b5eaa13d13a11f37121dec1aee4a2fccb25abf 100644 (file)
@@ -81,7 +81,7 @@
 
                 <para><function>sd_journal_get_fd()</function> returns
                 a file descriptor that may be asynchronously polled in
 
                 <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
                 soon as the journal changes, for example because new
                 entries were added. The file descriptor is suitable
                 for usage in
index 58e7cec6f3777fab643404a5fb83cfbee7a87aa4..9b1cb1fc460f0d6abcdf800813fcc350ee00436f 100644 (file)
                 as a wrapper around
                 <citerefentry><refentrytitle>sd_journal_seek_head</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 and <function>sd_journal_next()</function> in order to
                 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
                 for an example. Similar,
                 <function>SD_JOURNAL_FOREACH_BACKWARDS()</function>
                 may be used for iterating the journal in reverse
index b99c67da46c489cc6119d1b93151a0aaebdaf463..06d0ccfd12db231b462bc4fdde0a0414e7264c6e 100644 (file)
@@ -80,7 +80,7 @@
         <refsect1>
                 <title>Description</title>
 
         <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
                 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
                 <para>See
                 <citerefentry><refentrytitle>sd_journal_next</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 for an example how to iterate through the journal
                 <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
                 <function>sd_journal_open()</function>.</para>
 
                 <para>A journal context object returned by
index 41414bbc09b77431905979121ba0d7af378812e3..7742268f5d2d351d7be001e0fe222b6acb1e5001 100644 (file)
@@ -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>
                 <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
                 largely be used interchangeably
                 functionality-wise. However, note that log messages
                 logged via the former take a different path to the
index b10f069e8382fd8bb58e9c6c6e83436296178b51..3716c5d3676f32d83cfcb63b074385e0fc42e38a 100644 (file)
                 <para><function>sd_journal_seek_realtime_usec()</function>
                 seeks to the entry with the specified realtime
                 (wallclock) timestamp, i.e. CLOCK_REALTIME. Note that
                 <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>
 
                 realtime timestamp is ambiguous it is not defined
                 which position is sought to.</para>
 
index 662c7bbbb991e5919eb804d8dd0b9b492a4df947..4407296b4059f1efce81a518cd098b527d94a519 100644 (file)
@@ -96,7 +96,7 @@
                 for more information.</para>
 
                 <para>It is recommended that applications log UTF-8
                 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>
                 enforced.</para>
 
         </refsect1>
index ce171595417da9303bef8a120b2f24cfc32fb6ed..35cb6b368b28ab326210c9f645d37a0c1abbee55 100644 (file)
                 <title>Description</title>
 
                 <para><function>sd_login_monitor_new()</function> may
                 <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
                 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
                 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
                 future additional categories may be defined. The
                 second parameter returns a monitor object and needs to
                 be freed with the
index 5f86e86fec6cb8f95ab6768f7c5358e452b7ff7d..75edeeadf39f2c98f65d1f6779e73be1c7b3487d 100644 (file)
@@ -87,7 +87,7 @@
                 processes.</para>
 
                 <para>The <parameter>state</parameter> parameter
                 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
                 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
                                 definition file has Type=notify
                                 set. The passed argument is a boolean
                                 "1" or "0". Since there is little
                                 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>
                                 only value daemons should send is
                                 "READY=1".</para></listitem>
                         </varlistentry>
index 7897a2cd3ea761540b9bc7d89b138cee2f2d23f3..9517795f78eb3c11fea00aaf1b84e44b315f3566 100644 (file)
                 and not being a shared process of a user this function
                 will fail.</para>
 
                 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>
                 of these functions is passed as 0 the operation is
                 executed for the calling process.</para>
         </refsect1>
index 778f9aeaf919ed6a1d03e8d38b85bb81454abacb..b1d6d20edfe04b10354832ed49be557c310f4f79 100644 (file)
                 <title>Return Value</title>
 
                 <para> On success
                 <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
                 <function>sd_seat_get_sessions()</function> returns
                 the number of entries in the session identifier
                 array. If the test succeeds
index 183e8a600aae552260efff0aabd55b2659ceaec1..b7bc944b1489788a99acada8edbb8abff7519439 100644 (file)
 
                 <para><function>sd_uid_get_sessions()</function> may
                 be used to determine the current sessions of the
 
                 <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
                 parameter. The <parameter>require_active</parameter>
                 parameter controls whether the returned list shall
                 consist of only those sessions where the user is
index c452dfc43ff975611d435f7c42a02bb9d65c9872..d54741069640b2bb64d3c941bd0d9922353a917d 100644 (file)
                                 execute it immediately. If passed no
                                 required units of the unit passed will
                                 be pulled in, and no ordering
                                 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
                                 mostly a debugging and rescue tool for
                                 the administrator and should not be
                                 used by
                                 configuration after completing the
                                 disabling of the units. Note that this
                                 command does not implicitly stop the
                                 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>
                                 is desired an additional
                                 <command>stop</command> command should
                                 be executed afterwards.</para>
                                 <term><command>is-enabled [NAME...]</command></term>
 
                                 <listitem><para>Checks whether any of
                                 <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
                                 (as with
                                 <command>enable</command>). Returns an
                                 exit code of 0 if at least one is
index e46241b67fedd311ca41162d21563e63dd30445d..7b0b9ab80930e89bbc74b11063cb8eae22506643 100644 (file)
@@ -90,7 +90,7 @@
                 url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">systemd
                 Password Agent Specification</ulink>.</para>
 
                 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>
                 press TAB to hide the asterisks normally shown for
                 each character typed. Pressing Backspace as first key
                 achieves the same effect.</para>
index 0666937c165d89706706752eba5f36b5d6d28ebf..4b6ee93b4e9d9badd56507aae0886dbcdcd7ad3c 100644 (file)
@@ -70,7 +70,7 @@
                 to. Otherwise the full systemd control group hierarchy
                 is shown.</para>
 
                 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>
 
                 shown.</para>
         </refsect1>
 
 
                                 <listitem><para>Don't hide empty
                                 control groups in the
 
                                 <listitem><para>Don't hide empty
                                 control groups in the
-                                outpout.</para></listitem>
+                                output.</para></listitem>
                         </varlistentry>
 
                         <varlistentry>
                         </varlistentry>
 
                         <varlistentry>
index ec2b5e4e329b50abb9d6c41307ac6c74646933c6..49d4d5545b810a683c57e24481eca4b53cae72d2 100644 (file)
@@ -83,9 +83,9 @@
                                 <literal>no</literal> disables the
                                 generator
                                 entirely. <varname>rd.luks=</varname>
                                 <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
                                 (initrd) while
-                                <varname>luks=</varname> is honoured
+                                <varname>luks=</varname> is honored
                                 by both the main system and the
                                 initrd.  </para></listitem>
                         </varlistentry>
                                 by both the main system and the
                                 initrd.  </para></listitem>
                         </varlistentry>
                                 (<varname>luks.uuid=</varname> will
                                 still work
                                 however). <varname>rd.luks.crypttab=</varname>
                                 (<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
                                 (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>
 
                                 the initrd.  </para></listitem>
                         </varlistentry>
 
                                 option may be specified more than once
                                 in order to set up multiple
                                 devices. <varname>rd.luks.uuid=</varname>
                                 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
                                 (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>
                                 the initrd.</para></listitem>
                         </varlistentry>
                 </variablelist>
index 4e57d18fcce896858efc4e4c17ed608b58d96438..c66d7e8875140d3dca8056fd820a342839784e8d 100644 (file)
                                 comma-separated list of desired
                                 difference types.</para>
 
                                 comma-separated list of desired
                                 difference types.</para>
 
-                                <para>Recognised types are:
+                                <para>Recognized types are:
 
                                         <variablelist>
                                                 <varlistentry>
 
                                         <variablelist>
                                                 <varlistentry>
index 75cc714f52ae44c88665a1642816e2b633f9b6b6..762b6ab992a3f89aec4b1e74780275d8b72a0ea6 100644 (file)
@@ -58,7 +58,7 @@
 
                 <para><command>systemd-detect-virt</command> detects
                 execution in a virtualized environment. It identifies
 
                 <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>
 
                 VM virtualization from container
                 virtualization.</para>
 
index 87cc35b7d132ebe698be7ed728d82e8ac26686cb..2decec6c40344dcd2a54c2ef86abedf66628b79a 100644 (file)
@@ -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
                 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>
 
                 <para>See
                 <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry>
                                 generator to ignore any mounts or swaps
                                 configured in
                                 <filename>/etc/fstab</filename>. <varname>rd.fstab=</varname>
                                 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
                                 (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>
 
                                 the initrd.  </para></listitem>
                         </varlistentry>
 
index e15361ae4875a442e07c289f5e1acffd6d4916f8..6a6bfdc7d7a894896a21c59a9e945fa24c9f96e4 100644 (file)
@@ -85,7 +85,7 @@
 
                 <para>Immediately before executing the actual system
                 halt/poweroff/reboot/kexec
 
                 <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
                 executables in
                 <filename>/usr/lib/systemd/system-shutdown/</filename>
                 and pass one arguments to them: either
index 5f26c9654688a2c000fd9bbdd06e42071885b01c..6f63c8c73e5d0e145fa0a509f3b391ce6d99e101 100644 (file)
                                 may be specified in
                                 <citerefentry><refentrytitle>systemd-logind.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Note
                                 that <literal>delay</literal> is only
                                 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>
                                 and
                                 <literal>shutdown</literal>.</para></listitem>
                         </varlistentry>
index 90f9290276ccb451c7aa62a7502e71268f006169..abc03df5db99fd57416ef75fd543dc082e8dc5b1 100644 (file)
                 <title>Kernel Command Line</title>
 
                 <para>A few configuration parameters from
                 <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>
                 the kernel command line:</para>
 
                 <variablelist>
index 71ce0aca438e1c581254156bd23bf74f687e1b1d..fef5c2c83a8151336b4069b5ed4f7e9873496f25 100644 (file)
                                 list of capability names, see
                                 <citerefentry><refentrytitle>capabilities</refentrytitle><manvolnum>7</manvolnum></citerefentry>
                                 for more information. Note that the
                                 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,
                                 granted in any way: CAP_CHOWN,
                                 CAP_DAC_OVERRIDE, CAP_DAC_READ_SEARCH,
                                 CAP_FOWNER, CAP_FSETID, CAP_IPC_OWNER,
index d3e08a8f1dacdf0df6df349e49405c6dc3ffb2d9..604aab6f6b54d3116a14a7bfc7b171f0f8c7f7fb 100644 (file)
@@ -64,7 +64,7 @@
                 for the actual system suspend. Similar,
                 <filename>systemd-hibernate.service</filename> is
                 pulled in by <filename>hibernate.target</filename> to
                 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
 
                 <para>Immediately before entering system suspend and
                 hibernation
index 0dd5d100893d453913524af88774af75fe3dd730..92fb38f0672b6b7eecb210f7afdd504b92f6d22d 100644 (file)
@@ -83,7 +83,7 @@
         <term><option>--exec-delay=</option></term>
         <listitem>
 
         <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>
           number of seconds. This option might be useful when
           debugging system crashes during coldplug caused by loading
           non-working kernel modules.</para>
         <term><varname>udev.exec-delay=</varname></term>
         <term><varname>rd.udev.exec-delay=</varname></term>
         <listitem>
         <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>
           number of seconds. This option might be useful when
           debugging system crashes during coldplug caused by loading
           non-working kernel modules.</para>
index b31177e58b55b273dabddc757f5b5a31fbc969f5..c1ef80dae4908947bca80356145442a3eefc0446 100644 (file)
@@ -73,7 +73,7 @@
                 <title>Kernel Command Line</title>
 
                 <para>A few configuration parameters from
                 <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>
                 the kernel command line:</para>
 
                 <variablelist>
index 43006d4dc90b01649b166fe69b7d54c355e648f5..fe559e1dcb963f73d077c4ec8051c5c7280d73d0 100644 (file)
                                 <listitem><para>Takes an absolute path
                                 of a directory of the automount
                                 point. If the automount point is not
                                 <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
                                 point is installed it is created. This
                                 string must be reflected in the unit
                                 file name. (See above.) This option is
index 7776c8f4f739808e13b17173eb9855a7628f0d02..a6be932c73ad64137c61d54fbaee26800afdf634 100644 (file)
                                 capabilities will be included, the
                                 effect of the assignment
                                 inverted. Note that this option also
                                 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
                                 the effective, permitted and
                                 inheritable capability sets. The
                                 capability bounding set may also be
                                 <listitem><para>Sets the timer slack
                                 in nanoseconds for PID 1 which is then
                                 inherited to all executed processes,
                                 <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
                                 example with the
                                 <varname>TimerSlackNSec=</varname>
                                 setting in service units (for details
                                 <varname>infinity</varname> to
                                 configure no limit on a specific
                                 resource. These settings may be
                                 <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,
                                 using the corresponding LimitXXX=
                                 directives. Note that these resource
                                 limits are only defaults for units,
index e212c811fdc0dbca59bfe45974ff10c74ca4b965..d95cb011d91e1e4098ff095e7c4b3f564521b039 100644 (file)
                                 <term><varname>_SYSTEMD_OWNER_UID=</varname></term>
 
                                 <listitem>
                                 <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)
                                         the systemd hierarchy, the
                                         systemd session ID (if any),
                                         the systemd unit name (if any)
index 59ecf810fb82bebeb1497848df55ba27fe6a52b1..00a6398a1e1ac2adff0dddc36d2e433df5aad60d 100644 (file)
                 script. This is useful for compatibility with
                 SysV. Note that this compatibility is quite
                 comprehensive but not 100%. For details about the
                 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>
                 url="http://www.freedesktop.org/wiki/Software/systemd/Incompatibilities">Incompatibilities
                 with SysV</ulink> document.
                 </para>
                                 <para>Behavior of
                                 <option>idle</option> is very similar
                                 to <option>simple</option>, however
                                 <para>Behavior of
                                 <option>idle</option> is very similar
                                 to <option>simple</option>, however
-                                actual execution of 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
                                 binary is delayed until all jobs are
                                 dispatched. This may be used to avoid
                                 interleaving of output of shell
                                 <listitem><para>Takes a boolean value
                                 that specifies whether systemd should
                                 try to guess the main PID of a service
                                 <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>
                                 reliably. This option is ignored
                                 unless <option>Type=forking</option>
                                 is set and <option>PIDFile=</option>
                                 <term><varname>BusName=</varname></term>
 
                                 <listitem><para>Takes a D-Bus bus
                                 <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
                                 as. This option is mandatory for
                                 services where
                                 <varname>Type=</varname> is set to
                                 variable substitution is
                                 supported. Use
                                 <literal>${FOO}</literal> as part of a
                                 variable substitution is
                                 supported. Use
                                 <literal>${FOO}</literal> as part of a
-                                word, or as word of its own on the
+                                word, or as word of its own on the
                                 command line, in which case it will be
                                 replaced by the value of the
                                 environment variable including all
                                 command line, in which case it will be
                                 replaced by the value of the
                                 environment variable including all
                                 0. If set to
                                 <option>on-failure</option> it will be
                                 restarted only when it exited with an
                                 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
                                 terminated by a signal (including on
                                 core dump), when an operation (such as
                                 service reload) times out or when the
index afad56c5b2ef4bc1429423517093620a2c06be65..f23aad9fa04358db7d33bf94af406fc1582770a2 100644 (file)
@@ -75,7 +75,7 @@
                 inspired by Microsoft Windows
                 <filename>.ini</filename> files.</para>
 
                 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>
                 options of all the unit types. These options need to
                 be configured in the [Unit] or [Install]
                 sections of the unit files.</para>
index 77585248a9103541a9640f7e6f301e2e8af17a74..7b3d265b8da926152814b5899d6746c93509f768 100644 (file)
                                 <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>7</manvolnum></citerefentry>
                                 for details about these units. The
                                 option prefixed with
                                 <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>
                                 only in the initial RAM disk (initrd),
                                 while the one that isn't prefixed only
                                 in the main system.</para></listitem>
                                 process and all its children at boot
                                 time. May be used more than once to
                                 set multiple variables. If the equal
                                 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>
                                 an environment variable which might be
                                 passed in from the initial ram
                                 disk.</para></listitem>
index 91bc8e557194ffefcaf57da35d403e145a105284..785264e3cfad83211bd0e399b138bcc9f311458e 100644 (file)
@@ -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
                                         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>
 
                                         names.</para></listitem>
                                 </varlistentry>
 
index 0746618d005891dfd177636e63afc9d02509b2a9..7ec7a3fed00cd1cef242bbc4c255987fa0e91986 100644 (file)
@@ -94,7 +94,7 @@
       extensions are ignored.</para>
 
       <para>Every line in the rules file contains at least one key-value pair.
       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>
 
       If all match keys are matching against its value, the rule gets applied and the
       assignment keys get the specified value assigned.</para>
 
           <term><option>NAME</option></term>
           <listitem>
             <para>The name to use for a network interface. The name of a device node
           <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>
 
           </listitem>
         </varlistentry>
 
index 258c82bc627fa4880c2fbfce77cfe778026016ab..45156b7447d54a077d932c15d7977444034c2563 100644 (file)
@@ -61,7 +61,7 @@
 
                 <para>The basic file format of the
                 <filename>vconsole.conf</filename> is a
 
                 <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
                 shell-compatible variable assignments. It is possible
                 to source the configuration from shell scripts,
                 however, beyond mere variable assignments no shell
                                 defaults to <literal>us</literal> if
                                 not set. The
                                 <varname>KEYMAP_TOGGLE=</varname> can
                                 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>
                                 keymap and is by default
                                 unset.</para></listitem>
                         </varlistentry>