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-get.8.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-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 88 |
1 files changed, 2 insertions, 86 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 956259ef4..65929e733 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -33,92 +33,8 @@ <refpurpose>APT package handling utility -- command-line interface</refpurpose> </refnamediv> - <!-- Arguments --> - <refsynopsisdiv> - <cmdsynopsis> - <command>apt-get</command> - <arg><option>-sqdyfmubV</option></arg> - <arg> - <option>-o= - <replaceable>config_string</replaceable> - </option> - </arg> - <arg> - <option>-c= - <replaceable>config_file</replaceable> - </option> - </arg> - <arg> - <option>-t=</option> - <arg choice='plain'> - <replaceable>target_release</replaceable> - </arg> - </arg> - <arg> - <option>-a=</option> - <arg choice='plain'> - <replaceable>default_architecture</replaceable> - </arg> - </arg> - - - <group choice="req"> - <arg choice='plain'>update</arg> - <arg choice='plain'>upgrade</arg> - <arg choice='plain'>dselect-upgrade</arg> - <arg choice='plain'>dist-upgrade</arg> - <arg choice='plain'>install - <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable> - <arg> - <group choice='req'> - <arg choice='plain'> - =<replaceable>pkg_version_number</replaceable> - </arg> - <arg choice='plain'> - /<replaceable>target_release</replaceable> - </arg> - </group> - </arg> - </arg> - </arg> - <arg choice='plain'>remove <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> - <arg choice='plain'>purge <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> - <arg choice='plain'>source - <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable> - <arg> - <group choice='req'> - <arg choice='plain'> - =<replaceable>pkg_version_number</replaceable> - </arg> - <arg choice='plain'> - /<replaceable>target_release</replaceable> - </arg> - </group> - </arg> - </arg> - </arg> - <arg choice='plain'>build-dep <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg> - <arg choice='plain'>check</arg> - <arg choice='plain'>download <arg choice='plain' rep='repeat'><replaceable>pkg</replaceable></arg></arg> - <arg choice='plain'>clean</arg> - <arg choice='plain'>autoclean</arg> - <arg choice='plain'>autoremove</arg> - <arg choice='plain'> - <group choice='req'> - <arg choice='plain'>-v</arg> - <arg choice='plain'>--version</arg> - </group> - </arg> - <arg choice='plain'> - <group choice='req'> - <arg choice='plain'>-h</arg> - <arg choice='plain'>--help</arg> - </group> - </arg> - </group> - </cmdsynopsis> - </refsynopsisdiv> - + &synopsis-command-apt-get; + <refsect1><title>Description</title> <para><command>apt-get</command> is the command-line tool for handling packages, and may be considered the user's "back-end" to other tools using the APT |