Przeglądaj źródła

* Clarify documentation of --no-upgrade in apt-get(8) (...
Author: mdz
Date: 2003-12-20 23:44:32 GMT
* Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)

Arch Librarian 22 lat temu
rodzic
commit
50a5772846
2 zmienionych plików z 8 dodań i 4 usunięć
  1. 2 1
      debian/changelog
  2. 6 3
      doc/apt-get.8.sgml

+ 2 - 1
debian/changelog

@@ -26,8 +26,9 @@ apt (0.5.15) unstable; urgency=low
     - --recursive applies to both depends and rdepends
   * Japanese translation of documentation from Kurasawa Nozomu <nabetaro@slug.jp>
     (Closes: #186235)
+  * Clarify documentation of --no-upgrade in apt-get(8) (Closes: #219743)
 
- -- Matt Zimmerman <mdz@debian.org>  Sat, 20 Dec 2003 15:29:48 -0800
+ -- Matt Zimmerman <mdz@debian.org>  Sat, 20 Dec 2003 15:44:21 -0800
 
 apt (0.5.14) unstable; urgency=low
 

+ 6 - 3
doc/apt-get.8.sgml

@@ -325,9 +325,12 @@
 
      <VarListEntry><term><option/--no-upgrade/</>
      <ListItem><Para>
-     Do not upgrade packages; When used in conjunction with <literal/install/
-     <literal/no-upgrade/ will prevent packages listed from being upgraded
-     if they are already installed. 
+
+     Do not upgrade packages; When used in conjunction with
+     <literal/install/, <literal/no-upgrade/ will prevent packages
+     listed on the command linefrom being upgraded if they are already
+     installed.
+
      Configuration Item: <literal/APT::Get::Upgrade/.
      </VarListEntry>