Skip to content

Commit 65cdc6e

Browse files
committed
Fixed validation errors.
1 parent 8a5941a commit 65cdc6e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

articles/journalctl.asm.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ xmlns="http://docbook.org/ns/docbook">
3737
<structure renderas="article" xml:id="sles-journald">
3838
<merge>
3939
<title>Mastering System Logs: From <command>systemd-journald</command> to <command>journalctl</command></title>
40-
<title>Mastering System Logs: From <command>systemd-journald</command> to <command>journalctl</command></title>
4140
<!-- History -->
4241
<revhistory xml:id="rh-sles-journald">
4342
<revision><date>2025-11-26</date>
44-
<revision><date>2025-11-26</date>
4543
<revdescription>
4644
<para>
4745
Initial version
@@ -66,12 +64,10 @@ Initial version
6664
</meta>
6765
<!-- Social Media -->
6866
<meta name="title">Mastering System Logs: From <command>systemd-journald</command> to <command>journalctl</command></meta>
69-
<meta name="title">Mastering System Logs: From <command>systemd-journald</command> to <command>journalctl</command></meta>
7067
<meta name="description">
7168
How to view and manage &productnameshort; logs using <command>journalctl</command></meta>
7269
<!-- Search -->
7370
<meta name="social-descr">Mastering System Logs: From <command>systemd-journald</command> to <command>journalctl</command></meta>
74-
<meta name="social-descr">Mastering System Logs: From <command>systemd-journald</command> to <command>journalctl</command></meta>
7571
<!-- Task -->
7672
<meta name="task" its:translate="no">
7773
<phrase>Configuration</phrase>
@@ -111,7 +107,6 @@ You can view and analyze logs from <command>systemd-journald</command> using the
111107
<listitem>
112108
<para>
113109
This article is intended to provide a complete overview of tasks that can be performed using the <command>journalctl</command> command-line tool.
114-
This article is intended to provide a complete overview of tasks that can be performed using the <command>journalctl</command> command-line tool.
115110
</para>
116111
</listitem>
117112
</varlistentry>
@@ -136,7 +131,6 @@ You will be able to view your system logs using <command>journalctl</command>.
136131
<listitem>
137132
<para>
138133
You must have &sudo; privileges.
139-
You must have &sudo; privileges.
140134
</para>
141135
</listitem>
142136
</varlistentry>
@@ -147,7 +141,6 @@ You must have &sudo; privileges.
147141
<module renderas="section" resourceref="_journald-filter-journals"/>
148142
<module renderas="section" resourceref="_journalctl-usage"/>
149143
<module renderas="section" resourceref="_journald-configure"/>
150-
<module renderas="section" resourceref="_journalctl-usage"/>
151144
<module renderas="section" resourceref="_systemd-journald-troubleshooting"/>
152145
<module resourceref="_legal"/>
153146
<module resourceref="_gfdl">

references/journalctl-usage.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- refer to README.md for file and id naming conventions -->
1010
<!-- metadata is dealt with on the assembly level -->
1111

12-
<topic xml:id="journalctl-usage"
12+
<topic xml:id="journald-journalctl-usage"
1313
role="reference" xml:lang="en"
1414
xmlns="http://docbook.org/ns/docbook" version="5.2"
1515
xmlns:its="http://www.w3.org/2005/11/its"
@@ -30,7 +30,7 @@
3030
<para>
3131
You can run the <command>journalctl</command>:
3232
</para>
33-
<section xml:id="sec-journalctl-usage">
33+
<section>
3434
<title>Use <command>journalctl</command></title>
3535
<para>
3636
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.

0 commit comments

Comments
 (0)