mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
man: fix typos (#4527)
This commit is contained in:
parent
52028838a1
commit
b17649ee5e
@ -188,7 +188,7 @@
|
||||
|
||||
<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>
|
||||
|
@ -104,7 +104,7 @@
|
||||
<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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
@ -154,7 +154,7 @@
|
||||
<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" />
|
||||
|
@ -142,7 +142,7 @@
|
||||
<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>
|
||||
|
@ -330,7 +330,7 @@
|
||||
<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>
|
||||
|
||||
|
@ -1090,7 +1090,7 @@
|
||||
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>
|
||||
@ -1464,7 +1464,7 @@
|
||||
|
||||
<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,
|
||||
|
@ -143,7 +143,7 @@
|
||||
<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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user