mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
man: Fix spelling
This commit is contained in:
parent
d95eb43e90
commit
922d948b9f
@ -100,7 +100,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
|||||||
being stopped by a signal), and <constant>WCONTINUED</constant>
|
being stopped by a signal), and <constant>WCONTINUED</constant>
|
||||||
(watch for the child being resumed by a signal). See
|
(watch for the child being resumed by a signal). See
|
||||||
<citerefentry><refentrytitle>waitid</refentrytitle><manvolnum>2</manvolnum></citerefentry>
|
<citerefentry><refentrytitle>waitid</refentrytitle><manvolnum>2</manvolnum></citerefentry>
|
||||||
for futher information.</para>
|
for further information.</para>
|
||||||
|
|
||||||
<para>Only a single handler may be installed for a specific
|
<para>Only a single handler may be installed for a specific
|
||||||
child. The handler is enabled
|
child. The handler is enabled
|
||||||
|
@ -95,7 +95,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<structname>const struct signalfd_siginfo</structname> containing
|
<structname>const struct signalfd_siginfo</structname> containing
|
||||||
the information about the received signal. See
|
the information about the received signal. See
|
||||||
<citerefentry><refentrytitle>signalfd</refentrytitle><manvolnum>2</manvolnum></citerefentry>
|
<citerefentry><refentrytitle>signalfd</refentrytitle><manvolnum>2</manvolnum></citerefentry>
|
||||||
for futher information.</para>
|
for further information.</para>
|
||||||
|
|
||||||
<para>Only a single handler may be installed for a specific
|
<para>Only a single handler may be installed for a specific
|
||||||
signal. The signal will be unblocked, and must be
|
signal. The signal will be unblocked, and must be
|
||||||
|
@ -173,7 +173,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<para>Note that any <varname>After=</varname> dependency is
|
<para>Note that any <varname>After=</varname> dependency is
|
||||||
automatically mirrored to create a
|
automatically mirrored to create a
|
||||||
<varname>Before=</varname> dependency. Temporal dependencies
|
<varname>Before=</varname> dependency. Temporal dependencies
|
||||||
may be specified explictly, but are also created implicitly
|
may be specified explicitly, but are also created implicitly
|
||||||
for units which are <varname>WantedBy=</varname> targets
|
for units which are <varname>WantedBy=</varname> targets
|
||||||
(see
|
(see
|
||||||
<citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>),
|
<citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>),
|
||||||
|
Loading…
Reference in New Issue
Block a user