diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-05 11:54:36 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-05 11:54:36 +0200 |
commit | 6e8b4572fb7d3e575821fe8799ded1c865cd866f (patch) | |
tree | 61c8ddd2b214ac108713c349aff3b1b50be4293b /doc/apt-sortpkgs.1.xml | |
parent | fd4bd9029ee0fe03c18187cd11ae4576c5e47379 (diff) |
* doc/*:
- move the command synopsis out of each manpage into apt-verbatim.ent
as they are a hell to translate and just single out the parameters
which can be translated to apt.ent
Diffstat (limited to 'doc/apt-sortpkgs.1.xml')
-rw-r--r-- | doc/apt-sortpkgs.1.xml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/apt-sortpkgs.1.xml b/doc/apt-sortpkgs.1.xml index f2bd3c3ea..c1d1aa1e1 100644 --- a/doc/apt-sortpkgs.1.xml +++ b/doc/apt-sortpkgs.1.xml @@ -33,17 +33,8 @@ <refpurpose>Utility to sort package index files</refpurpose> </refnamediv> - <!-- Arguments --> - <refsynopsisdiv> - <cmdsynopsis> - <command>apt-sortpkgs</command> - <arg><option>-hvs</option></arg> - <arg><option>-o=<replaceable>config string</replaceable></option></arg> - <arg><option>-c=<replaceable>file</replaceable></option></arg> - <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg> - </cmdsynopsis> - </refsynopsisdiv> - + &synopsis-command-apt-sortpkgs; + <refsect1><title>Description</title> <para><command>apt-sortpkgs</command> will take an index file (Source index or Package index) and sort the records so that they are ordered by the package name. |