Skip to content

Commit f3f480e

Browse files
committed
Fixed errors.
1 parent ae6297d commit f3f480e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

articles/journalctl.asm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You must have &sudo; privileges.
138138
</merge>
139139
<module renderas="section" resourceref="_journal-about-journald"/>
140140
<module renderas="section" resourceref="_journald-configure"/>
141-
<module renderas="section" resourceref="journalctl-usage"/>
141+
<module renderas="section" resourceref="_journalctl-usage"/>
142142
<module renderas="section" resourceref="_systemd-journald-troubleshooting"/>
143143
<module resourceref="_legal"/>
144144
<module resourceref="_gfdl">

concepts/journal-about-journald.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,14 @@
6969
</listitem>
7070
</itemizedlist>
7171
</section>
72-
<section xml:id="sec-journalctl-filter">
72+
<section xml:id="sec-journalctl-filter">
7373
<title>Filtering the journal output</title>
7474

7575
<para>
7676
This section describes how to refine the search in logs according to boot numbers, for specific time interval or to view specific data fields.
7777
content of the journal, the oldest entries listed first. The output can be
7878
filtered by specific switches and fields.
7979
</para>
80-
8180
<section xml:id="sec-journalctl-filter-boot">
8281
<title>Filtering based on a boot number</title>
8382
<para>

references/journalctl-usage.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@
3030
<para>
3131
You can run the <command>journalctl</command>:
3232
</para>
33-
3433
<section xml:id="sec-journalctl-usage">
3534
<title>Using <command>journalctl</command>sage</title>
36-
3735
<para>
3836
Running the <command>journalctl</command> without any options displays all logged messages, usually starting from the oldest, and pipes the output through a pager (like less) for easy navigation.
3937
</para>
@@ -46,7 +44,6 @@
4644
</para>
4745
<screen>&prompt.sudo;journalctl /usr/lib/systemd/systemd</screen>
4846
</tip>
49-
5047
<variablelist>
5148
<varlistentry>
5249
<term>-f</term>

0 commit comments

Comments
 (0)