mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man: typo fixes
Fixes a few more typos. Also changes a "Accept=no" to "Accept=false" to be consistent with the previous examples in the same man page.
This commit is contained in:
parent
173fa08331
commit
f848f8d87e
@ -91,7 +91,7 @@
|
|||||||
mounting. See
|
mounting. See
|
||||||
<citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
|
<citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
|
||||||
|
|
||||||
<para>If an mount point is beneath another mount point
|
<para>If a mount point is beneath another mount point
|
||||||
in the file system hierarchy, a dependency between both
|
in the file system hierarchy, a dependency between both
|
||||||
units is created automatically.</para>
|
units is created automatically.</para>
|
||||||
|
|
||||||
@ -133,7 +133,7 @@
|
|||||||
should wait for a device to show up before giving up
|
should wait for a device to show up before giving up
|
||||||
on an entry from
|
on an entry from
|
||||||
<filename>/etc/fstab</filename>. Specify a time in
|
<filename>/etc/fstab</filename>. Specify a time in
|
||||||
seconds or explicitly specifiy a unit as
|
seconds or explicitly specify a unit as
|
||||||
<literal>s</literal>, <literal>min</literal>,
|
<literal>s</literal>, <literal>min</literal>,
|
||||||
<literal>h</literal>, <literal>ms</literal>.</para>
|
<literal>h</literal>, <literal>ms</literal>.</para>
|
||||||
|
|
||||||
@ -177,7 +177,7 @@
|
|||||||
<term><varname>Where=</varname></term>
|
<term><varname>Where=</varname></term>
|
||||||
<listitem><para>Takes an absolute path
|
<listitem><para>Takes an absolute path
|
||||||
of a directory of the mount point. If
|
of a directory of the mount point. If
|
||||||
the mount point is not existing at
|
the mount point does not exist at the
|
||||||
time of mounting, it is created. This
|
time of mounting, it is created. This
|
||||||
string must be reflected in the unit
|
string must be reflected in the unit
|
||||||
file name. (See above.) This option is
|
file name. (See above.) This option is
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
used to monitor files or directories changed by other
|
used to monitor files or directories changed by other
|
||||||
machines on remote NFS file systems.</para>
|
machines on remote NFS file systems.</para>
|
||||||
|
|
||||||
<para>If an path unit is beneath another mount
|
<para>If a path unit is beneath another mount
|
||||||
point in the file system hierarchy, a dependency
|
point in the file system hierarchy, a dependency
|
||||||
between both units is created automatically.</para>
|
between both units is created automatically.</para>
|
||||||
|
|
||||||
|
@ -395,7 +395,7 @@
|
|||||||
until at least one existing connection
|
until at least one existing connection
|
||||||
is terminated. This setting has no
|
is terminated. This setting has no
|
||||||
effect for sockets configured with
|
effect for sockets configured with
|
||||||
<option>Accept=no</option> or datagram
|
<option>Accept=false</option> or datagram
|
||||||
sockets. Defaults to
|
sockets. Defaults to
|
||||||
64.</para></listitem>
|
64.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -684,7 +684,7 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><filename>syslog.socket</filename></term>
|
<term><filename>syslog.socket</filename></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The socket unit where
|
<para>The socket unit
|
||||||
syslog implementations should
|
syslog implementations should
|
||||||
listen on. All userspace log
|
listen on. All userspace log
|
||||||
messages will be made
|
messages will be made
|
||||||
|
Loading…
Reference in New Issue
Block a user