summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-04-27 13:08:28 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-04-27 13:08:28 +0000
commitccb71299db975f235103c6e76e0e0a568fb9678c (patch)
tree4bb52549cdacdb70b30853ae649b5cbf8744e8ed /man
parent7318c563a5cac279265da7c2e9ad82b55dd2e3ab (diff)
downloadurpmi-ccb71299db975f235103c6e76e0e0a568fb9678c.tar
urpmi-ccb71299db975f235103c6e76e0e0a568fb9678c.tar.gz
urpmi-ccb71299db975f235103c6e76e0e0a568fb9678c.tar.bz2
urpmi-ccb71299db975f235103c6e76e0e0a568fb9678c.tar.xz
urpmi-ccb71299db975f235103c6e76e0e0a568fb9678c.zip
Manpages updates and wording corrections
Diffstat (limited to 'man')
-rw-r--r--man/C/urpme.826
-rw-r--r--man/C/urpmf.88
-rw-r--r--man/C/urpmi.8127
-rw-r--r--man/C/urpmi.addmedia.88
-rw-r--r--man/C/urpmi.removemedia.84
-rw-r--r--man/C/urpmi.update.82
6 files changed, 89 insertions, 86 deletions
diff --git a/man/C/urpme.8 b/man/C/urpme.8
index 6a316e2f..1c1f4406 100644
--- a/man/C/urpme.8
+++ b/man/C/urpme.8
@@ -5,30 +5,30 @@ urpme \- rpm wrapper making deinstalls easier for the user
.SH SYNOPSIS
.B urpme [\fIoptions\fP] [\fIpackage_names\fP]
.SH DESCRIPTION
-urpme allow packages to be deinstalled including all their dependencies.
+urpme allow packages to be deinstalled, including all their dependencies.
.SH OPTIONS
.IP "\fB\--help\fP"
Print an help message and exit (this is the same as \fB-h\fP or \fB-?\fP).
.IP "\fB\--auto\fP"
-Remove package automatically.
+Remove packages automatically.
.IP "\fB\--test\fP"
Test (same as \fBrpm --test\fP) deinstallation of packages but do not modify the
system.
.IP "\fB\--parallel\fP \fIalias\fP"
Activate distributed execution of urpmi to other machines (it is mandatory that
-urpmi is installed but it is not necessary to have media defined on any
-machines). \fIalias\fP defines which extension module to use by urpmi (currently
-\fBurpmi-parallel-ka-run\fP or \fBurpmi-parallel-ssh\fP) and which machines
-should be updated, this alias is defined in the file /etc/urpmi/parallel.cfg as
-described below.
+urpmi is installed, but it is not necessary to have media defined on any
+machines). \fIalias\fP defines which extension module is to be used by urpmi
+(currently, \fBurpmi-parallel-ka-run\fP or \fBurpmi-parallel-ssh\fP are
+available) and which machines should be updated. This alias is defined in the
+file /etc/urpmi/parallel.cfg as described below.
.IP "\fB\--root\fP \fIdirectory\fP"
Use the file system tree rooted for rpm install. All operations and scripts
-will run after chroot(2). The rpm database in the rooted tree will be used but
-urpmi configuration comes from normal system.
+will run after chroot(2). The rpm database that lies in the rooted tree will
+be used, but the urpmi configuration comes from the normal system.
.IP "\fB\-v\fP"
Proposes a verbose mode with various messages.
.IP "\fB\-a\fP"
-If multiple packages match the substring given, take them all
+If multiple packages match the given substring, deinstall them all.
.SH FILES
.de FN
\fI\|\\$1\|\fP
@@ -38,9 +38,9 @@ If multiple packages match the substring given, take them all
The \fBurpmi\fP executable (perl script)
.TP
.FN /var/lib/urpmi/list.*
-Contains the list of all packages known by urpmi and their location only
-if a password is used to access distant location (using network protocol) or
-various directory are used to store packages.
+Contains the list of all packages known by urpmi and their location. This file
+is only used when a password is used to access a distant location (using a
+network protocol) or when various directories are used to store the packages.
.TP
.FN /var/lib/urpmi/hdlist.*
Contains information about all known packages; it's a summary of rpm headers.
diff --git a/man/C/urpmf.8 b/man/C/urpmf.8
index 30b7c775..cdbdd173 100644
--- a/man/C/urpmf.8
+++ b/man/C/urpmf.8
@@ -1,7 +1,7 @@
.TH urpmf 8 "10 Sep 2003" "MandrakeSoft" "Mandrake Linux"
.IX urpmf
.SH NAME
-urpmf \- RPMFind - Finds the RPM package providing the specified file
+urpmf \- RPMFind - Finds the RPM package providing specified files
.SH SYNOPSIS
.B urpmf [\fIoptions\fP] <\fIpattern\fP>
.SH DESCRIPTION
@@ -95,9 +95,9 @@ Right parenthesis to close group expression.
The \fBurpmf\fP executable (perl script).
.TP
.FN /var/lib/urpmi/list.*
-Contains the list of all packages known by urpmi and their location only
-if a password is used to access distant location (using network protocol) or
-various directory are used to store packages.
+Contains the list of all packages known by urpmi and their location. This file
+is only used when a password is used to access a distant location (using a
+network protocol) or when various directories are used to store the packages.
.TP
.FN /var/lib/urpmi/hdlist.*
Contains information about all known packages; it's a summary of rpm headers.
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8
index c523ccde..94fd488f 100644
--- a/man/C/urpmi.8
+++ b/man/C/urpmi.8
@@ -7,31 +7,33 @@ urpmi \- rpm wrapper making installs easier for the user
.SH DESCRIPTION
urpmi authorizes well-known rpms (or rpm files) to be installed including
all their dependencies.
-You can use it to install source package dependencies or source package itself.
+You can use it to install the dependencies of a source package, or a source
+package itself.
-You can compare rpm vs. urpmi with insmod vs. modprobe or dpkg vs apt-get
+You can compare rpm vs. urpmi with insmod vs. modprobe or dpkg vs apt-get.
.PP
Just launch urpmi followed by what you think is the name of the package(s),
and urpmi will:
.br
-\- Propose different package names if available and quit.
+\- Propose different package names if the name was ambiguous, and quit.
.br
-\- If only one corresponding package is found, check whether dependencies are
-already installed, or not.
+\- If only one corresponding package is found, check whether its dependencies
+are already installed.
.br
-\- If not, propose to install the dependencies and then install all required
-dependencies and the package.
+\- If not, propose to install the dependencies, and on a positive answer,
+proceed.
.PP
-Note that urpmi handle installations from various medias (ftp, http, local and
-nfs volumes, removable medias such as CDROMs) and is able to install
-dependencies from a media different from the package's media.
-If necessary, urpmi asks you to insert the required media.
+Note that urpmi handles installations from various types of media (ftp, http,
+rsync, local and nfs volumes, removable media such as CDROMs) and is able to
+install dependencies from a medium different from the original package's
+medium. If necessary, for removable media, urpmi may ask you to insert the
+appropriate disk.
.PP
-To add a new media containing rpms run urpmi.addmedia.
+To add a new medium containing rpms, run urpmi.addmedia.
.br
-To remove a media use urpmi.removemedia.
+To remove a medium, use urpmi.removemedia.
.br
-To update the packages list (for example when the ftp archive changed) use
+To update the package list (for example when the ftp archive changes) use
urpmi.update.
.br
To automatically install a package corresponding to an executable you tried
@@ -43,46 +45,47 @@ use autoirpm-icons.
.IP "\fB\--help\fP"
Print an help message and exit (this is the same as \fB-h\fP or \fB-?\fP).
.IP "\fB\--update\fP"
-Use only update media. This means \fBurpmi\fP will search and resolve
-dependencies only in media marked as update.
+Use only update media. This means that \fBurpmi\fP will search packages and
+resolve dependencies only in media marked as containing updates.
.IP "\fB\--media\fP \fImedium1,...,mediumN\fP"
-Select specific media to use instead of all media available (or update media is
-\fB--update\fP is used).
+Select specific media to be used, instead of all available media (or update
+media if \fB--update\fP is used).
.IP "\fB\--excludemedia\fP \fImedium1,...,mediumN\fP"
-Do not use the given media.
+Do not use the specified media.
.IP "\fB\--sortmedia\fP \fImedium1,...,mediumN\fP"
-Sort the given media, substrings may be used to simplify grouping.
+Sort the specified media. Substrings may be used to simplify grouping.
.IP "\fB\--synthesis\fP \fIfile\fP"
-Use the given synthesis\fIfile\fP instead of urpmi db for searching packages and
-resolving dependencies.
+Use the specified synthesis file instead of the urpmi database for
+searching packages and resolving dependencies.
.IP "\fB\--auto\fP"
-Installs all required dependencies without asking.
+Install all required dependencies without asking.
.IP "\fB\--auto-select\fP"
-Automatically select all packages that have to be upgraded according to already
-installed packages and packages listed in various media registered.
+Automatically select all packages that have to be upgraded, according to already
+installed packages and packages listed in various registered media.
.IP "\fB\--no-uninstall\fP"
-Never ask to uninstall a package but prefer aborting instead, this can be safe
-in auto mode.
+Never ask to uninstall a package but prefer aborting instead. This can be
+safer in auto mode.
.IP "\fB\--keep\fP"
-Change selection of package when some dependencies cannot be satisfied by trying
-to keep existing package instead of removing them. This behaviour generally
-rejects upgrade of packages given on command line (or when using --auto-select)
-in case of dependencies error.
+When some dependencies cannot be satisfied, change the selection of packages
+to trying to keep existing packages instead of removing them. This behaviour
+generally rejects the upgrade of packages given on command line (or when using
+--auto-select) when a dependency error occurs.
.IP "\fB\--split-level \fInumber\fP"
-Split in small transaction when total number of packages to upgrade is greater
-than the given \fInumber\fP. This option is activated by default and the default
-value of \fInumber\fP is 20.
+Split urpmi's operation in small transactions when the total number of
+packages to upgrade is greater than the given \fInumber\fP. This option is
+activated by default, and the default value of \fInumber\fP is 20.
.IP "\fB\--split-length \fIcount\fP"
-Split in small transaction of at least \fIcount\fP packages. The default is 1
-and setting this value to 0 just disable split in small transaction.
+Split urpmi's operation in small transactions of at least \fIcount\fP
+packages. The default is 1 and setting this value to 0 just disables splitting
+in small transactions.
.IP "\fB\--fuzzy\fP"
Disable fast search on exact package name; i.e. it will propose all
packages containing the name, even if one has exactly the given name (this
is the same as \fB\-y\fP).
.IP "\fB\--src\fP \fIname\fP"
-Search a source package according to \fIname\fP and select all dependencies by
-default, unless \fB\--install-src\fP is used in order to install the source package
-itself.
+Search a source package matching \fIname\fP and select all its dependencies by
+default, unless \fB\--install-src\fP is used in order to install the source
+package itself.
.IP "\fB\--install-src\fP"
Install only the source package (no binary packages will be installed).
.IP "\fB\--clean\fP"
@@ -90,31 +93,31 @@ Remove all packages from the cache in directory /var/cache/urpmi/rpms.
.IP "\fB\--noclean\fP"
Do not remove any packages from the cache in directory /var/cache/urpmi/rpms.
.IP "\fB\--force\fP"
-Assumes yes on all questions.
+Assume yes on all questions.
.IP "\fB\--allow-nodeps\fP"
-Allow urpmi to ask user to continue installation using no dependencies checking
-due to error. By default urpmi exit immediately in such case.
+With this option, urpmi will ask the user on error whether it should continue
+the installation without checking dependencies. By default, urpmi exits
+immediately in this case.
.IP "\fB\--allow-force\fP"
-Allow urpmi to ask user to continue installation using no dependencies checking
-or forced installation due to error. By default urpmi exit immediately in such
-case.
+With this option, urpmi will ask the user on error whether it should proceed
+to a forced installation. By default, urpmi exits immediately in this case.
.IP "\fB\--parallel\fP \fIalias\fP"
Activate distributed execution of urpmi to other machines (it is mandatory that
-urpmi is installed but it is not necessary to have media defined on any
-machines). \fIalias\fP defines which extension module to use by urpmi (currently
-\fBurpmi-parallel-ka-run\fP or \fBurpmi-parallel-ssh\fP) and which machines
-should be updated, this alias is defined in the file /etc/urpmi/parallel.cfg as
-described below.
+urpmi is installed, but it is not necessary to have media defined on any
+machines). \fIalias\fP defines which extension module is to be used by urpmi
+(currently, \fBurpmi-parallel-ka-run\fP or \fBurpmi-parallel-ssh\fP are
+available) and which machines should be updated. This alias is defined in the
+file /etc/urpmi/parallel.cfg as described below.
.IP "\fB\--root\fP \fIdirectory\fP"
Use the file system tree rooted for rpm install. All operations and scripts
-will run after chroot(2). The rpm database in the rooted tree will be used but
-urpmi configuration comes from normal system.
+will run after chroot(2). The rpm database that lies in the rooted tree will
+be used, but the urpmi configuration comes from the normal system.
.IP "\fB\--wget\fP"
-Use wget only 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.
.IP "\fB\--curl\fP"
-Use curl only 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.
.IP "\fB\--limit-rate \fIrate\fP"
Try to limit the download speed, \fIrate\fP is given in bytes/sec. This option is
not active by default.
@@ -134,7 +137,7 @@ Use X interface.
Try to use X interface, or, if not available, the standard text interface (using
rpm-like output).
.IP "\fB\--verify-rpm\fP" or "\fB\--no-verify-rpm\fP"
-Activate (default) or deactivate rpm signature checking.
+Activate or deactivate rpm signature checking. It's activated by default.
.IP "\fB\--test\fP"
Test (same as \fBrpm --test\fP) installation of packages but do not modify the
system.
@@ -144,7 +147,7 @@ Do not install files whose name begins with the given \fIstring\fP (same as \fBr
.IP "\fB\--excludedocs\fP"
Do not install documents files (same as \fBrpm --excludedocs\fP).
.IP "\fB\-a\fP"
-If multiple packages match the given substring, take them all
+If multiple packages match the given substring, install them all.
.IP "\fB\-p\fP"
Allow search in provides to find package (default).
.IP "\fB\-P\fP"
@@ -154,7 +157,7 @@ Yhis is the same as \fB--fuzzy\fP.
.IP "\fB\-s\fP"
This is the same as \fB--src\fP.
.IP "\fB\-q\fP"
-Proposes a quiet mode when calling rpm where no upgrade status are printed.
+Quiet mode: when calling rpm no upgrade status is printed.
.IP "\fB\-v\fP"
Proposes a verbose mode with various messages.
.SH FILES
@@ -166,9 +169,9 @@ Proposes a verbose mode with various messages.
The \fBurpmi\fP executable (perl script)
.TP
.FN /var/lib/urpmi/list.*
-Contains the list of all packages known by urpmi and their location only
-if a password is used to access distant location (using network protocol) or
-various directory are used to store packages.
+Contains the list of all packages known by urpmi and their location. This file
+is only used when a password is used to access a distant location (using a
+network protocol) or when various directories are used to store the packages.
.TP
.FN /var/lib/urpmi/hdlist.*
Contains information about all known packages; it's a summary of rpm headers.
diff --git a/man/C/urpmi.addmedia.8 b/man/C/urpmi.addmedia.8
index 5f9d6cd6..c9ec9398 100644
--- a/man/C/urpmi.addmedia.8
+++ b/man/C/urpmi.addmedia.8
@@ -1,13 +1,13 @@
.TH urpmi.addmedia 8 "28 Aug 2003" "MandrakeSoft" "Mandrake Linux"
.IX urpmi.addmedia
.SH NAME
-urpmi.addmedia \- adds a new rpms media for use with urpmi
+urpmi.addmedia \- adds a new rpm media to be used by urpmi
.SH SYNOPSIS
.B urpmi.addmedia [\fIoptions\fP] <\fIname\fP> <\fIurl\fP>
.SH DESCRIPTION
-urpmi.addmedia tells urpmi that he can find new rpms at the specified
-location. Currently supported medias are: local drives, removable drives
-(such as cd's), networked like http, ftp, ssh and rsync.
+urpmi.addmedia tells urpmi that it can find new rpms at the specified location.
+Currently supported media types are: local drives, removable drives (such as
+CDs), and networked media via different protocols (http, ftp, ssh and rsync).
.PP
One of the following modes must be chosen:
.PP
diff --git a/man/C/urpmi.removemedia.8 b/man/C/urpmi.removemedia.8
index 2d276ad3..3c238dbe 100644
--- a/man/C/urpmi.removemedia.8
+++ b/man/C/urpmi.removemedia.8
@@ -1,14 +1,14 @@
.TH urpmi.removemedia 8 "07 Jan 2003" "MandrakeSoft" "Mandrake Linux"
.IX urpmi.removemedia
.SH NAME
-urpmi.removemedia \- remove a rpms media from the known medias of urpmi
+urpmi.removemedia \- remove a rpm media from the known medias of urpmi
.SH SYNOPSIS
.B urpmi.removemedia [options] <\fInames\fP>
.SH DESCRIPTION
urpmi.removemedia removes from all configuration files all references to
the named media and to rpms from that media.
.PP
-<\fInames\fP> is a list of names you first told to urpmi.addmedia
+<\fInames\fP> is a list of names you first told to urpmi.addmedia.
.SH OPTIONS
.IP "\fB\-a\fP"
diff --git a/man/C/urpmi.update.8 b/man/C/urpmi.update.8
index 51868ffe..ee6d86e4 100644
--- a/man/C/urpmi.update.8
+++ b/man/C/urpmi.update.8
@@ -1,7 +1,7 @@
.TH urpmi.update 8 "28 Aug 2003" "MandrakeSoft" "Mandrake Linux"
.IX urpmi.update
.SH NAME
-urpmi.update \- Updates package lists for specified medias
+urpmi.update \- Updates package lists for specified media
.SH SYNOPSIS
.B urpmi.update [options] [<\fInames\fP>]
.SH DESCRIPTION