diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-09-05 23:08:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-13 19:35:18 +0200 |
commit | a0b78ede25ad1b07521aa6c1b70258dcc05136fa (patch) | |
tree | 10c1a70709c405099b9053db07f539f16a3bee1f /man | |
parent | c53158818d8cdaf46b3f1b5299b9bda118a1043f (diff) |
man: fix typos in halt.xml and journalctl.xml
https://bugs.freedesktop.org/show_bug.cgi?id=54501
Diffstat (limited to 'man')
-rw-r--r-- | man/halt.xml | 6 | ||||
-rw-r--r-- | man/journalctl.xml | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/man/halt.xml b/man/halt.xml index ed1c52c586..8473965194 100644 --- a/man/halt.xml +++ b/man/halt.xml @@ -88,7 +88,7 @@ <term><option>--halt</option></term> <listitem><para>Halt the machine, - regardless which one of the three + regardless of which one of the three commands is invoked.</para></listitem> </varlistentry> @@ -97,7 +97,7 @@ <term><option>--poweroff</option></term> <listitem><para>Power-off the machine, - regardless which one of the three + regardless of which one of the three commands is invoked.</para></listitem> </varlistentry> @@ -105,7 +105,7 @@ <term><option>--reboot</option></term> <listitem><para>Reboot the machine, - regardless which one of the three + regardless of which one of the three commands is invoked.</para></listitem> </varlistentry> diff --git a/man/journalctl.xml b/man/journalctl.xml index 9800cf30ed..83ddf5c3d6 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -62,7 +62,7 @@ journal as written by <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 entry collected.</para> @@ -149,7 +149,7 @@ <term><option>--follow</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 new entries as they are appended to the journal.</para></listitem> @@ -257,7 +257,7 @@ <listitem><para>Takes an absolute directory path as argument. If - specified will operate on the + specified journalctl will operate on the specified journal directory instead of the default runtime and system journal paths.</para></listitem> @@ -287,7 +287,7 @@ <literal>info</literal> (6), <literal>debug</literal> (7). If a 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 are shown. If a range is specified all messages within the range are shown, @@ -316,7 +316,7 @@ <listitem><para>Instead of showing journal contents show internal header - information of the journal fiels + information of the journal fields accessed.</para></listitem> </varlistentry> @@ -425,7 +425,7 @@ <programlisting>journalctl _SYSTEMD_UNIT=avahi-daemon.service _SYSTEMD_UNIT=dbus.service</programlisting> <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 service process with the PID 28097 plus all messages from the D-Bus service (from any of its |