]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typos
authorErik Sjölund <erik.sjolund@gmail.com>
Wed, 21 Jun 2023 06:35:03 +0000 (08:35 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 27 Jul 2023 08:54:43 +0000 (09:54 +0100)
man/systemctl.xml
man/systemd.exec.xml
man/systemd.nspawn.xml
man/systemd.service.xml
man/systemd.socket.xml
man/systemd.special.xml

index 8336c2c6854c2de8d53613907c5625e30ebae158..7d114897f2f3a794fe03a470dd4b17a35ea7dbfb 100644 (file)
@@ -101,7 +101,7 @@ To show all installed unit files use 'systemctl list-unit-files'.</programlistin
             <constant>failed</constant>, <constant>activating</constant>, <constant>deactivating</constant>. The SUB
             column shows the unit-type-specific detailed state of the unit, possible values vary by unit type. The list
             of possible LOAD, ACTIVE, and SUB states is not constant and new systemd releases may both add and remove
-            values. <programlisting>systemctl --state=help</programlisting> command maybe be used to display the
+            values. <programlisting>systemctl --state=help</programlisting> command may be used to display the
             current set of possible values.</para>
 
             <para>This is the default command.</para>
index b06a4ed59eea2ef1069f3363ba04216fa0d935f0..13938caba594dfce43f78ab3fb151a45bbd05c45 100644 (file)
@@ -1112,7 +1112,7 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting>
         the root user) do not share their key material among each other. If <option>shared</option> is used a new
         session keyring is allocated as for <option>private</option>, but the user keyring of the user configured with
         <varname>User=</varname> is linked into it, so that keys assigned to the user may be requested by the unit's
-        processes. In this modes multiple units running processes under the same user ID may share key material. Unless
+        processes. In this mode multiple units running processes under the same user ID may share key material. Unless
         <option>inherit</option> is selected the unique invocation ID for the unit (see below) is added as a protected
         key by the name <literal>invocation_id</literal> to the newly created session keyring. Defaults to
         <option>private</option> for services of the system service manager and to <option>inherit</option> for
@@ -1738,7 +1738,7 @@ BindReadOnlyPaths=/var/lib/systemd</programlisting>
       <varlistentry>
         <term><varname>NetworkNamespacePath=</varname></term>
 
-        <listitem><para>Takes an absolute file system path refererring to a Linux network namespace
+        <listitem><para>Takes an absolute file system path referring to a Linux network namespace
         pseudo-file (i.e. a file like <filename>/proc/$PID/ns/net</filename> or a bind mount or symlink to
         one). When set the invoked processes are added to the network namespace referenced by that path. The
         path has to point to a valid namespace file at the moment the processes are forked off. If this
@@ -1792,7 +1792,7 @@ BindReadOnlyPaths=/var/lib/systemd</programlisting>
       <varlistentry>
         <term><varname>IPCNamespacePath=</varname></term>
 
-        <listitem><para>Takes an absolute file system path refererring to a Linux IPC namespace
+        <listitem><para>Takes an absolute file system path referring to a Linux IPC namespace
         pseudo-file (i.e. a file like <filename>/proc/$PID/ns/ipc</filename> or a bind mount or symlink to
         one). When set the invoked processes are added to the network namespace referenced by that path. The
         path has to point to a valid namespace file at the moment the processes are forked off. If this
index ec94176c01879fb7e730ae54172d1ba7430e4d24..f60d1d83a03e0c84c1488045bc95d30b6a2ebd06 100644 (file)
         name is the interface name on the host, the second the interface name in the container. The latter
         may be omitted in which case it is set to the same name as the host side interface. This setting
         implies <varname>Private=yes</varname>. This setting corresponds to the
-        <option>--network-veth-extra=</option> command line switch, and maybe be used multiple times. It is
+        <option>--network-veth-extra=</option> command line switch, and may be used multiple times. It is
         independent of <varname>VirtualEthernet=</varname>. Note that this option is unrelated to the
         <varname>Bridge=</varname> setting below, and thus any connections created this way are not
         automatically added to any bridge device on the host side. This option is privileged (see
index d5674aeffd0679eb71552444f523eb9a68dd6862..6237d27f00c0b05a5de6c6617a6ddb9351d7bf9a 100644 (file)
         nor failed, or a job is queued for the service, or the service is expected to be restarted. If
         <constant>yes</constant> the file descriptor store is kept around until the unit is removed from
         memory (i.e. is not referenced anymore and inactive). The latter is useful to keep entries in the
-        file descriptor store pinned until the service manage exits.</para>
+        file descriptor store pinned until the service manager exits.</para>
 
         <para>Use <command>systemctl clean --what=fdstore …</command> to release the file descriptor store
         explicitly.</para></listitem>
index 9207d7090432566c006e30cc747f1ca401f59e1e..45555302f110ff471a819d6b1ed853dfc20c17ed 100644 (file)
         and the <ulink
         url="http://www.tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/">TCP
         Keepalive HOWTO</ulink> for details.)
-        Defaults value is 7200 seconds (2 hours).</para></listitem>
+        Default value is 7200 seconds (2 hours).</para></listitem>
       </varlistentry>
 
       <varlistentry>
         <constant>TCP_KEEPINTVL</constant> socket option (see <citerefentry
         project='man-pages'><refentrytitle>socket</refentrytitle><manvolnum>7</manvolnum></citerefentry> and
         the <ulink url="http://www.tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/">TCP Keepalive
-        HOWTO</ulink> for details.) Defaults value is 75 seconds.</para></listitem>
+        HOWTO</ulink> for details.) Default value is 75 seconds.</para></listitem>
       </varlistentry>
 
       <varlistentry>
         <citerefentry project='man-pages'><refentrytitle>socket</refentrytitle><manvolnum>7</manvolnum></citerefentry>
         and the <ulink
         url="http://www.tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/">TCP
-        Keepalive HOWTO</ulink> for details.) Defaults value is
+        Keepalive HOWTO</ulink> for details.) Default value is
         9.</para></listitem>
       </varlistentry>
 
index c90e7156edca3a193b886739aff046602bafb351..7d2c3f404bbea3308177ceccd327d24cddd0aaa3 100644 (file)
             <citerefentry><refentrytitle>systemd-timesyncd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
             service is a simple daemon that pulls in this target and orders itself before it. Besides
             implementing the SNTP network protocol it maintains a timestamp file on disk whose modification
-            time is regularlary updated. At service start-up the local system clock is set from that modification time,
+            time is regularly updated. At service start-up the local system clock is set from that modification time,
             ensuring it increases roughly monotonically.</para>
 
             <para>Note that ordering a unit after <filename>time-set.target</filename> only has effect if