From 4a09fd30563425de225a33974e9522c8e8e09553 Mon Sep 17 00:00:00 2001
From: "Eugene V. Lyubimkin" <jackyf@1501-debian>
Date: Sat, 1 Nov 2008 16:15:25 +0200
Subject: [PATCH] Fixed validation of apt-get.8.xml

---
 doc/apt-get.8.xml | 40 +++++++++++++++++-----------------------
 1 file changed, 17 insertions(+), 23 deletions(-)

diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 40027b9f0..817ebe1b0 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -36,14 +36,7 @@
       <arg><option>-hvsqdyfmubV</option></arg>
       <arg>
 	      <option>-o=
-		      <group choice='opt'>
-			      <arg>
-				      <replaceable>config_string</replaceable>
-			      </arg>
-			      <arg>
-				      <replaceable>config string</replaceable>
-			      </arg>
-		      </group>
+			  <replaceable>config_string</replaceable>
 	      </option>
       </arg>
       <arg>
@@ -52,16 +45,15 @@
 	      </option>
       </arg>
       <arg>
-	      <option>-t=
-		      <group choice='opt'>
-			      <arg>
-				      <replaceable>target_release_name</replaceable>
-			      </arg>
-			      <arg>
-				      <replaceable>target_release_number_expression</replaceable>
-			      </arg>
-		      </group>
-	      </option>
+		  <option>-t=</option>
+		  <group choice='req'>
+			  <arg choice='plain'>
+				  target_release_name
+			  </arg>
+			  <arg choice='plain'>
+				  target_release_number_expression
+			  </arg>
+		  </group>
       </arg>
 
       <group choice="req">
@@ -563,12 +555,14 @@
  </refsect1>
  <refsect1>
 	 <title>ORIGINAL AUTHORS</title>
-	 &apt-author.jgunthorpe;
+	 <para>&apt-author.jgunthorpe;</para>
  </refsect1>
- <refsect2>
+ <refsect1>
 	 <title>CURRENT AUTHORS</title>
-	 &apt-author.team;
-	 &apt-qapage;
- </refsect2>
+	 <para>
+		 &apt-author.team;
+		 &apt-qapage;
+	 </para>
+ </refsect1>
  &manbugs;
 </refentry>
-- 
2.47.2