Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in portage-utils/man: q.1 qatom.1 qcache.1 qcheck.1 qdepends.1 qfile.1 qgrep.1 qlist.1 qlop.1 qmerge.1 qpkg.1 qsearch.1 qsize.1 qtbz2.1 quse.1 qxpak.1
Date: Sun, 29 Sep 2013 22:14:24
Message-Id: 20130929221420.D6C142004C@flycatcher.gentoo.org
1 vapier 13/09/29 22:14:20
2
3 Modified: q.1 qatom.1 qcache.1 qcheck.1 qdepends.1 qfile.1
4 qgrep.1 qlist.1 qlop.1 qmerge.1 qpkg.1 qsearch.1
5 qsize.1 qtbz2.1 quse.1 qxpak.1
6 Log:
7 man: regenerate with new python helper
8
9 Revision Changes Path
10 1.24 portage-utils/man/q.1
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/q.1?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/q.1?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/q.1?r1=1.23&r2=1.24
15
16 Index: q.1
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/q.1,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- q.1 15 Apr 2012 05:31:07 -0000 1.23
23 +++ q.1 29 Sep 2013 22:14:20 -0000 1.24
24 @@ -1,45 +1,12 @@
25 -.TH q "1" "April 2012" "Gentoo Foundation" "q"
26 +.TH q "1" "Sep 2013" "Gentoo Foundation" "q"
27 .SH NAME
28 q \- invoke a portage utility applet
29 .SH SYNOPSIS
30 .B q
31 \fI<applet> <args> \fR
32 .SH DESCRIPTION
33 -.SS "Currently defined applets:"
34 -.TP
35 -q <applet> <args> : virtual applet
36 -.TP
37 -qatom <pkg> : split atom strings
38 -.TP
39 -qcache <action> <args> : search the metadata cache
40 -.TP
41 -qcheck <pkgname> : verify integrity of installed packages
42 -.TP
43 -qdepends <pkgname> : show dependency info
44 -.TP
45 -qfile <filename> : list all pkgs owning files
46 -.TP
47 -qgrep <misc args> : grep in ebuilds
48 -.TP
49 -qlist <pkgname> : list files owned by pkgname
50 -.TP
51 -qlop <pkgname> : emerge log analyzer
52 -.TP
53 -qmerge <pkgnames> : fetch and merge binary package
54 -.TP
55 -qpkg <misc args> : manipulate Gentoo binpkgs
56 -.TP
57 -qsearch <regex> : search pkgname/desc
58 -.TP
59 -qsize <pkgname> : calculate size usage
60 -.TP
61 -qtbz2 <misc args> : manipulate tbz2 packages
62 -.TP
63 -quse <useflag> : find pkgs using useflags
64 -.TP
65 -qxpak <misc args> : manipulate xpak archives
66 -.PP
67 -Options: \fB\-[irmM:vqChV]\fR
68 +
69 +.SH OPTIONS
70 .TP
71 \fB\-i\fR, \fB\-\-install\fR
72 Install symlinks for applets
73 @@ -50,7 +17,7 @@
74 \fB\-m\fR, \fB\-\-metacache\fR
75 Reinitialize metadata cache
76 .TP
77 -\fB\-M\fR, \fB\-\-modpath\fR <arg>
78 +\fB\-M\fR \fI<arg>\fR, \fB\-\-modpath\fR \fI<arg>\fR
79 Module path
80 .TP
81 \fB\-v\fR, \fB\-\-verbose\fR
82 @@ -67,5 +34,49 @@
83 .TP
84 \fB\-V\fR, \fB\-\-version\fR
85 Print version and exit
86 -.PP
87 -$Id: q.1,v 1.23 2012/04/15 05:31:07 vapier Exp $
88 +.SH APPLETS
89 +.nf
90 +.B This applet also has sub applets:
91 + q <applet> <args> : virtual applet
92 + qatom <pkg> : split atom strings
93 + qcache <action> <args> : search the metadata cache
94 + qcheck <pkgname> : verify integrity of installed packages
95 + qdepends <pkgname> : show dependency info
96 + qfile <filename> : list all pkgs owning files
97 + qglsa <action> <list> : check GLSAs against system
98 + qgrep <misc args> : grep in ebuilds
99 + qlist <pkgname> : list files owned by pkgname
100 + qlop <pkgname> : emerge log analyzer
101 + qmerge <pkgnames> : fetch and merge binary package
102 + qpkg <misc args> : manipulate Gentoo binpkgs
103 + qsearch <regex> : search pkgname/desc
104 + qsize <pkgname> : calculate size usage
105 + qtbz2 <misc args> : manipulate tbz2 packages
106 + quse <useflag> : find pkgs using useflags
107 + qxpak <misc args> : manipulate xpak archives
108 +.fi
109 +.SH "REPORTING BUGS"
110 +Please report bugs via http://bugs.gentoo.org/
111 +.br
112 +Product: Portage Development; Component: Tools
113 +.SH AUTHORS
114 +.nf
115 +Ned Ludd <solar@g.o>
116 +Mike Frysinger <vapier@g.o>
117 +.fi
118 +.SH "SEE ALSO"
119 +.BR qatom (1),
120 +.BR qcache (1),
121 +.BR qcheck (1),
122 +.BR qdepends (1),
123 +.BR qfile (1),
124 +.BR qgrep (1),
125 +.BR qlist (1),
126 +.BR qlop (1),
127 +.BR qmerge (1),
128 +.BR qpkg (1),
129 +.BR qsearch (1),
130 +.BR qsize (1),
131 +.BR qtbz2 (1),
132 +.BR quse (1),
133 +.BR qxpak (1)
134
135
136
137 1.17 portage-utils/man/qatom.1
138
139 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qatom.1?rev=1.17&view=markup
140 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qatom.1?rev=1.17&content-type=text/plain
141 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qatom.1?r1=1.16&r2=1.17
142
143 Index: qatom.1
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qatom.1,v
146 retrieving revision 1.16
147 retrieving revision 1.17
148 diff -u -r1.16 -r1.17
149 --- qatom.1 15 Apr 2012 05:31:07 -0000 1.16
150 +++ qatom.1 29 Sep 2013 22:14:20 -0000 1.17
151 @@ -1,11 +1,12 @@
152 -.TH qatom "1" "April 2012" "Gentoo Foundation" "qatom"
153 +.TH qatom "1" "Sep 2013" "Gentoo Foundation" "qatom"
154 .SH NAME
155 qatom \- split atom strings
156 .SH SYNOPSIS
157 .B qatom
158 \fI<opts> <pkg>\fR
159 .SH DESCRIPTION
160 -Options: \fB\-[cvqChV]\fR
161 +
162 +.SH OPTIONS
163 .TP
164 \fB\-c\fR, \fB\-\-compare\fR
165 Compare two atoms
166 @@ -24,5 +25,29 @@
167 .TP
168 \fB\-V\fR, \fB\-\-version\fR
169 Print version and exit
170 -.PP
171 -$Id: qatom.1,v 1.16 2012/04/15 05:31:07 vapier Exp $
172 +
173 +.SH "REPORTING BUGS"
174 +Please report bugs via http://bugs.gentoo.org/
175 +.br
176 +Product: Portage Development; Component: Tools
177 +.SH AUTHORS
178 +.nf
179 +Ned Ludd <solar@g.o>
180 +Mike Frysinger <vapier@g.o>
181 +.fi
182 +.SH "SEE ALSO"
183 +.BR q (1),
184 +.BR qcache (1),
185 +.BR qcheck (1),
186 +.BR qdepends (1),
187 +.BR qfile (1),
188 +.BR qgrep (1),
189 +.BR qlist (1),
190 +.BR qlop (1),
191 +.BR qmerge (1),
192 +.BR qpkg (1),
193 +.BR qsearch (1),
194 +.BR qsize (1),
195 +.BR qtbz2 (1),
196 +.BR quse (1),
197 +.BR qxpak (1)
198
199
200
201 1.8 portage-utils/man/qcache.1
202
203 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qcache.1?rev=1.8&view=markup
204 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qcache.1?rev=1.8&content-type=text/plain
205 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qcache.1?r1=1.7&r2=1.8
206
207 Index: qcache.1
208 ===================================================================
209 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qcache.1,v
210 retrieving revision 1.7
211 retrieving revision 1.8
212 diff -u -r1.7 -r1.8
213 --- qcache.1 15 Apr 2012 05:31:07 -0000 1.7
214 +++ qcache.1 29 Sep 2013 22:14:20 -0000 1.8
215 @@ -1,15 +1,18 @@
216 -.TH qcache "1" "April 2012" "Gentoo Foundation" "qcache"
217 +.TH qcache "1" "Sep 2013" "Gentoo Foundation" "qcache"
218 .SH NAME
219 qcache \- search the metadata cache
220 .SH SYNOPSIS
221 .B qcache
222 \fI<opts> <action> <args>\fR
223 .SH DESCRIPTION
224 -Options: \fB\-[p:c:idtansvqChV]\fR
225 -.HP
226 -\fB\-p\fR, \fB\-\-matchpkg\fR <arg> * match pkgname
227 -.HP
228 -\fB\-c\fR, \fB\-\-matchcat\fR <arg> * match catname
229 +
230 +.SH OPTIONS
231 +.TP
232 +\fB\-p\fR \fI<arg>\fR, \fB\-\-matchpkg\fR \fI<arg>\fR
233 +match pkgname
234 +.TP
235 +\fB\-c\fR \fI<arg>\fR, \fB\-\-matchcat\fR \fI<arg>\fR
236 +match catname
237 .TP
238 \fB\-i\fR, \fB\-\-imlate\fR
239 list packages that can be marked stable on a given arch
240 @@ -43,5 +46,29 @@
241 .TP
242 \fB\-V\fR, \fB\-\-version\fR
243 Print version and exit
244 -.PP
245 -$Id: qcache.1,v 1.7 2012/04/15 05:31:07 vapier Exp $
246 +
247 +.SH "REPORTING BUGS"
248 +Please report bugs via http://bugs.gentoo.org/
249 +.br
250 +Product: Portage Development; Component: Tools
251 +.SH AUTHORS
252 +.nf
253 +Ned Ludd <solar@g.o>
254 +Mike Frysinger <vapier@g.o>
255 +.fi
256 +.SH "SEE ALSO"
257 +.BR q (1),
258 +.BR qatom (1),
259 +.BR qcheck (1),
260 +.BR qdepends (1),
261 +.BR qfile (1),
262 +.BR qgrep (1),
263 +.BR qlist (1),
264 +.BR qlop (1),
265 +.BR qmerge (1),
266 +.BR qpkg (1),
267 +.BR qsearch (1),
268 +.BR qsize (1),
269 +.BR qtbz2 (1),
270 +.BR quse (1),
271 +.BR qxpak (1)
272
273
274
275 1.26 portage-utils/man/qcheck.1
276
277 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qcheck.1?rev=1.26&view=markup
278 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qcheck.1?rev=1.26&content-type=text/plain
279 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qcheck.1?r1=1.25&r2=1.26
280
281 Index: qcheck.1
282 ===================================================================
283 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qcheck.1,v
284 retrieving revision 1.25
285 retrieving revision 1.26
286 diff -u -r1.25 -r1.26
287 --- qcheck.1 15 Apr 2012 05:31:07 -0000 1.25
288 +++ qcheck.1 29 Sep 2013 22:14:20 -0000 1.26
289 @@ -1,11 +1,12 @@
290 -.TH qcheck "1" "April 2012" "Gentoo Foundation" "qcheck"
291 +.TH qcheck "1" "Sep 2013" "Gentoo Foundation" "qcheck"
292 .SH NAME
293 qcheck \- verify integrity of installed packages
294 .SH SYNOPSIS
295 .B qcheck
296 \fI<opts> <pkgname>\fR
297 .SH DESCRIPTION
298 -Options: \fB\-[aes:uABHTpvqChV]\fR
299 +
300 +.SH OPTIONS
301 .TP
302 \fB\-a\fR, \fB\-\-all\fR
303 List all packages
304 @@ -13,7 +14,7 @@
305 \fB\-e\fR, \fB\-\-exact\fR
306 Exact match (only CAT/PN or PN without PV)
307 .TP
308 -\fB\-s\fR, \fB\-\-skip\fR <arg>
309 +\fB\-s\fR \fI<arg>\fR, \fB\-\-skip\fR \fI<arg>\fR
310 Ignore files matching the regular expression <arg>
311 .TP
312 \fB\-u\fR, \fB\-\-update\fR
313 @@ -31,6 +32,9 @@
314 \fB\-T\fR, \fB\-\-nomtime\fR
315 Ignore differing file mtimes
316 .TP
317 +\fB\-\-skip\-protected\fR
318 +Ignore files in CONFIG_PROTECT-ed paths
319 +.TP
320 \fB\-p\fR, \fB\-\-prelink\fR
321 Undo prelink when calculating checksums
322 .TP
323 @@ -48,5 +52,29 @@
324 .TP
325 \fB\-V\fR, \fB\-\-version\fR
326 Print version and exit
327 -.PP
328 -$Id: qcheck.1,v 1.25 2012/04/15 05:31:07 vapier Exp $
329 +
330 +.SH "REPORTING BUGS"
331 +Please report bugs via http://bugs.gentoo.org/
332 +.br
333 +Product: Portage Development; Component: Tools
334 +.SH AUTHORS
335 +.nf
336 +Ned Ludd <solar@g.o>
337 +Mike Frysinger <vapier@g.o>
338 +.fi
339 +.SH "SEE ALSO"
340 +.BR q (1),
341 +.BR qatom (1),
342 +.BR qcache (1),
343 +.BR qdepends (1),
344 +.BR qfile (1),
345 +.BR qgrep (1),
346 +.BR qlist (1),
347 +.BR qlop (1),
348 +.BR qmerge (1),
349 +.BR qpkg (1),
350 +.BR qsearch (1),
351 +.BR qsize (1),
352 +.BR qtbz2 (1),
353 +.BR quse (1),
354 +.BR qxpak (1)
355
356
357
358 1.24 portage-utils/man/qdepends.1
359
360 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qdepends.1?rev=1.24&view=markup
361 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qdepends.1?rev=1.24&content-type=text/plain
362 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qdepends.1?r1=1.23&r2=1.24
363
364 Index: qdepends.1
365 ===================================================================
366 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qdepends.1,v
367 retrieving revision 1.23
368 retrieving revision 1.24
369 diff -u -r1.23 -r1.24
370 --- qdepends.1 15 Apr 2012 05:31:07 -0000 1.23
371 +++ qdepends.1 29 Sep 2013 22:14:20 -0000 1.24
372 @@ -1,11 +1,19 @@
373 -.TH qdepends "1" "April 2012" "Gentoo Foundation" "qdepends"
374 +.TH qdepends "1" "Sep 2013" "Gentoo Foundation" "qdepends"
375 .SH NAME
376 qdepends \- show dependency info
377 .SH SYNOPSIS
378 .B qdepends
379 \fI<opts> <pkgname>\fR
380 .SH DESCRIPTION
381 -Options: \fB\-[drpaNk:Q:vqChV]\fR
382 +The qdepends applet has a couple different modes. Normally it is geared towards
383 +answering the queries "what does package X depend on" and "what packages depend
384 +on X". Both can further be classified into build, run, and post dependencies.
385 +
386 +By default, it will tell you the build time dependencies only (DEPEND).
387 +
388 +Currently, qdepends will only query installed packages. There is no support for
389 +querying packages not yet installed (the \fBequery\fR(1) tool can do that).
390 +.SH OPTIONS
391 .TP
392 \fB\-d\fR, \fB\-\-depend\fR
393 Show DEPEND info (default)
394 @@ -16,10 +24,10 @@
395 \fB\-p\fR, \fB\-\-pdepend\fR
396 Show PDEPEND info
397 .TP
398 -\fB\-k\fR, \fB\-\-key\fR <arg>
399 +\fB\-k\fR \fI<arg>\fR, \fB\-\-key\fR \fI<arg>\fR
400 User defined vdb key
401 .TP
402 -\fB\-Q\fR, \fB\-\-query\fR <arg>
403 +\fB\-Q\fR \fI<arg>\fR, \fB\-\-query\fR \fI<arg>\fR
404 Query reverse deps
405 .TP
406 \fB\-N\fR, \fB\-\-name\-only\fR
407 @@ -28,6 +36,9 @@
408 \fB\-a\fR, \fB\-\-all\fR
409 Show all DEPEND info
410 .TP
411 +\fB\-f\fR, \fB\-\-format\fR
412 +Pretty format specified depend strings
413 +.TP
414 \fB\-v\fR, \fB\-\-verbose\fR
415 Make a lot of noise
416 .TP
417 @@ -42,5 +53,22 @@
418 .TP
419 \fB\-V\fR, \fB\-\-version\fR
420 Print version and exit
421 -.PP
422 -$Id: qdepends.1,v 1.23 2012/04/15 05:31:07 vapier Exp $
423 +.SH "EXAMPLES"
424 +For finding out what a particular package depends on for building, you could do:
425 +.nf
426 + $ \fIqdepends nano\fR
427 + app-editors/nano-2.3.2: >=sys-libs/ncurses-5.9-r1[unicode] sys-apps/file ...
428 +.fi
429 +This tells us that we have \fIapp-editors/nano-2.3.2\fR installed and it depends
430 +on ncurses (among other things).
431 +.SH "REPORTING BUGS"
432 +Please report bugs via http://bugs.gentoo.org/
433 +.br
434 +Product: Portage Development; Component: Tools
435 +.SH AUTHORS
436 +.nf
437 +Ned Ludd <solar@g.o>
438 +Mike Frysinger <vapier@g.o>
439 +.fi
440 +.SH "SEE ALSO"
441 +
442
443
444
445 1.26 portage-utils/man/qfile.1
446
447 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qfile.1?rev=1.26&view=markup
448 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qfile.1?rev=1.26&content-type=text/plain
449 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qfile.1?r1=1.25&r2=1.26
450
451 Index: qfile.1
452 ===================================================================
453 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qfile.1,v
454 retrieving revision 1.25
455 retrieving revision 1.26
456 diff -u -r1.25 -r1.26
457 --- qfile.1 15 Apr 2012 05:31:07 -0000 1.25
458 +++ qfile.1 29 Sep 2013 22:14:20 -0000 1.26
459 @@ -1,31 +1,36 @@
460 -.TH qfile "1" "April 2012" "Gentoo Foundation" "qfile"
461 +.TH qfile "1" "Sep 2013" "Gentoo Foundation" "qfile"
462 .SH NAME
463 qfile \- list all pkgs owning files
464 .SH SYNOPSIS
465 .B qfile
466 \fI<opts> <filename>\fR
467 .SH DESCRIPTION
468 -Options: \fB\-[ef:m:oRx:SvqChV]\fR
469 +
470 +.SH OPTIONS
471 .TP
472 -\fB\-e\fR, \fB\-\-exact\fR
473 -Exact match
474 +\fB\-S\fR, \fB\-\-slots\fR
475 +Display installed packages with slots
476 .TP
477 -\fB\-f\fR, \fB\-\-from\fR <arg>
478 -Read arguments from file <arg> ("\-" for stdin)
479 -.HP
480 -\fB\-m\fR, \fB\-\-max\-args\fR <arg> * Treat from file arguments by groups of <arg> (defaults to 5000)
481 +\fB\-R\fR, \fB\-\-root\-prefix\fR
482 +Assume arguments are already prefixed by $ROOT
483 +.TP
484 +\fB\-f\fR \fI<arg>\fR, \fB\-\-from\fR \fI<arg>\fR
485 +Read arguments from file <arg> ("-" for stdin)
486 +.TP
487 +\fB\-m\fR \fI<arg>\fR, \fB\-\-max\-args\fR \fI<arg>\fR
488 +Treat from file arguments by groups of <arg> (defaults to 5000)
489 +.TP
490 +\fB\-b\fR, \fB\-\-basename\fR
491 +Match any component of the path
492 .TP
493 \fB\-o\fR, \fB\-\-orphans\fR
494 List orphan files
495 .TP
496 -\fB\-R\fR, \fB\-\-root\-prefix\fR
497 -Assume arguments are already prefixed by $ROOT
498 -.TP
499 -\fB\-x\fR, \fB\-\-exclude\fR <arg>
500 -Don't look in package <arg>
501 +\fB\-x\fR \fI<arg>\fR, \fB\-\-exclude\fR \fI<arg>\fR
502 +Don't look in package <arg> (used with --orphans)
503 .TP
504 -\fB\-S\fR, \fB\-\-slots\fR
505 -Display installed packages with slots
506 +\fB\-e\fR, \fB\-\-exact\fR
507 +Exact match (used with --exclude)
508 .TP
509 \fB\-v\fR, \fB\-\-verbose\fR
510 Make a lot of noise
511 @@ -41,21 +46,17 @@
512 .TP
513 \fB\-V\fR, \fB\-\-version\fR
514 Print version and exit
515 -.PP
516 -$Id: qfile.1,v 1.25 2012/04/15 05:31:07 vapier Exp $
517 -file written for Gentoo by <solar and vapier
518 - gentoo.org>
519 .SH "FINDING FILES OWNERS"
520 .PP
521 This is the default behavior of \fBqfile\fP. It will list the packages which
522 -own the files (or directories, or symlinks, or anything else Portage can
523 +own the files (or directories, or symlinks, or anything else Portage can
524 install) you are querying. Query items may be file paths or simple file names.
525 By default, output includes packages names and the complete paths to
526 -the matching files. If using \fB\-\-exact\fP, versions of the packages will
527 -also be shown. At the contrary, when using \fB\-\-quiet\fP, only package
528 +the matching files. If using \fB\-\-exact\fP, versions of the packages will
529 +also be shown. At the contrary, when using \fB\-\-quiet\fP, only package
530 names are listed, without files paths. Finally, \fB\-\-verbose\fP is similar
531 -to \fB\-\-exact\fP, but may adds a few warnings. The return status of
532 -\fBqfile\fP will be \fI0\fP as soon as an owning package has been found for
533 +to \fB\-\-exact\fP, but may adds a few warnings. The return status of
534 +\fBqfile\fP will be \fI0\fP as soon as an owning package has been found for
535 one of the query items.
536 .PP
537 Find names of package(s) owning "/bin/bash":
538 @@ -71,7 +72,7 @@
539 app-shells/bash (/etc/bash)
540 .fi
541 .PP
542 -Find packages(s) owning the file named "bash" in the current directory. Also
543 +Find packages(s) owning the file named "bash" in the current directory. Also
544 display their exact version:
545 .nf\fI
546 $ cd /bin
547 @@ -88,12 +89,12 @@
548 .fi
549 .SH "FINDING ORPHAN FILES"
550 .PP
551 -\fBqfile\fP can also, with the \fB\-\-orphans\fP option, find files which are
552 -not owned by any package. This behavior is the opposite of the usual file
553 +\fBqfile\fP can also, with the \fB\-\-orphans\fP option, find files which are
554 +not owned by any package. This behavior is the opposite of the usual file
555 owner search: the output is the list of query items for which no reference has
556 been found in your installed packages database. The \fB\-\-exact\fP option has
557 -no effect in this mode, whereas \fB\-\-verbose\fP may add a few warning
558 -messages. As for \fB\-\-quiet\fP, it will completly turn off the output,
559 +no effect in this mode, whereas \fB\-\-verbose\fP may add a few warning
560 +messages. As for \fB\-\-quiet\fP, it will completly turn off the output,
561 leaving just a silent test command, which returns \fI0\fP if and only if
562 there was no orphan in your query items.
563 .PP
564 @@ -110,10 +111,10 @@
565 libinstalledmanually.so.2
566 .fi
567 .PP
568 -.SH "HANDLING OF THE ROOT VARIABLE"
569 +.SH "$ROOT HANDLING"
570 .PP
571 By setting the \fIROOT\fP environment variable, you can force \fBqfile\fP to
572 -work in the sytem of your choice. This example shows queries for owner of
573 +work in the sytem of your choice. This example shows queries for owner of
574 "/bin/sh", first on your main system, and then on a system mounted on "/mnt":
575 .nf\fI
576 $ qfile -q /bin/sh
577 @@ -122,19 +123,19 @@
578 sys-apps/busybox
579 .fi
580 .PP
581 -Note that the query item is "/bin/sh" in both commands: by default, what
582 -\fBqfile\fP looks for is file paths as they are recorded in the packages
583 +Note that the query item is "/bin/sh" in both commands: by default, what
584 +\fBqfile\fP looks for is file paths as they are recorded in the packages
585 database of the target system, and this paths don't include \fI$ROOT\fP.
586 -If, at the contrary, you want to query files with their current actual
587 -paths (including the mount point), you should add the \fB\-\-root\-prefix\fP
588 +If, at the contrary, you want to query files with their current actual
589 +paths (including the mount point), you should add the \fB\-\-root\-prefix\fP
590 (\fB\-R\fP) option:
591 .nf\fI
592 $ ROOT=/mnt qfile -Rq /mnt/bin/sh
593 sys-apps/busybox
594 .fi
595 .PP
596 -The other difference beetween defaults and \fB\-R\fP queries is the output
597 -of files paths. The former doesn't include the \fI$ROOT\fP prefix, and the
598 +The other difference beetween defaults and \fB\-R\fP queries is the output
599 +of files paths. The former doesn't include the \fI$ROOT\fP prefix, and the
600 later does:
601 .nf\fI
602 $ ROOT=/mnt qfile sh
603 @@ -150,7 +151,7 @@
604 $ ROOT=/mnt qfile -Ro /mnt/bin/*
605 /mnt/bin/dostuff.sh
606 .fi
607 -.SH "READING ARGUMENTS FROM A FILE (OR STDIN)"
608 +.SH "READING ARGUMENTS FROM A FILE/STDIN"
609 .PP
610 When you try to launch \fBqfile\fP with a large number of arguments, you may
611 hit the following shell error:
612 @@ -170,10 +171,10 @@
613 .fi
614 .PP
615 Your arguments list must be formatted with one file per line, and without any
616 -kind of garbage (no leading or trailing space, no empty line, etc.). The
617 +kind of garbage (no leading or trailing space, no empty line, etc.). The
618 default \fBfind\fP output format is just fine in general.
619 .PP
620 -You can also read the arguments list from standard input with the "\fB\-\fP"
621 +You can also read the arguments list from standard input with the "\fB\-\fP"
622 pseudo filename, which is useful with shell pipes:
623 .nf\fI
624 $ find /usr/lib | qfile -o -f -
625 @@ -183,7 +184,7 @@
626 .fi
627 .PP
628 Here is an other example of use. This script lists some files which may be
629 -orphan config files left behind by Portage after uninstallation or upgrade of
630 +orphan config files left behind by Portage after uninstallation or upgrade of
631 some packages:
632 .nf\fI
633 #!/bin/bash
634 @@ -211,18 +212,18 @@
635 though, using some stupidly high or low value can completly kill the
636 performances. In short, you probably don't want to touch this option.
637 .PP
638 -.SH "SEARCHING FOR FILES COLLISIONS"
639 +.SH "SEARCHING FOR FILE COLLISIONS"
640 .PP
641 A last option of \fBqfile\fP is \fB\-\-exclude\fP (\fB\-x\fP), which will makes
642 it skip one particular package when doing its files owners search. This option
643 takes one argument, which can be a package name (\fBbash\fP or
644 \fBapp\-shells/bash\fP), or a versioned package (\fBbash\-3.2_p9\-r1\fP or
645 -\fBapp\-shells/bash\-3.2_p9\-r1\fP), or a slotted package (\fBbash:0\fP or
646 -\fBapp\-shells/bash:0\fP). It is useful for finding file collisions beetween
647 -packages (ie., comparing the contents of one package with the contents of all
648 +\fBapp\-shells/bash\-3.2_p9\-r1\fP), or a slotted package (\fBbash:0\fP or
649 +\fBapp\-shells/bash:0\fP). It is useful for finding file collisions beetween
650 +packages (ie., comparing the contents of one package with the contents of all
651 the others).
652 .PP
653 -For example, the following script will search collisions beetween all your
654 +For example, the following script will search collisions beetween all your
655 installed packages. Be careful, this will takes time:
656 .nf\fI
657 #!/bin/bash
658 @@ -239,7 +240,7 @@
659 done
660 .fi
661 .PP
662 -An other example is the following script, which can be used to check that a
663 +An other example is the following script, which can be used to check that a
664 binary package (.tbz2) has no conflict with any of your installed packages,
665 but the one it may replace (same name and slot), if any:
666 .nf\fI
667 @@ -259,5 +260,31 @@
668 rm -rf "${tmpdir}"
669 .PP
670 .SH "ADDITIONAL CONTRIBUTORS"
671 -.TP
672 +.nf
673 TGL degrenier[at]easyconnect.fr
674 +.fi
675 +.SH "REPORTING BUGS"
676 +Please report bugs via http://bugs.gentoo.org/
677 +.br
678 +Product: Portage Development; Component: Tools
679 +.SH AUTHORS
680 +.nf
681 +Ned Ludd <solar@g.o>
682 +Mike Frysinger <vapier@g.o>
683 +.fi
684 +.SH "SEE ALSO"
685 +.BR q (1),
686 +.BR qatom (1),
687 +.BR qcache (1),
688 +.BR qcheck (1),
689 +.BR qdepends (1),
690 +.BR qgrep (1),
691 +.BR qlist (1),
692 +.BR qlop (1),
693 +.BR qmerge (1),
694 +.BR qpkg (1),
695 +.BR qsearch (1),
696 +.BR qsize (1),
697 +.BR qtbz2 (1),
698 +.BR quse (1),
699 +.BR qxpak (1)
700
701
702
703 1.19 portage-utils/man/qgrep.1
704
705 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qgrep.1?rev=1.19&view=markup
706 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qgrep.1?rev=1.19&content-type=text/plain
707 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qgrep.1?r1=1.18&r2=1.19
708
709 Index: qgrep.1
710 ===================================================================
711 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qgrep.1,v
712 retrieving revision 1.18
713 retrieving revision 1.19
714 diff -u -r1.18 -r1.19
715 --- qgrep.1 15 Apr 2012 05:31:07 -0000 1.18
716 +++ qgrep.1 29 Sep 2013 22:14:20 -0000 1.19
717 @@ -1,14 +1,15 @@
718 -.TH qgrep "1" "April 2012" "Gentoo Foundation" "qgrep"
719 +.TH qgrep "1" "Sep 2013" "Gentoo Foundation" "qgrep"
720 .SH NAME
721 qgrep \- grep in ebuilds
722 .SH SYNOPSIS
723 .B qgrep
724 \fI<opts> <misc args>\fR
725 .SH DESCRIPTION
726 -Options: \fB\-[IiHNclLexJEsS:B:A:vqChV]\fR
727 +
728 +.SH OPTIONS
729 .TP
730 \fB\-I\fR, \fB\-\-invert\-match\fR
731 -Select non\-matching lines
732 +Select non-matching lines
733 .TP
734 \fB\-i\fR, \fB\-\-ignore\-case\fR
735 Ignore case distinctions
736 @@ -43,13 +44,13 @@
737 \fB\-s\fR, \fB\-\-skip\-comments\fR
738 Skip comments lines
739 .TP
740 -\fB\-S\fR, \fB\-\-skip\fR <arg>
741 +\fB\-S\fR \fI<arg>\fR, \fB\-\-skip\fR \fI<arg>\fR
742 Skip lines matching <arg>
743 .TP
744 -\fB\-B\fR, \fB\-\-before\fR <arg>
745 +\fB\-B\fR \fI<arg>\fR, \fB\-\-before\fR \fI<arg>\fR
746 Print <arg> lines of leading context
747 .TP
748 -\fB\-A\fR, \fB\-\-after\fR <arg>
749 +\fB\-A\fR \fI<arg>\fR, \fB\-\-after\fR \fI<arg>\fR
750 Print <arg> lines of trailing context
751 .TP
752 \fB\-v\fR, \fB\-\-verbose\fR
753 @@ -66,5 +67,29 @@
754 .TP
755 \fB\-V\fR, \fB\-\-version\fR
756 Print version and exit
757 -.PP
758 -$Id: qgrep.1,v 1.18 2012/04/15 05:31:07 vapier Exp $
759 +
760 +.SH "REPORTING BUGS"
761 +Please report bugs via http://bugs.gentoo.org/
762 +.br
763 +Product: Portage Development; Component: Tools
764 +.SH AUTHORS
765 +.nf
766 +Ned Ludd <solar@g.o>
767 +Mike Frysinger <vapier@g.o>
768 +.fi
769 +.SH "SEE ALSO"
770 +.BR q (1),
771 +.BR qatom (1),
772 +.BR qcache (1),
773 +.BR qcheck (1),
774 +.BR qdepends (1),
775 +.BR qfile (1),
776 +.BR qlist (1),
777 +.BR qlop (1),
778 +.BR qmerge (1),
779 +.BR qpkg (1),
780 +.BR qsearch (1),
781 +.BR qsize (1),
782 +.BR qtbz2 (1),
783 +.BR quse (1),
784 +.BR qxpak (1)
785
786
787
788 1.26 portage-utils/man/qlist.1
789
790 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qlist.1?rev=1.26&view=markup
791 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qlist.1?rev=1.26&content-type=text/plain
792 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qlist.1?r1=1.25&r2=1.26
793
794 Index: qlist.1
795 ===================================================================
796 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qlist.1,v
797 retrieving revision 1.25
798 retrieving revision 1.26
799 diff -u -r1.25 -r1.26
800 --- qlist.1 15 Apr 2012 05:31:07 -0000 1.25
801 +++ qlist.1 29 Sep 2013 22:14:20 -0000 1.26
802 @@ -1,11 +1,12 @@
803 -.TH qlist "1" "April 2012" "Gentoo Foundation" "qlist"
804 +.TH qlist "1" "Sep 2013" "Gentoo Foundation" "qlist"
805 .SH NAME
806 qlist \- list files owned by pkgname
807 .SH SYNOPSIS
808 .B qlist
809 \fI<opts> <pkgname>\fR
810 .SH DESCRIPTION
811 -Options: \fB\-[ISULcDeadosvqChV]\fR
812 +
813 +.SH OPTIONS
814 .TP
815 \fB\-I\fR, \fB\-\-installed\fR
816 Just show installed packages
817 @@ -13,9 +14,6 @@
818 \fB\-S\fR, \fB\-\-slots\fR
819 Display installed packages with slots
820 .TP
821 -\fB\-L\fR, \fB\-\-separator\fR
822 -Display : as the slot separator
823 -.TP
824 \fB\-c\fR, \fB\-\-columns\fR
825 Display column view
826 .TP
827 @@ -25,6 +23,9 @@
828 \fB\-D\fR, \fB\-\-dups\fR
829 Only show package dups
830 .TP
831 +\fB\-\-showdebug\fR
832 +Show /usr/lib/debug files
833 +.TP
834 \fB\-e\fR, \fB\-\-exact\fR
835 Exact match (only CAT/PN or PN without PV)
836 .TP
837 @@ -54,5 +55,29 @@
838 .TP
839 \fB\-V\fR, \fB\-\-version\fR
840 Print version and exit
841 -.PP
842 -$Id: qlist.1,v 1.25 2012/04/15 05:31:07 vapier Exp $
843 +
844 +.SH "REPORTING BUGS"
845 +Please report bugs via http://bugs.gentoo.org/
846 +.br
847 +Product: Portage Development; Component: Tools
848 +.SH AUTHORS
849 +.nf
850 +Ned Ludd <solar@g.o>
851 +Mike Frysinger <vapier@g.o>
852 +.fi
853 +.SH "SEE ALSO"
854 +.BR q (1),
855 +.BR qatom (1),
856 +.BR qcache (1),
857 +.BR qcheck (1),
858 +.BR qdepends (1),
859 +.BR qfile (1),
860 +.BR qgrep (1),
861 +.BR qlop (1),
862 +.BR qmerge (1),
863 +.BR qpkg (1),
864 +.BR qsearch (1),
865 +.BR qsize (1),
866 +.BR qtbz2 (1),
867 +.BR quse (1),
868 +.BR qxpak (1)
869
870
871
872 1.22 portage-utils/man/qlop.1
873
874 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qlop.1?rev=1.22&view=markup
875 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qlop.1?rev=1.22&content-type=text/plain
876 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qlop.1?r1=1.21&r2=1.22
877
878 Index: qlop.1
879 ===================================================================
880 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qlop.1,v
881 retrieving revision 1.21
882 retrieving revision 1.22
883 diff -u -r1.21 -r1.22
884 --- qlop.1 15 Apr 2012 05:31:07 -0000 1.21
885 +++ qlop.1 29 Sep 2013 22:14:20 -0000 1.22
886 @@ -1,11 +1,12 @@
887 -.TH qlop "1" "April 2012" "Gentoo Foundation" "qlop"
888 +.TH qlop "1" "Sep 2013" "Gentoo Foundation" "qlop"
889 .SH NAME
890 qlop \- emerge log analyzer
891 .SH SYNOPSIS
892 .B qlop
893 \fI<opts> <pkgname>\fR
894 .SH DESCRIPTION
895 -Options: \fB\-[gtHluscf:vqChV]\fR
896 +
897 +.SH OPTIONS
898 .TP
899 \fB\-g\fR, \fB\-\-gauge\fR
900 Gauge number of times a package has been merged
901 @@ -14,7 +15,7 @@
902 Calculate merge time for a specific package
903 .TP
904 \fB\-H\fR, \fB\-\-human\fR
905 -Print seconds in human readable format (needs \fB\-t\fR)
906 +Print seconds in human readable format (needs -t)
907 .TP
908 \fB\-l\fR, \fB\-\-list\fR
909 Show merge history
910 @@ -28,7 +29,7 @@
911 \fB\-c\fR, \fB\-\-current\fR
912 Show current emerging packages
913 .TP
914 -\fB\-f\fR, \fB\-\-logfile\fR <arg>
915 +\fB\-f\fR \fI<arg>\fR, \fB\-\-logfile\fR \fI<arg>\fR
916 Read emerge logfile instead of /var/log/emerge.log
917 .TP
918 \fB\-v\fR, \fB\-\-verbose\fR
919 @@ -45,5 +46,29 @@
920 .TP
921 \fB\-V\fR, \fB\-\-version\fR
922 Print version and exit
923 -.PP
924 -$Id: qlop.1,v 1.21 2012/04/15 05:31:07 vapier Exp $
925 +
926 +.SH "REPORTING BUGS"
927 +Please report bugs via http://bugs.gentoo.org/
928 +.br
929 +Product: Portage Development; Component: Tools
930 +.SH AUTHORS
931 +.nf
932 +Ned Ludd <solar@g.o>
933 +Mike Frysinger <vapier@g.o>
934 +.fi
935 +.SH "SEE ALSO"
936 +.BR q (1),
937 +.BR qatom (1),
938 +.BR qcache (1),
939 +.BR qcheck (1),
940 +.BR qdepends (1),
941 +.BR qfile (1),
942 +.BR qgrep (1),
943 +.BR qlist (1),
944 +.BR qmerge (1),
945 +.BR qpkg (1),
946 +.BR qsearch (1),
947 +.BR qsize (1),
948 +.BR qtbz2 (1),
949 +.BR quse (1),
950 +.BR qxpak (1)
951
952
953
954 1.16 portage-utils/man/qmerge.1
955
956 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qmerge.1?rev=1.16&view=markup
957 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qmerge.1?rev=1.16&content-type=text/plain
958 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qmerge.1?r1=1.15&r2=1.16
959
960 Index: qmerge.1
961 ===================================================================
962 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qmerge.1,v
963 retrieving revision 1.15
964 retrieving revision 1.16
965 diff -u -r1.15 -r1.16
966 --- qmerge.1 15 Apr 2012 05:31:07 -0000 1.15
967 +++ qmerge.1 29 Sep 2013 22:14:20 -0000 1.16
968 @@ -1,11 +1,12 @@
969 -.TH qmerge "1" "April 2012" "Gentoo Foundation" "qmerge"
970 +.TH qmerge "1" "Sep 2013" "Gentoo Foundation" "qmerge"
971 .SH NAME
972 qmerge \- fetch and merge binary package
973 .SH SYNOPSIS
974 .B qmerge
975 \fI<opts> <pkgnames>\fR
976 .SH DESCRIPTION
977 -Options: \fB\-[fFsKUpuyO5vqChV]\fR
978 +
979 +.SH OPTIONS
980 .TP
981 \fB\-f\fR, \fB\-\-fetch\fR
982 Fetch package and newest Packages metadata
983 @@ -51,5 +52,29 @@
984 .TP
985 \fB\-V\fR, \fB\-\-version\fR
986 Print version and exit
987 -.PP
988 -$Id: qmerge.1,v 1.15 2012/04/15 05:31:07 vapier Exp $
989 +
990 +.SH "REPORTING BUGS"
991 +Please report bugs via http://bugs.gentoo.org/
992 +.br
993 +Product: Portage Development; Component: Tools
994 +.SH AUTHORS
995 +.nf
996 +Ned Ludd <solar@g.o>
997 +Mike Frysinger <vapier@g.o>
998 +.fi
999 +.SH "SEE ALSO"
1000 +.BR q (1),
1001 +.BR qatom (1),
1002 +.BR qcache (1),
1003 +.BR qcheck (1),
1004 +.BR qdepends (1),
1005 +.BR qfile (1),
1006 +.BR qgrep (1),
1007 +.BR qlist (1),
1008 +.BR qlop (1),
1009 +.BR qpkg (1),
1010 +.BR qsearch (1),
1011 +.BR qsize (1),
1012 +.BR qtbz2 (1),
1013 +.BR quse (1),
1014 +.BR qxpak (1)
1015
1016
1017
1018 1.21 portage-utils/man/qpkg.1
1019
1020 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qpkg.1?rev=1.21&view=markup
1021 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qpkg.1?rev=1.21&content-type=text/plain
1022 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qpkg.1?r1=1.20&r2=1.21
1023
1024 Index: qpkg.1
1025 ===================================================================
1026 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qpkg.1,v
1027 retrieving revision 1.20
1028 retrieving revision 1.21
1029 diff -u -r1.20 -r1.21
1030 --- qpkg.1 15 Apr 2012 05:31:07 -0000 1.20
1031 +++ qpkg.1 29 Sep 2013 22:14:20 -0000 1.21
1032 @@ -1,11 +1,12 @@
1033 -.TH qpkg "1" "April 2012" "Gentoo Foundation" "qpkg"
1034 +.TH qpkg "1" "Sep 2013" "Gentoo Foundation" "qpkg"
1035 .SH NAME
1036 qpkg \- manipulate Gentoo binpkgs
1037 .SH SYNOPSIS
1038 .B qpkg
1039 \fI<opts> <misc args>\fR
1040 .SH DESCRIPTION
1041 -Options: \fB\-[cEpP:vqChV]\fR
1042 +
1043 +.SH OPTIONS
1044 .TP
1045 \fB\-c\fR, \fB\-\-clean\fR
1046 clean pkgdir of unused binary files
1047 @@ -16,7 +17,7 @@
1048 \fB\-p\fR, \fB\-\-pretend\fR
1049 pretend only
1050 .TP
1051 -\fB\-P\fR, \fB\-\-pkgdir\fR <arg>
1052 +\fB\-P\fR \fI<arg>\fR, \fB\-\-pkgdir\fR \fI<arg>\fR
1053 alternate package directory
1054 .TP
1055 \fB\-v\fR, \fB\-\-verbose\fR
1056 @@ -33,5 +34,29 @@
1057 .TP
1058 \fB\-V\fR, \fB\-\-version\fR
1059 Print version and exit
1060 -.PP
1061 -$Id: qpkg.1,v 1.20 2012/04/15 05:31:07 vapier Exp $
1062 +
1063 +.SH "REPORTING BUGS"
1064 +Please report bugs via http://bugs.gentoo.org/
1065 +.br
1066 +Product: Portage Development; Component: Tools
1067 +.SH AUTHORS
1068 +.nf
1069 +Ned Ludd <solar@g.o>
1070 +Mike Frysinger <vapier@g.o>
1071 +.fi
1072 +.SH "SEE ALSO"
1073 +.BR q (1),
1074 +.BR qatom (1),
1075 +.BR qcache (1),
1076 +.BR qcheck (1),
1077 +.BR qdepends (1),
1078 +.BR qfile (1),
1079 +.BR qgrep (1),
1080 +.BR qlist (1),
1081 +.BR qlop (1),
1082 +.BR qmerge (1),
1083 +.BR qsearch (1),
1084 +.BR qsize (1),
1085 +.BR qtbz2 (1),
1086 +.BR quse (1),
1087 +.BR qxpak (1)
1088
1089
1090
1091 1.23 portage-utils/man/qsearch.1
1092
1093 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qsearch.1?rev=1.23&view=markup
1094 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qsearch.1?rev=1.23&content-type=text/plain
1095 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qsearch.1?r1=1.22&r2=1.23
1096
1097 Index: qsearch.1
1098 ===================================================================
1099 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qsearch.1,v
1100 retrieving revision 1.22
1101 retrieving revision 1.23
1102 diff -u -r1.22 -r1.23
1103 --- qsearch.1 15 Apr 2012 05:31:07 -0000 1.22
1104 +++ qsearch.1 29 Sep 2013 22:14:20 -0000 1.23
1105 @@ -1,11 +1,12 @@
1106 -.TH qsearch "1" "April 2012" "Gentoo Foundation" "qsearch"
1107 +.TH qsearch "1" "Sep 2013" "Gentoo Foundation" "qsearch"
1108 .SH NAME
1109 qsearch \- search pkgname/desc
1110 .SH SYNOPSIS
1111 .B qsearch
1112 \fI<opts> <regex>\fR
1113 .SH DESCRIPTION
1114 -Options: \fB\-[acesSNHvqChV]\fR
1115 +
1116 +.SH OPTIONS
1117 .TP
1118 \fB\-a\fR, \fB\-\-all\fR
1119 List the descriptions of every package in the cache
1120 @@ -19,7 +20,7 @@
1121 \fB\-s\fR, \fB\-\-search\fR
1122 Regex search package basenames
1123 .TP
1124 -\fB\-S\fR, \fB\-\-desc\fR <arg>
1125 +\fB\-S\fR \fI<arg>\fR, \fB\-\-desc\fR \fI<arg>\fR
1126 Regex search package descriptions
1127 .TP
1128 \fB\-N\fR, \fB\-\-name\-only\fR
1129 @@ -42,5 +43,29 @@
1130 .TP
1131 \fB\-V\fR, \fB\-\-version\fR
1132 Print version and exit
1133 -.PP
1134 -$Id: qsearch.1,v 1.22 2012/04/15 05:31:07 vapier Exp $
1135 +
1136 +.SH "REPORTING BUGS"
1137 +Please report bugs via http://bugs.gentoo.org/
1138 +.br
1139 +Product: Portage Development; Component: Tools
1140 +.SH AUTHORS
1141 +.nf
1142 +Ned Ludd <solar@g.o>
1143 +Mike Frysinger <vapier@g.o>
1144 +.fi
1145 +.SH "SEE ALSO"
1146 +.BR q (1),
1147 +.BR qatom (1),
1148 +.BR qcache (1),
1149 +.BR qcheck (1),
1150 +.BR qdepends (1),
1151 +.BR qfile (1),
1152 +.BR qgrep (1),
1153 +.BR qlist (1),
1154 +.BR qlop (1),
1155 +.BR qmerge (1),
1156 +.BR qpkg (1),
1157 +.BR qsize (1),
1158 +.BR qtbz2 (1),
1159 +.BR quse (1),
1160 +.BR qxpak (1)
1161
1162
1163
1164 1.24 portage-utils/man/qsize.1
1165
1166 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qsize.1?rev=1.24&view=markup
1167 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qsize.1?rev=1.24&content-type=text/plain
1168 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qsize.1?r1=1.23&r2=1.24
1169
1170 Index: qsize.1
1171 ===================================================================
1172 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qsize.1,v
1173 retrieving revision 1.23
1174 retrieving revision 1.24
1175 diff -u -r1.23 -r1.24
1176 --- qsize.1 15 Apr 2012 05:31:07 -0000 1.23
1177 +++ qsize.1 29 Sep 2013 22:14:20 -0000 1.24
1178 @@ -1,11 +1,12 @@
1179 -.TH qsize "1" "April 2012" "Gentoo Foundation" "qsize"
1180 +.TH qsize "1" "Sep 2013" "Gentoo Foundation" "qsize"
1181 .SH NAME
1182 qsize \- calculate size usage
1183 .SH SYNOPSIS
1184 .B qsize
1185 \fI<opts> <pkgname>\fR
1186 .SH DESCRIPTION
1187 -Options: \fB\-[fasSmkbi:vqChV]\fR
1188 +
1189 +.SH OPTIONS
1190 .TP
1191 \fB\-f\fR, \fB\-\-filesystem\fR
1192 Show size used on disk
1193 @@ -28,7 +29,7 @@
1194 \fB\-b\fR, \fB\-\-bytes\fR
1195 Display size in bytes
1196 .TP
1197 -\fB\-i\fR, \fB\-\-ignore\fR <arg>
1198 +\fB\-i\fR \fI<arg>\fR, \fB\-\-ignore\fR \fI<arg>\fR
1199 Ignore regexp string
1200 .TP
1201 \fB\-v\fR, \fB\-\-verbose\fR
1202 @@ -45,5 +46,29 @@
1203 .TP
1204 \fB\-V\fR, \fB\-\-version\fR
1205 Print version and exit
1206 -.PP
1207 -$Id: qsize.1,v 1.23 2012/04/15 05:31:07 vapier Exp $
1208 +
1209 +.SH "REPORTING BUGS"
1210 +Please report bugs via http://bugs.gentoo.org/
1211 +.br
1212 +Product: Portage Development; Component: Tools
1213 +.SH AUTHORS
1214 +.nf
1215 +Ned Ludd <solar@g.o>
1216 +Mike Frysinger <vapier@g.o>
1217 +.fi
1218 +.SH "SEE ALSO"
1219 +.BR q (1),
1220 +.BR qatom (1),
1221 +.BR qcache (1),
1222 +.BR qcheck (1),
1223 +.BR qdepends (1),
1224 +.BR qfile (1),
1225 +.BR qgrep (1),
1226 +.BR qlist (1),
1227 +.BR qlop (1),
1228 +.BR qmerge (1),
1229 +.BR qpkg (1),
1230 +.BR qsearch (1),
1231 +.BR qtbz2 (1),
1232 +.BR quse (1),
1233 +.BR qxpak (1)
1234
1235
1236
1237 1.21 portage-utils/man/qtbz2.1
1238
1239 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qtbz2.1?rev=1.21&view=markup
1240 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qtbz2.1?rev=1.21&content-type=text/plain
1241 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qtbz2.1?r1=1.20&r2=1.21
1242
1243 Index: qtbz2.1
1244 ===================================================================
1245 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qtbz2.1,v
1246 retrieving revision 1.20
1247 retrieving revision 1.21
1248 diff -u -r1.20 -r1.21
1249 --- qtbz2.1 15 Apr 2012 05:31:07 -0000 1.20
1250 +++ qtbz2.1 29 Sep 2013 22:14:20 -0000 1.21
1251 @@ -1,17 +1,18 @@
1252 -.TH qtbz2 "1" "April 2012" "Gentoo Foundation" "qtbz2"
1253 +.TH qtbz2 "1" "Sep 2013" "Gentoo Foundation" "qtbz2"
1254 .SH NAME
1255 qtbz2 \- manipulate tbz2 packages
1256 .SH SYNOPSIS
1257 .B qtbz2
1258 \fI<opts> <misc args>\fR
1259 .SH DESCRIPTION
1260 -Options: \fB\-[d:jstxOvqChV]\fR
1261 +
1262 +.SH OPTIONS
1263 .TP
1264 -\fB\-d\fR, \fB\-\-dir\fR <arg>
1265 +\fB\-d\fR \fI<arg>\fR, \fB\-\-dir\fR \fI<arg>\fR
1266 Change to specified directory
1267 .TP
1268 \fB\-j\fR, \fB\-\-join\fR
1269 -Join tar.bz2 + xpak into a tbz2
1270 +Join: <tar.bz2> <xpak> <tbz2>
1271 .TP
1272 \fB\-s\fR, \fB\-\-split\fR
1273 Split a tbz2 into a tar.bz2 + xpak
1274 @@ -39,5 +40,29 @@
1275 .TP
1276 \fB\-V\fR, \fB\-\-version\fR
1277 Print version and exit
1278 -.PP
1279 -$Id: qtbz2.1,v 1.20 2012/04/15 05:31:07 vapier Exp $
1280 +
1281 +.SH "REPORTING BUGS"
1282 +Please report bugs via http://bugs.gentoo.org/
1283 +.br
1284 +Product: Portage Development; Component: Tools
1285 +.SH AUTHORS
1286 +.nf
1287 +Ned Ludd <solar@g.o>
1288 +Mike Frysinger <vapier@g.o>
1289 +.fi
1290 +.SH "SEE ALSO"
1291 +.BR q (1),
1292 +.BR qatom (1),
1293 +.BR qcache (1),
1294 +.BR qcheck (1),
1295 +.BR qdepends (1),
1296 +.BR qfile (1),
1297 +.BR qgrep (1),
1298 +.BR qlist (1),
1299 +.BR qlop (1),
1300 +.BR qmerge (1),
1301 +.BR qpkg (1),
1302 +.BR qsearch (1),
1303 +.BR qsize (1),
1304 +.BR quse (1),
1305 +.BR qxpak (1)
1306
1307
1308
1309 1.24 portage-utils/man/quse.1
1310
1311 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/quse.1?rev=1.24&view=markup
1312 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/quse.1?rev=1.24&content-type=text/plain
1313 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/quse.1?r1=1.23&r2=1.24
1314
1315 Index: quse.1
1316 ===================================================================
1317 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/quse.1,v
1318 retrieving revision 1.23
1319 retrieving revision 1.24
1320 diff -u -r1.23 -r1.24
1321 --- quse.1 15 Apr 2012 05:31:07 -0000 1.23
1322 +++ quse.1 29 Sep 2013 22:14:20 -0000 1.24
1323 @@ -1,11 +1,12 @@
1324 -.TH quse "1" "April 2012" "Gentoo Foundation" "quse"
1325 +.TH quse "1" "Sep 2013" "Gentoo Foundation" "quse"
1326 .SH NAME
1327 quse \- find pkgs using useflags
1328 .SH SYNOPSIS
1329 .B quse
1330 \fI<opts> <useflag>\fR
1331 .SH DESCRIPTION
1332 -Options: \fB\-[eavKLDF:NvqChV]\fR
1333 +
1334 +.SH OPTIONS
1335 .TP
1336 \fB\-e\fR, \fB\-\-exact\fR
1337 Show exact non regexp matching using strcmp
1338 @@ -22,8 +23,8 @@
1339 \fB\-D\fR, \fB\-\-describe\fR
1340 Describe the USE flag
1341 .TP
1342 -\fB\-F\fR, \fB\-\-format\fR <arg>
1343 -Use your own variable formats. \fB\-F\fR NAME=
1344 +\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
1345 +Use your own variable formats. -F NAME=
1346 .TP
1347 \fB\-N\fR, \fB\-\-name\-only\fR
1348 Only show package name
1349 @@ -42,5 +43,29 @@
1350 .TP
1351 \fB\-V\fR, \fB\-\-version\fR
1352 Print version and exit
1353 -.PP
1354 -$Id: quse.1,v 1.23 2012/04/15 05:31:07 vapier Exp $
1355 +
1356 +.SH "REPORTING BUGS"
1357 +Please report bugs via http://bugs.gentoo.org/
1358 +.br
1359 +Product: Portage Development; Component: Tools
1360 +.SH AUTHORS
1361 +.nf
1362 +Ned Ludd <solar@g.o>
1363 +Mike Frysinger <vapier@g.o>
1364 +.fi
1365 +.SH "SEE ALSO"
1366 +.BR q (1),
1367 +.BR qatom (1),
1368 +.BR qcache (1),
1369 +.BR qcheck (1),
1370 +.BR qdepends (1),
1371 +.BR qfile (1),
1372 +.BR qgrep (1),
1373 +.BR qlist (1),
1374 +.BR qlop (1),
1375 +.BR qmerge (1),
1376 +.BR qpkg (1),
1377 +.BR qsearch (1),
1378 +.BR qsize (1),
1379 +.BR qtbz2 (1),
1380 +.BR qxpak (1)
1381
1382
1383
1384 1.21 portage-utils/man/qxpak.1
1385
1386 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qxpak.1?rev=1.21&view=markup
1387 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qxpak.1?rev=1.21&content-type=text/plain
1388 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/man/qxpak.1?r1=1.20&r2=1.21
1389
1390 Index: qxpak.1
1391 ===================================================================
1392 RCS file: /var/cvsroot/gentoo-projects/portage-utils/man/qxpak.1,v
1393 retrieving revision 1.20
1394 retrieving revision 1.21
1395 diff -u -r1.20 -r1.21
1396 --- qxpak.1 15 Apr 2012 05:31:07 -0000 1.20
1397 +++ qxpak.1 29 Sep 2013 22:14:20 -0000 1.21
1398 @@ -1,11 +1,12 @@
1399 -.TH qxpak "1" "April 2012" "Gentoo Foundation" "qxpak"
1400 +.TH qxpak "1" "Sep 2013" "Gentoo Foundation" "qxpak"
1401 .SH NAME
1402 qxpak \- manipulate xpak archives
1403 .SH SYNOPSIS
1404 .B qxpak
1405 \fI<opts> <misc args>\fR
1406 .SH DESCRIPTION
1407 -Options: \fB\-[lxcd:OvqChV]\fR
1408 +
1409 +.SH OPTIONS
1410 .TP
1411 \fB\-l\fR, \fB\-\-list\fR
1412 List the contents of an archive
1413 @@ -16,7 +17,7 @@
1414 \fB\-c\fR, \fB\-\-create\fR
1415 Create an archive of a directory/files
1416 .TP
1417 -\fB\-d\fR, \fB\-\-dir\fR <arg>
1418 +\fB\-d\fR \fI<arg>\fR, \fB\-\-dir\fR \fI<arg>\fR
1419 Change to specified directory
1420 .TP
1421 \fB\-O\fR, \fB\-\-stdout\fR
1422 @@ -36,5 +37,29 @@
1423 .TP
1424 \fB\-V\fR, \fB\-\-version\fR
1425 Print version and exit
1426 -.PP
1427 -$Id: qxpak.1,v 1.20 2012/04/15 05:31:07 vapier Exp $
1428 +
1429 +.SH "REPORTING BUGS"
1430 +Please report bugs via http://bugs.gentoo.org/
1431 +.br
1432 +Product: Portage Development; Component: Tools
1433 +.SH AUTHORS
1434 +.nf
1435 +Ned Ludd <solar@g.o>
1436 +Mike Frysinger <vapier@g.o>
1437 +.fi
1438 +.SH "SEE ALSO"
1439 +.BR q (1),
1440 +.BR qatom (1),
1441 +.BR qcache (1),
1442 +.BR qcheck (1),
1443 +.BR qdepends (1),
1444 +.BR qfile (1),
1445 +.BR qgrep (1),
1446 +.BR qlist (1),
1447 +.BR qlop (1),
1448 +.BR qmerge (1),
1449 +.BR qpkg (1),
1450 +.BR qsearch (1),
1451 +.BR qsize (1),
1452 +.BR qtbz2 (1),
1453 +.BR quse (1)