summaryrefslogtreecommitdiffstats
path: root/man/C
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-24 14:09:23 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-24 14:09:23 +0000
commit1a750c6a01aee912d631cd2f0fddbbd649bf1b3e (patch)
tree9ad9410f020d49745eee2af7084873bff0d4b9f8 /man/C
parent0eb1b7d5557fe2240469c5d227546dfe14c688af (diff)
downloadurpmi-1a750c6a01aee912d631cd2f0fddbbd649bf1b3e.tar
urpmi-1a750c6a01aee912d631cd2f0fddbbd649bf1b3e.tar.gz
urpmi-1a750c6a01aee912d631cd2f0fddbbd649bf1b3e.tar.bz2
urpmi-1a750c6a01aee912d631cd2f0fddbbd649bf1b3e.tar.xz
urpmi-1a750c6a01aee912d631cd2f0fddbbd649bf1b3e.zip
A few clarifications
Diffstat (limited to 'man/C')
-rw-r--r--man/C/urpmf.818
1 files changed, 9 insertions, 9 deletions
diff --git a/man/C/urpmf.8 b/man/C/urpmf.8
index cee35906..c75f329d 100644
--- a/man/C/urpmf.8
+++ b/man/C/urpmf.8
@@ -5,8 +5,8 @@ urpmf \- Finds the packages matching some conditions
.SH SYNOPSIS
.B urpmf [\fIoptions\fP] <\fIpattern-expression\fP>
.SH DESCRIPTION
-By default, urpmf outputs a list of packages providing the file specified as an
-argument on the command-line.
+By default, urpmf outputs the list of the known packages that contain a file
+whose name or path was specified as an argument on the command-line.
.PP
<\fIpattern-expression\fP> is the name or part of the name of the file you want
to locate. Perl-style regular expressions are allowed. \fBurpmf\fP will then
@@ -21,7 +21,7 @@ Prints a help message and exits.
.IP "\fB\--version\fP"
Prints the version number and exits.
.IP "\fB\--env\fP \fIdirectory\fP"
-Use a different environment directly from a bug report.
+Use a different environment directly out of a bug report tarball.
.IP "\fB\--excludemedia\fP \fImedium1,...,mediumN\fP"
Do not use the given media.
.IP "\fB\--literal\fP"
@@ -57,8 +57,8 @@ Prints the BuildHost tag.
.IP "\fB\--buildtime\fP"
Prints the BuildTime tag.
.IP "\fB\--conffiles\fP"
-Prints the list of configuration files contained in the
-package.
+Prints the list of configuration files contained in the package. (Might be
+empty.)
.IP "\fB\--conflicts\fP"
Prints the Conflicts tags.
.IP "\fB\--description\fP"
@@ -70,8 +70,8 @@ Prints the Epoch tag.
.IP "\fB\--filename\fP"
Prints package file names.
.IP "\fB\--files\fP"
-Prints the list of files contained in the rpm (this is the
-default).
+Prints the list of files contained in the rpm (this is the default if you
+specify no field).
.IP "\fB\--group\fP"
Prints the Group tag.
.IP "\fB\--name\fP"
@@ -91,7 +91,7 @@ Prints the names of source rpms.
.IP "\fB\--summary\fP"
Prints the Summary tag.
.IP "\fB\--url\fP"
-Prints the packages's URL.
+Prints the packages' URL.
.IP "\fB\--vendor\fP"
Prints the Vendor tag.
.IP "\fB-m\fP"
@@ -130,7 +130,7 @@ the \fB-\fP character its justification (like in printf(3)).
The boolean operator switches allow you to construct complex expressions from
regexps. Those expressions are then matched against the whole output line.
.SH EXAMPLE
-This command will list all perl-Apache- modules, and list them along with
+This command will list all perl-Apache modules, and list them along with
the media in which they're been found, nicely indented :
.B urpmf --qf '%-30name is found in media %media' perl-Apache