[Aptitude-svn-commit] r3610 - branches/aptitude-0.3/aptitude/doc/en

Daniel Burrows dburrows@costa.debian.org
Mon Jul 4 16:52:25 UTC 2005


Author: dburrows
Date: Mon Jul  4 16:52:24 2005
New Revision: 3610

Modified:
   branches/aptitude-0.3/aptitude/doc/en/aptitude.xml
Log:
Configuration documentation fixes.

Modified: branches/aptitude-0.3/aptitude/doc/en/aptitude.xml
==============================================================================
--- branches/aptitude-0.3/aptitude/doc/en/aptitude.xml	(original)
+++ branches/aptitude-0.3/aptitude/doc/en/aptitude.xml	Mon Jul  4 16:52:24 2005
@@ -7126,7 +7126,7 @@
 	      </seg>
 	    </seglistitem>
 
-	    <seglistitem id='configForget-New-On-Upgrade'>
+	    <seglistitem id='configForget-New-On-Install'>
 	      <seg><literal>Aptitude::Forget-New-On-Install</literal></seg>
 
 	      <seg><literal>false</literal></seg>
@@ -7551,7 +7551,7 @@
 	    <seglistitem id='configDownload-Poll-Interval'>
 	      <seg><literal>Aptitude::UI::Download-Poll-Interval</literal></seg>
 
-	      <seg><literal>100000</literal></seg>
+	      <seg><literal>50000</literal></seg>
 
 	      <seg>
 		This option gives the interval in milliseconds at
@@ -7728,15 +7728,18 @@
 	    <seglistitem id='configPause-After-Download'>
 	      <seg><literal>Aptitude::UI::Pause-After-Download</literal></seg>
 
-	      <seg><literal>true</literal></seg>
+	      <seg><literal>OnlyIfError</literal></seg>
 
 	      <seg>
-		If this option is <literal>true</literal>,
-		&aptitude; will display a message after it
-		finishes downloading packages, asking you if you
-		want to continue with the installation.
-		Otherwise, it will immediately begin installing
-		the packages.
+		If this option is <literal>true</literal>, &aptitude;
+		will display a message after it finishes downloading
+		packages, asking you if you want to continue with the
+		installation.  If it is
+		<literal>OnlyIfError</literal>, a message will only be
+		displayed if a download failed.  Otherwise, if the
+		option is set to <literal>false</literal>, &aptitude;
+		will immediately proceed to the next screen after
+		completing a download.
 	      </seg>
 	    </seglistitem>
 




More information about the Aptitude-svn-commit mailing list