mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
man: fix typos in halt.xml and journalctl.xml
https://bugs.freedesktop.org/show_bug.cgi?id=54501
This commit is contained in:
parent
c53158818d
commit
a0b78ede25
@ -88,7 +88,7 @@
|
|||||||
<term><option>--halt</option></term>
|
<term><option>--halt</option></term>
|
||||||
|
|
||||||
<listitem><para>Halt the machine,
|
<listitem><para>Halt the machine,
|
||||||
regardless which one of the three
|
regardless of which one of the three
|
||||||
commands is invoked.</para></listitem>
|
commands is invoked.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -97,7 +97,7 @@
|
|||||||
<term><option>--poweroff</option></term>
|
<term><option>--poweroff</option></term>
|
||||||
|
|
||||||
<listitem><para>Power-off the machine,
|
<listitem><para>Power-off the machine,
|
||||||
regardless which one of the three
|
regardless of which one of the three
|
||||||
commands is invoked.</para></listitem>
|
commands is invoked.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -105,7 +105,7 @@
|
|||||||
<term><option>--reboot</option></term>
|
<term><option>--reboot</option></term>
|
||||||
|
|
||||||
<listitem><para>Reboot the machine,
|
<listitem><para>Reboot the machine,
|
||||||
regardless which one of the three
|
regardless of which one of the three
|
||||||
commands is invoked.</para></listitem>
|
commands is invoked.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
journal as written by
|
journal as written by
|
||||||
<citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
|
<citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
|
||||||
|
|
||||||
<para>If called without parameter will show the full
|
<para>If called without parameter it will show the full
|
||||||
contents of the journal, starting with the oldest
|
contents of the journal, starting with the oldest
|
||||||
entry collected.</para>
|
entry collected.</para>
|
||||||
|
|
||||||
@ -149,7 +149,7 @@
|
|||||||
<term><option>--follow</option></term>
|
<term><option>--follow</option></term>
|
||||||
<term><option>-f</option></term>
|
<term><option>-f</option></term>
|
||||||
|
|
||||||
<listitem><para>Show only most recent
|
<listitem><para>Show only the most recent
|
||||||
journal entries, and continuously print
|
journal entries, and continuously print
|
||||||
new entries as they are appended to
|
new entries as they are appended to
|
||||||
the journal.</para></listitem>
|
the journal.</para></listitem>
|
||||||
@ -257,7 +257,7 @@
|
|||||||
|
|
||||||
<listitem><para>Takes an absolute
|
<listitem><para>Takes an absolute
|
||||||
directory path as argument. If
|
directory path as argument. If
|
||||||
specified will operate on the
|
specified journalctl will operate on the
|
||||||
specified journal directory instead of
|
specified journal directory instead of
|
||||||
the default runtime and system journal
|
the default runtime and system journal
|
||||||
paths.</para></listitem>
|
paths.</para></listitem>
|
||||||
@ -287,7 +287,7 @@
|
|||||||
<literal>info</literal> (6),
|
<literal>info</literal> (6),
|
||||||
<literal>debug</literal> (7). If a
|
<literal>debug</literal> (7). If a
|
||||||
single log level is specified all
|
single log level is specified all
|
||||||
messages with this log levels or a
|
messages with this log level or a
|
||||||
lower (hence more important) log level
|
lower (hence more important) log level
|
||||||
are shown. If a range is specified all
|
are shown. If a range is specified all
|
||||||
messages within the range are shown,
|
messages within the range are shown,
|
||||||
@ -316,7 +316,7 @@
|
|||||||
|
|
||||||
<listitem><para>Instead of showing
|
<listitem><para>Instead of showing
|
||||||
journal contents show internal header
|
journal contents show internal header
|
||||||
information of the journal fiels
|
information of the journal fields
|
||||||
accessed.</para></listitem>
|
accessed.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -425,7 +425,7 @@
|
|||||||
<programlisting>journalctl _SYSTEMD_UNIT=avahi-daemon.service _SYSTEMD_UNIT=dbus.service</programlisting>
|
<programlisting>journalctl _SYSTEMD_UNIT=avahi-daemon.service _SYSTEMD_UNIT=dbus.service</programlisting>
|
||||||
|
|
||||||
<para>If the separator "<literal>+</literal>" is used
|
<para>If the separator "<literal>+</literal>" is used
|
||||||
two expression may be combined in a logical OR. The
|
two expressions may be combined in a logical OR. The
|
||||||
following will show all messages from the Avahi
|
following will show all messages from the Avahi
|
||||||
service process with the PID 28097 plus all messages
|
service process with the PID 28097 plus all messages
|
||||||
from the D-Bus service (from any of its
|
from the D-Bus service (from any of its
|
||||||
|
Loading…
Reference in New Issue
Block a user