Skip to content

Commit 6870daf

Browse files
eriksjolundbluca
authored andcommitted
man: fix typos
1 parent 0199f20 commit 6870daf

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

man/systemctl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To show all installed unit files use 'systemctl list-unit-files'.</programlistin
101101
<constant>failed</constant>, <constant>activating</constant>, <constant>deactivating</constant>. The SUB
102102
column shows the unit-type-specific detailed state of the unit, possible values vary by unit type. The list
103103
of possible LOAD, ACTIVE, and SUB states is not constant and new systemd releases may both add and remove
104-
values. <programlisting>systemctl --state=help</programlisting> command maybe be used to display the
104+
values. <programlisting>systemctl --state=help</programlisting> command may be used to display the
105105
current set of possible values.</para>
106106

107107
<para>This is the default command.</para>

man/systemd.exec.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting>
11121112
the root user) do not share their key material among each other. If <option>shared</option> is used a new
11131113
session keyring is allocated as for <option>private</option>, but the user keyring of the user configured with
11141114
<varname>User=</varname> is linked into it, so that keys assigned to the user may be requested by the unit's
1115-
processes. In this modes multiple units running processes under the same user ID may share key material. Unless
1115+
processes. In this mode multiple units running processes under the same user ID may share key material. Unless
11161116
<option>inherit</option> is selected the unique invocation ID for the unit (see below) is added as a protected
11171117
key by the name <literal>invocation_id</literal> to the newly created session keyring. Defaults to
11181118
<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>
17381738
<varlistentry>
17391739
<term><varname>NetworkNamespacePath=</varname></term>
17401740

1741-
<listitem><para>Takes an absolute file system path refererring to a Linux network namespace
1741+
<listitem><para>Takes an absolute file system path referring to a Linux network namespace
17421742
pseudo-file (i.e. a file like <filename>/proc/$PID/ns/net</filename> or a bind mount or symlink to
17431743
one). When set the invoked processes are added to the network namespace referenced by that path. The
17441744
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>
17921792
<varlistentry>
17931793
<term><varname>IPCNamespacePath=</varname></term>
17941794

1795-
<listitem><para>Takes an absolute file system path refererring to a Linux IPC namespace
1795+
<listitem><para>Takes an absolute file system path referring to a Linux IPC namespace
17961796
pseudo-file (i.e. a file like <filename>/proc/$PID/ns/ipc</filename> or a bind mount or symlink to
17971797
one). When set the invoked processes are added to the network namespace referenced by that path. The
17981798
path has to point to a valid namespace file at the moment the processes are forked off. If this

man/systemd.nspawn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
name is the interface name on the host, the second the interface name in the container. The latter
522522
may be omitted in which case it is set to the same name as the host side interface. This setting
523523
implies <varname>Private=yes</varname>. This setting corresponds to the
524-
<option>--network-veth-extra=</option> command line switch, and maybe be used multiple times. It is
524+
<option>--network-veth-extra=</option> command line switch, and may be used multiple times. It is
525525
independent of <varname>VirtualEthernet=</varname>. Note that this option is unrelated to the
526526
<varname>Bridge=</varname> setting below, and thus any connections created this way are not
527527
automatically added to any bridge device on the host side. This option is privileged (see

man/systemd.service.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
nor failed, or a job is queued for the service, or the service is expected to be restarted. If
11301130
<constant>yes</constant> the file descriptor store is kept around until the unit is removed from
11311131
memory (i.e. is not referenced anymore and inactive). The latter is useful to keep entries in the
1132-
file descriptor store pinned until the service manage exits.</para>
1132+
file descriptor store pinned until the service manager exits.</para>
11331133

11341134
<para>Use <command>systemctl clean --what=fdstore …</command> to release the file descriptor store
11351135
explicitly.</para></listitem>

man/systemd.socket.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
and the <ulink
487487
url="http://www.tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/">TCP
488488
Keepalive HOWTO</ulink> for details.)
489-
Defaults value is 7200 seconds (2 hours).</para></listitem>
489+
Default value is 7200 seconds (2 hours).</para></listitem>
490490
</varlistentry>
491491

492492
<varlistentry>
@@ -496,7 +496,7 @@
496496
<constant>TCP_KEEPINTVL</constant> socket option (see <citerefentry
497497
project='man-pages'><refentrytitle>socket</refentrytitle><manvolnum>7</manvolnum></citerefentry> and
498498
the <ulink url="http://www.tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/">TCP Keepalive
499-
HOWTO</ulink> for details.) Defaults value is 75 seconds.</para></listitem>
499+
HOWTO</ulink> for details.) Default value is 75 seconds.</para></listitem>
500500
</varlistentry>
501501

502502
<varlistentry>
@@ -508,7 +508,7 @@
508508
<citerefentry project='man-pages'><refentrytitle>socket</refentrytitle><manvolnum>7</manvolnum></citerefentry>
509509
and the <ulink
510510
url="http://www.tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/">TCP
511-
Keepalive HOWTO</ulink> for details.) Defaults value is
511+
Keepalive HOWTO</ulink> for details.) Default value is
512512
9.</para></listitem>
513513
</varlistentry>
514514

man/systemd.special.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@
11051105
<citerefentry><refentrytitle>systemd-timesyncd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
11061106
service is a simple daemon that pulls in this target and orders itself before it. Besides
11071107
implementing the SNTP network protocol it maintains a timestamp file on disk whose modification
1108-
time is regularlary updated. At service start-up the local system clock is set from that modification time,
1108+
time is regularly updated. At service start-up the local system clock is set from that modification time,
11091109
ensuring it increases roughly monotonically.</para>
11101110

11111111
<para>Note that ordering a unit after <filename>time-set.target</filename> only has effect if

0 commit comments

Comments
 (0)