git: a496aac425 - main - Fix two remaining igor warnings by making content appear right after <para>

Benedict Reuschling bcr at FreeBSD.org
Mon Dec 28 18:45:26 UTC 2020


The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=a496aac425a025b7bb76d5a545bc9ef95e3c4123

commit a496aac425a025b7bb76d5a545bc9ef95e3c4123
Author:     Benedict Reuschling <bcr at FreeBSD.org>
AuthorDate: 2020-12-28 18:44:40 +0000
Commit:     Benedict Reuschling <bcr at FreeBSD.org>
CommitDate: 2020-12-28 18:44:40 +0000

    Fix two remaining igor warnings by making content appear right after <para>
---
 en_US.ISO8859-1/books/handbook/preface/preface.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/en_US.ISO8859-1/books/handbook/preface/preface.xml b/en_US.ISO8859-1/books/handbook/preface/preface.xml
index b407afb658..f140ec1e93 100644
--- a/en_US.ISO8859-1/books/handbook/preface/preface.xml
+++ b/en_US.ISO8859-1/books/handbook/preface/preface.xml
@@ -681,8 +681,7 @@
     simultaneously are shown with `<literal>+</literal>' between
     the keys, such as:</para>
 
-  <para>
-    <keycombo action="simul">
+  <para><keycombo action="simul">
       <keycap>Ctrl</keycap>
       <keycap>Alt</keycap>
       <keycap>Del</keycap></keycombo></para>
@@ -694,8 +693,7 @@
   <para>Keys that are meant to be typed in sequence will be separated
     with commas, for example:</para>
 
-  <para>
-    <keycombo action="simul">
+  <para><keycombo action="simul">
       <keycap>Ctrl</keycap>
       <keycap>X</keycap>
     </keycombo>,


More information about the dev-commits-doc-all mailing list