man: fix typos (#4527)
authorJakub Wilk <jwilk@jwilk.net>
Mon, 31 Oct 2016 12:08:08 +0000 (13:08 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 31 Oct 2016 12:08:08 +0000 (08:08 -0400)
man/machinectl.xml
man/sd_journal_stream_fd.xml
man/systemctl.xml
man/systemd-machine-id-setup.xml
man/systemd-socket-activate.xml
man/systemd-system.conf.xml
man/systemd.exec.xml
man/systemd.offline-updates.xml
man/systemd.target.xml
man/tmpfiles.d.xml

index 0d57c01..5a6ec29 100644 (file)
 
          <listitem><para>When used with the <command>shell</command> command, chooses the user ID to
          open the interactive shell session as. If the argument to the <command>shell</command>
-         command also specifies an user name, this option is ignored. If the name is not specified
+         command also specifies a user name, this option is ignored. If the name is not specified
          in either way, <literal>root</literal> will be used by default. Note that this switch is
          not supported for the <command>login</command> command (see below).</para></listitem>
       </varlistentry>
index 226298a..db88eba 100644 (file)
   <refsect1>
     <title>Notes</title>
 
-    <para>Function <function>sd_journal_stream_fd()</function> is thread-safe and may be be called
+    <para>Function <function>sd_journal_stream_fd()</function> is thread-safe and may be called
     from multiple threads. All calls will return the same file descriptor, although temporarily
     multiple file descriptors may be open.</para>
 
index 225eb06..ae3296d 100644 (file)
@@ -1265,7 +1265,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service
             <literal>foo.service.d/</literal> with all their contained files are removed, both below the persistent and
             runtime configuration directories (i.e. below <filename>/etc/systemd/system</filename> and
             <filename>/run/systemd/system</filename>); if the unit file has a vendor-supplied version (i.e. a unit file
-            located below <filename>/usr</filename>) any matching peristent or runtime unit file that overrides it is
+            located below <filename>/usr</filename>) any matching persistent or runtime unit file that overrides it is
             removed, too. Note that if a unit file has no vendor-supplied version (i.e. is only defined below
             <filename>/etc/systemd/system</filename> or <filename>/run/systemd/system</filename>, but not in a unit
             file stored below <filename>/usr</filename>), then it is not removed. Also, if a unit is masked, it is
index 749987a..944e899 100644 (file)
@@ -82,7 +82,7 @@
       <filename>/etc/machine-id</filename>.</para></listitem>
 
       <listitem><para>If run inside a KVM virtual machine and a UUID
-      is was configured (via the <option>-uuid</option>
+      is configured (via the <option>-uuid</option>
       option), this UUID is used to initialize the machine ID. The
       caller must ensure that the UUID passed is sufficiently unique
       and is different for every booted instance of the
       <varlistentry>
         <term><option>--print</option></term>
 
-        <listitem><para>Print the machine ID generated or commited after the operation is complete.</para></listitem>
+        <listitem><para>Print the machine ID generated or committed after the operation is complete.</para></listitem>
       </varlistentry>
 
       <xi:include href="standard-options.xml" xpointer="help" />
index 2cf3a7d..1c0619a 100644 (file)
         <varname>FileDescriptorName=</varname> in socket unit files, and enables use of
         <citerefentry><refentrytitle>sd_listen_fds_with_names</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
         Multiple entries may be specifies using separate options or by separating names with colons
-        (<literal>:</literal>) in one option. In case more names are given than descriptors, superfluous ones willl be
+        (<literal>:</literal>) in one option. In case more names are given than descriptors, superfluous ones will be
         ignored. In case less names are given than descriptors, the remaining file descriptors will be unnamed.
         </para></listitem>
       </varlistentry>
index 80cad7f..e4e81f7 100644 (file)
         <varname>TasksAccounting=</varname>. See
         <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>
         for details on the per-unit
-        settings. <varname>DefaulTasksAccounting=</varname> defaults
+        settings. <varname>DefaultTasksAccounting=</varname> defaults
         to on, the other three settings to off.</para></listitem>
       </varlistentry>
 
index 54ec7e2..d3a19c5 100644 (file)
         mechanism. Almost no services need to write to these at runtime; it is hence recommended to turn this on for
         most services. For this setting the same restrictions regarding mount propagation and privileges apply as for
         <varname>ReadOnlyPaths=</varname> and related calls, see above. Defaults to off.
-        Note that this option does not prevent kernel tuning through IPC interfaces and exeternal programs. However
+        Note that this option does not prevent kernel tuning through IPC interfaces and external programs. However
         <varname>InaccessiblePaths=</varname> can be used to make some IPC file system objects
         inaccessible.</para></listitem>
       </varlistentry>
 
         <listitem><para>Takes a boolean argument. If true, explicit module loading will
         be denied. This allows to turn off module load and unload operations on modular
-        kernels. It is recomended to turn this on for most services that do not need special
+        kernels. It is recommended to turn this on for most services that do not need special
         file systems or extra kernel modules to work. Default to off. Enabling this option
         removes <constant>CAP_SYS_MODULE</constant> from the capability bounding set for
         the unit, and installs a system call filter to block module system calls,
index f404c8d..07a5225 100644 (file)
         <varname>FailureAction=</varname> makes sure that the specified unit is activated if your
         script exits uncleanly (by non-zero error code, or signal/coredump). If your script succeeds
         you should trigger the reboot in your own code, for example by invoking logind's
-        <command>Reboot()</command> call or calling <command>systemct reboot</command>. See
+        <command>Reboot()</command> call or calling <command>systemctl reboot</command>. See
         <ulink url="http://www.freedesktop.org/wiki/Software/systemd/logind">logind dbus API</ulink>
         for details.</para>
       </listitem>
index 2e35e54..b3cccd4 100644 (file)
@@ -83,7 +83,7 @@
     <title>Automatic Dependencies</title>
 
     <para>Unless <varname>DefaultDependencies=</varname> is set to
-    <option>no</option> in either of releated units or an explicit ordering
+    <option>no</option> in either of related units or an explicit ordering
     dependency is already defined, target units will implicitly complement all
     configured dependencies of type <varname>Wants=</varname> or
     <varname>Requires=</varname> with dependencies of type
index 75fb901..e040a16 100644 (file)
@@ -644,7 +644,7 @@ d /run/uscreens 0755 root screen 10d12h
 t /run/cups - - - - security.SMACK64=printing user.attr-with-spaces="foo bar"
       </programlisting>
 
-      <para>The direcory will be owned by root and have default mode. It's contents are
+      <para>The directory will be owned by root and have default mode. Its contents are
       not subject to time based cleanup, but will be obliterated when
       <command>systemd-tmpfiles --remove</command> runs.</para>
     </example>