aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-05-18 12:14:02 +0200
committerFabian Groffen <grobian@gentoo.org>2018-05-18 12:14:02 +0200
commit93d6bb6e36d0559322c06508302d39a4db2ce272 (patch)
tree048544a5c74a00e1bf44c0a103083218da673f77 /man/qfile.1
parentqtegrity: new applet by Sam Besselink for use with IMA, bug #619988 (diff)
downloadportage-utils-93d6bb6e36d0559322c06508302d39a4db2ce272.tar.gz
portage-utils-93d6bb6e36d0559322c06508302d39a4db2ce272.tar.bz2
portage-utils-93d6bb6e36d0559322c06508302d39a4db2ce272.zip
man/qfile.1: regenerate after author change
Diffstat (limited to 'man/qfile.1')
-rw-r--r--man/qfile.117
1 files changed, 8 insertions, 9 deletions
diff --git a/man/qfile.1 b/man/qfile.1
index ff92897a..729b5613 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 @@ portage-utils@gentoo.org
.nf
Ned Ludd <solar@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
+TGL <degrenier[at]easyconnect.fr>
.fi
.SH "SEE ALSO"
.BR q (1),
@@ -230,5 +228,6 @@ Mike Frysinger <vapier@gentoo.org>
.BR qsearch (1),
.BR qsize (1),
.BR qtbz2 (1),
+.BR qtegrity (1),
.BR quse (1),
.BR qxpak (1)