Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: man/include/, man/
Date: Mon, 02 Apr 2018 17:52:56
Message-Id: 1522691540.ec9c281b4fd5d4b36927c2b004bbcd0fe11f2d76.grobian@gentoo
1 commit: ec9c281b4fd5d4b36927c2b004bbcd0fe11f2d76
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 17:52:20 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 17:52:20 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=ec9c281b
7
8 qfile: update manpage
9
10 Bug: https://bugs.gentoo.org/645554
11
12 man/include/qfile.desc | 4 ++++
13 man/include/qfile.optdesc.yaml | 7 +++++++
14 man/qfile.1 | 40 ++++++++++++++++++++++++----------------
15 3 files changed, 35 insertions(+), 16 deletions(-)
16
17 diff --git a/man/include/qfile.desc b/man/include/qfile.desc
18 new file mode 100644
19 index 0000000..08d4bb3
20 --- /dev/null
21 +++ b/man/include/qfile.desc
22 @@ -0,0 +1,4 @@
23 +\fIqfile\fR searches packages for files they provide. The searched
24 +packages must be installed, thus the search is for any file on the
25 +filesystem, to what package that file belongs. It allows to identify
26 +which package installed a certain file.
27
28 diff --git a/man/include/qfile.optdesc.yaml b/man/include/qfile.optdesc.yaml
29 new file mode 100644
30 index 0000000..cb1cd7a
31 --- /dev/null
32 +++ b/man/include/qfile.optdesc.yaml
33 @@ -0,0 +1,7 @@
34 +verbose: |
35 + Print package versions to matches, warn about problems with
36 + resolving symlinks or positioning packages under an alternative
37 + root.
38 +quiet: |
39 + Don't print matching file for matches, just the package. Don't
40 + report about orphan files.
41
42 diff --git a/man/qfile.1 b/man/qfile.1
43 index 5bd58c7..ff92897 100644
44 --- a/man/qfile.1
45 +++ b/man/qfile.1
46 @@ -1,48 +1,55 @@
47 -.TH qfile "1" "Jun 2016" "Gentoo Foundation" "qfile"
48 +.\" generated by mkman.py, please do NOT edit!
49 +.TH qfile "1" "Apr 2018" "Gentoo Foundation" "qfile"
50 .SH NAME
51 qfile \- list all pkgs owning files
52 .SH SYNOPSIS
53 .B qfile
54 \fI[opts] <filename>\fR
55 .SH DESCRIPTION
56 -
57 +\fIqfile\fR searches packages for files they provide. The searched
58 +packages must be installed, thus the search is for any file on the
59 +filesystem, to what package that file belongs. It allows to identify
60 +which package installed a certain file.
61 .SH OPTIONS
62 .TP
63 \fB\-S\fR, \fB\-\-slots\fR
64 -Display installed packages with slots
65 +Display installed packages with slots.
66 .TP
67 \fB\-R\fR, \fB\-\-root\-prefix\fR
68 -Assume arguments are already prefixed by $ROOT
69 +Assume arguments are already prefixed by $ROOT.
70 .TP
71 \fB\-b\fR, \fB\-\-basename\fR
72 -Match any component of the path
73 +Match any component of the path.
74 .TP
75 \fB\-o\fR, \fB\-\-orphans\fR
76 -List orphan files
77 +List orphan files.
78 .TP
79 \fB\-x\fR \fI<arg>\fR, \fB\-\-exclude\fR \fI<arg>\fR
80 -Don't look in package <arg> (used with --orphans)
81 +Don't look in package <arg> (used with --orphans).
82 .TP
83 \fB\-e\fR, \fB\-\-exact\fR
84 -Exact match (used with --exclude)
85 +Exact match (used with --exclude).
86 .TP
87 \fB\-\-root\fR \fI<arg>\fR
88 -Set the ROOT env var
89 +Set the ROOT env var.
90 .TP
91 \fB\-v\fR, \fB\-\-verbose\fR
92 -Make a lot of noise
93 +Print package versions to matches, warn about problems with
94 +resolving symlinks or positioning packages under an alternative
95 +root.
96 .TP
97 \fB\-q\fR, \fB\-\-quiet\fR
98 -Tighter output; suppress warnings
99 +Don't print matching file for matches, just the package. Don't
100 +report about orphan files.
101 .TP
102 \fB\-C\fR, \fB\-\-nocolor\fR
103 -Don't output color
104 +Don't output color.
105 .TP
106 \fB\-h\fR, \fB\-\-help\fR
107 -Print this help and exit
108 +Print this help and exit.
109 .TP
110 \fB\-V\fR, \fB\-\-version\fR
111 -Print version and exit
112 +Print version and exit.
113 .SH "FINDING FILES OWNERS"
114 .PP
115 This is the default behavior of \fBqfile\fP. It will list the packages which
116 @@ -159,7 +166,7 @@ takes one argument, which can be a package name (\fBbash\fP or
117 packages (ie., comparing the contents of one package with the contents of all
118 the others).
119 .PP
120 -For example, the following script will search collisions beetween all your
121 +For example, the following script will search collisions between all your
122 installed packages. Be careful, this will takes time:
123 .nf\fI
124 #!/bin/bash
125 @@ -202,7 +209,8 @@ TGL degrenier[at]easyconnect.fr
126 .SH "REPORTING BUGS"
127 Please report bugs via http://bugs.gentoo.org/
128 .br
129 -Product: Portage Development; Component: Tools
130 +Product: Portage Development; Component: Tools, Assignee:
131 +portage-utils@g.o
132 .SH AUTHORS
133 .nf
134 Ned Ludd <solar@g.o>