diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-03 00:16:19 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-08-03 00:16:19 +0800 |
commit | d71da7fc900cd015143a70533723af26af6910b9 (patch) | |
tree | 211a7ac6e3cbc2c49a19681598fa428527c7cb81 | |
parent | 5e0b913f38ba39bb8bc3d0e438fc7aa9cba733fe (diff) |
Revert "fix ill-formed XML"
This reverts commit 151f93753d83919a5dcce49ab397220dc4ab9713.
-rw-r--r-- | chapter06/diffutils.xml | 2 | ||||
-rw-r--r-- | chapter08/diffutils.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index dfcb1739c..6e17d5d44 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -44,7 +44,7 @@ <title>Installation of Diffutils</title> <para>At first, fix an issue building the package with Glibc-2.34 or - later:</para> + later:<para> <screen><userinput remap="pre">sed 's/SIGSTKSZ < 16384/0/' -i lib/c-stack.c</userinput></screen> diff --git a/chapter08/diffutils.xml b/chapter08/diffutils.xml index 4fb1f09c5..b9f4b6318 100644 --- a/chapter08/diffutils.xml +++ b/chapter08/diffutils.xml @@ -42,7 +42,7 @@ <title>Installation of Diffutils</title> <para>At first, fix an issue building the package with Glibc-2.34 or - later:</para> + later:<para> <screen><userinput remap="pre">sed 's/SIGSTKSZ < 16384/0/' -i lib/c-stack.c</userinput></screen> |