summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-11-01 13:19:15 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-11-01 13:19:15 +0200
commit77c9def7e8caf13bb1630bc4e3bdc4f2c1853dd4 (patch)
treef4b0e6a7b3425dbfed7eb1eda704bfc362976c6b /doc
parent2f493cc60cd7b495c0c6739b2c1a04f2e4fb389f (diff)
Clearly documented '/<release>' and '=<version>' in apt-get.8.
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-get.8.xml37
1 files changed, 32 insertions, 5 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 2ea6ea1d4..7dc2fedb9 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -15,7 +15,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>29 February 2004</date>
+ <date>28 October 2008</date>
</refentryinfo>
<refmeta>
@@ -40,10 +40,30 @@
<arg>update</arg>
<arg>upgrade</arg>
<arg>dselect-upgrade</arg>
- <arg>install <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
+ <arg>install
+ <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable>
+ <group choice='opt'>
+ <arg>
+ =<replaceable>pkg_version_number</replaceable>
+ </arg>
+ <arg>
+ /<replaceable>target_release_name</replaceable>
+ </arg>
+ </group>
+ </arg>
+ </arg>
<arg>remove <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
<arg>purge <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
- <arg>source <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
+ </arg>
+ <arg>source
+ <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable>
+ <group choice='opt'>
+ <arg>
+ =<replaceable>pkg_version_number</replaceable>
+ </arg>
+ </group>
+ </arg>
+ </arg>
<arg>build-dep <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
<arg>check</arg>
<arg>clean</arg>
@@ -495,7 +515,14 @@
<refsect1><title>Diagnostics</title>
<para><command>apt-get</command> returns zero on normal operation, decimal 100 on error.</para>
</refsect1>
-
+ <refsect1>
+ <title>ORIGINAL AUTHORS</title>
+ &apt-author.jgunthorpe;
+ </refsect1>
+ <refsect2>
+ <title>CURRENT AUTHORS</title>
+ &apt-author.team;
+ &apt-qapage;
+ </refsect2>
&manbugs;
-
</refentry>