diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-25 08:16:37 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-25 08:16:37 +0100 |
commit | 81d183681aea972fddd453d62109f8ccda3f447a (patch) | |
tree | b8d1f1a9cf2c7ebbfca270985dd62a80e5035efe /doc/apt-verbatim.ent | |
parent | 61f954bff040809e7ab57b3adec2fe95339ffb94 (diff) |
start adding apt.8.xml
Diffstat (limited to 'doc/apt-verbatim.ent')
-rw-r--r-- | doc/apt-verbatim.ent | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 0d0d95c7a..8581ec630 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -247,6 +247,24 @@ <!ENTITY synopsis-param-filename "<filename><replaceable>&synopsis-filename;</replaceable></filename>"> <!ENTITY synopsis-help "<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>"> +<!ENTITY synopsis-command-apt "<refsynopsisdiv><cmdsynopsis> + <command>apt</command> + <arg><option>-h</option></arg> + &synopsis-arg-option; + &synopsis-arg-config; + &synopsis-arg-target-release; + &synopsis-arg-architecture; + <group choice='req'> + <arg choice='plain'>list</arg> + <arg choice='plain'>search</arg> + <arg choice='plain'>show</arg> + <arg choice='plain'>update</arg> + <arg choice='plain'>upgrade</arg> + <arg choice='plain'>install &synopsis-arg-pkgver;</arg> + <arg choice='plain'>remove &synopsis-arg-pkg;</arg> + &synopsis-help; + </group> +</cmdsynopsis></refsynopsisdiv>"> <!ENTITY synopsis-command-apt-get "<refsynopsisdiv><cmdsynopsis> <command>apt-get</command> <arg><option>-asqdyfmubV</option></arg> |