[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1034473: release-notes for Bookworm: additional line-break within command



Package: release-notes
Severity: normal


Chapter 5.1.5 of the release-notes has two command examples, which contain an
additional line-break, so the command does not work - strictly spoken:
https://www.debian.org/releases/testing/amd64/release-notes/ch-information.de.html#changes-to-system-logging
The whole command should be on one line instead.

The reason for this is a line-break within the <programlisting> ... </programlisting>
tags in the issues.dbk file.
Keeping the whole commandline in one line in issues.dbk fixes the issue.

A patch is attached.


Holger



-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
diff --git a/en/issues.dbk b/en/issues.dbk
index 47eeb67a..1de96461 100644
--- a/en/issues.dbk
+++ b/en/issues.dbk
@@ -184,9 +184,11 @@
         role="package">rsyslog</systemitem> is no longer installed by
         default. If you do not want to continue using
         <literal>rsyslog</literal>, after the upgrade you can mark it
-        as automatically installed with <programlisting>apt-mark auto
-        rsyslog</programlisting> and then an <programlisting>apt
-        autoremove</programlisting> will remove it, if possible. If you have
+        as automatically installed with
+        <programlisting>apt-mark auto rsyslog</programlisting>
+        and then an
+        <programlisting>apt autoremove</programlisting>
+        will remove it, if possible. If you have
         upgraded from older Debian releases, and not accepted the
         default configuration settings, the journal may not have been
         configured to save messages to persistent storage:

Reply to: