From 292f247557450e9f515b408124361a64ec27aa79 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 11 Jan 2006 09:41:44 +0000 Subject: Documentation nits: wording and presentation. --- pod/urpmi.8.pod | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'pod/urpmi.8.pod') diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 7d761965..b696268c 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -84,16 +84,16 @@ of the urpmi database for searching packages and resolving dependencies. Install all required dependencies without asking. -=item B<--auto-update> +=item B<--auto-select> -Like B<--auto-select>, but also updates all relevant media before -selection of upgradeable packages is made. +Select all packages that can be upgraded, according to already installed +packages and packages listed in various registered media. -=item B<--auto-select> +=item B<--auto-update> -Automatically select all packages that have to be upgraded, according to -already installed packages and packages listed in various registered -media. +Like B<--auto-select>, but also updates all relevant media before +selection of upgradeable packages is made. This avoids a previous call to +C. =item B<--no-install> @@ -192,13 +192,13 @@ with the B<--root> option. =item B<--wget> -Use wget for downloading distant files. By default curl -is used if available, or wget instead. +Use wget for downloading distant files. By default curl is used if +available, or wget instead. =item B<--curl> -Use curl for downloading distant -files. By default curl is used if available, or wget instead. +Use curl for downloading distant files. By default curl is used if +available, or wget instead. =item B<--curl-options> I<'options'> @@ -255,26 +255,26 @@ by default. =item B<--test> Test the installation of packages but do not actually install anything or -modify the system. (That's the same as B). +modify the system. (That's the same as C). =item B<--excludepath> I Do not install files of which the -names begin with the given I (same as B). +names begin with the given I (same as C). =item B<--excludedocs> -Do not install documents files (same as B). +Do not install documents files (same as C). =item B<--ignoresize> Don't check file systems for sufficient disk space before installation. -This is equivalent to B. +This is equivalent to C. =item B<--noscripts> Don't execute the scriptlets. -This is equivalent to B. +This is equivalent to C. =item B<--skip> I @@ -303,12 +303,11 @@ If multiple packages match the given substring, install them all. =item B<-p> -Allow search in provides to find package (default). +Allow search in provides to find the package (this is the default). =item B<-P> -Do not search in provides to find package (this -is the opposite of B<-p>). +Do not search in provides to find package (this is the opposite of B<-p>). =item B<-y> -- cgit v1.2.1