]> git.saurik.com Git - apt.git/blobdiff - doc/apt-get.8.xml
Clearly documented '/<release>' and '=<version>' in apt-get.8.
[apt.git] / doc / apt-get.8.xml
index 2ea6ea1d460214605a41aa62b1198186fe391e20..7dc2fedb9c87c72db8d126cc23643424e59f66ca 100644 (file)
@@ -15,7 +15,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>29 February 2004</date>
+   <date>28 October 2008</date>
  </refentryinfo>
  
  <refmeta>
          <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>
  <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>