summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-08-17 19:26:35 +0200
committerJulian Andres Klode <jak@debian.org>2017-08-17 19:26:35 +0200
commitea7581c9aaaaebf844d00935a1cdf8c8fee7f7f3 (patch)
tree74311b2a36c5cec654f8b313b127f1b64a7c1c62
parent550907ac0e1c1337686cb30c0a05bce9690d3d59 (diff)
doc: Fix validity error in apt_auth.conf.5.xml
It contained raw text inside a refsect1 Gbp-Dch: ignore
-rw-r--r--doc/apt_auth.conf.5.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/apt_auth.conf.5.xml b/doc/apt_auth.conf.5.xml
index 8a1882604..37e4fbc98 100644
--- a/doc/apt_auth.conf.5.xml
+++ b/doc/apt_auth.conf.5.xml
@@ -88,7 +88,7 @@ login apt
password debian</literallayout>
Or alternatively within a single line:
<literallayout>machine example.org login apt password debian</literallayout>
-If you need to be more specific all of these lines will also apply to the example entry:</para>
+If you need to be more specific all of these lines will also apply to the example entry:
<literallayout>machine example.org/deb login apt password debian
machine example.org/debian login apt password debian
machine example.org/debian/ login apt password debian
@@ -100,6 +100,7 @@ machine example.org/ubuntu login apt password debian
machine example.orga login apt password debian
machine example.net login apt password debian
</literallayout>
+</para>
</refsect1>
<refsect1><title>Notes</title>