commit: 93d6bb6e36d0559322c06508302d39a4db2ce272
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 18 10:14:02 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri May 18 10:14:02 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=93d6bb6e
man/qfile.1: regenerate after author change
man/qfile.1 | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/man/qfile.1 b/man/qfile.1
index ff92897..729b561 100644
--- a/man/qfile.1
+++ b/man/qfile.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qfile "1" "Apr 2018" "Gentoo Foundation" "qfile"
+.TH qfile "1" "May 2018" "Gentoo Foundation" "qfile"
.SH NAME
qfile \- list all pkgs owning files
.SH SYNOPSIS
@@ -50,16 +50,17 @@ Print this help and exit.
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version and exit.
-.SH "FINDING FILES OWNERS"
+.SH "FINDING FILE OWNERS"
.PP
This is the default behavior of \fBqfile\fP. It will list the packages which
own the files (or directories, or symlinks, or anything else Portage can
-install) you are querying. Query items may be file paths or simple file names.
+install) you are querying. Query items may be file paths or simple file
+names when the \fB\-b\fP option is used.
By default, output includes packages names and the complete paths to
the matching files. If using \fB\-\-exact\fP, versions of the packages will
also be shown. At the contrary, when using \fB\-\-quiet\fP, only package
names are listed, without files paths. Finally, \fB\-\-verbose\fP is similar
-to \fB\-\-exact\fP, but may adds a few warnings. The return status of
+to \fB\-\-exact\fP, but may add a few warnings. The return status of
\fBqfile\fP will be \fI0\fP as soon as an owning package has been found for
one of the query items.
.PP
@@ -71,7 +72,7 @@ Find names of package(s) owning "/bin/bash":
.PP
Find package(s) owning any file named "bash", and show paths of this files:
.nf\fI
- $ qfile bash
+ $ qfile -b bash
app-shells/bash (/bin/bash)
app-shells/bash (/etc/bash)
.fi
@@ -202,10 +203,6 @@ tar tjf "${tarbz2}" \\
| qfile -e -f - -x ${categ}/${pn}:${slot}
rm -rf "${tmpdir}"
.PP
-.SH "ADDITIONAL CONTRIBUTORS"
-.nf
-TGL degrenier[at]easyconnect.fr
-.fi
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.br
@@ -215,6 +212,7 @@ [email protected]
.nf
Ned Ludd <[email protected]>
Mike Frysinger <[email protected]>
+TGL <degrenier[at]easyconnect.fr>
.fi
.SH "SEE ALSO"
.BR q (1),
@@ -230,5 +228,6 @@ Mike Frysinger <[email protected]>
.BR qsearch (1),
.BR qsize (1),
.BR qtbz2 (1),
+.BR qtegrity (1),
.BR quse (1),
.BR qxpak (1)