diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-01 16:15:25 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-01 16:15:25 +0200 |
commit | 4a09fd30563425de225a33974e9522c8e8e09553 (patch) | |
tree | 3387a8229a2f6e5e7ffd0bd6db75d90f63a9dcee | |
parent | ef48e3ae39501a416274e55067412e5d6048fa43 (diff) |
Fixed validation of apt-get.8.xml
-rw-r--r-- | doc/apt-get.8.xml | 40 |
1 files 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> |