public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage-utils:master commit in: man/
Date: Fri, 18 May 2018 10:15:27 +0000 (UTC)	[thread overview]
Message-ID: <1526638442.93d6bb6e36d0559322c06508302d39a4db2ce272.grobian@gentoo> (raw)

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 @@ 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)


             reply	other threads:[~2018-05-18 10:15 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-18 10:15 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-01 10:43 [gentoo-commits] proj/portage-utils:master commit in: man/ Fabian Groffen
2024-01-01 10:43 Fabian Groffen
2020-11-29  9:29 Fabian Groffen
2020-01-02  9:47 Fabian Groffen
2019-11-17 15:12 Fabian Groffen
2019-09-29 12:18 Fabian Groffen
2019-06-12  9:13 Fabian Groffen
2019-05-17 11:55 Fabian Groffen
2019-04-25  9:22 Fabian Groffen
2019-04-25  9:22 Fabian Groffen
2019-02-28 19:28 Fabian Groffen
2019-02-28  9:42 Fabian Groffen
2019-02-28  9:42 Fabian Groffen
2019-02-05 13:51 Fabian Groffen
2018-05-18 12:19 Fabian Groffen
2018-05-18 12:19 Fabian Groffen
2018-05-18 12:19 Fabian Groffen
2018-04-03 20:00 Fabian Groffen
2018-04-01 13:47 Fabian Groffen
2018-03-31 19:05 Fabian Groffen
2016-06-20  3:22 Mike Frysinger
2016-02-22 20:37 Mike Frysinger
2016-02-04 18:01 Mike Frysinger
2014-03-11  4:53 Mike Frysinger
2014-03-08  5:51 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526638442.93d6bb6e36d0559322c06508302d39a4db2ce272.grobian@gentoo \
    --to=grobian@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox