aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-03-11 00:47:33 -0400
committerMike Frysinger <vapier@gentoo.org>2014-03-11 00:47:33 -0400
commit6bc6b925108cdfaed498ebf507ac592721b357b5 (patch)
tree155331a2cf8aadbed429a2a5548ea3241cf2bae2
parentqlist: punt --dups option (diff)
downloadportage-utils-0.51.tar.gz
portage-utils-0.51.tar.bz2
portage-utils-0.51.zip
man: regeneratev0.51
-rw-r--r--man/q.15
-rw-r--r--man/qatom.15
-rw-r--r--man/qcache.15
-rw-r--r--man/qcheck.15
-rw-r--r--man/qdepends.124
-rw-r--r--man/qfile.15
-rw-r--r--man/qgrep.15
-rw-r--r--man/qlist.113
-rw-r--r--man/qlop.15
-rw-r--r--man/qmerge.18
-rw-r--r--man/qpkg.15
-rw-r--r--man/qsearch.15
-rw-r--r--man/qsize.15
-rw-r--r--man/qtbz2.15
-rw-r--r--man/quse.15
-rw-r--r--man/qxpak.15
16 files changed, 89 insertions, 21 deletions
diff --git a/man/q.1 b/man/q.1
index 59aa68d..322e1af 100644
--- a/man/q.1
+++ b/man/q.1
@@ -1,4 +1,4 @@
-.TH q "1" "Sep 2013" "Gentoo Foundation" "q"
+.TH q "1" "Mar 2014" "Gentoo Foundation" "q"
.SH NAME
q \- invoke a portage utility applet
.SH SYNOPSIS
@@ -20,6 +20,9 @@ Reinitialize metadata cache
\fB\-M\fR \fI<arg>\fR, \fB\-\-modpath\fR \fI<arg>\fR
Module path
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qatom.1 b/man/qatom.1
index 934546d..b4bc8ce 100644
--- a/man/qatom.1
+++ b/man/qatom.1
@@ -1,4 +1,4 @@
-.TH qatom "1" "Sep 2013" "Gentoo Foundation" "qatom"
+.TH qatom "1" "Mar 2014" "Gentoo Foundation" "qatom"
.SH NAME
qatom \- split atom strings
.SH SYNOPSIS
@@ -11,6 +11,9 @@ qatom \- split atom strings
\fB\-c\fR, \fB\-\-compare\fR
Compare two atoms
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qcache.1 b/man/qcache.1
index 549777d..1f46e4b 100644
--- a/man/qcache.1
+++ b/man/qcache.1
@@ -1,4 +1,4 @@
-.TH qcache "1" "Sep 2013" "Gentoo Foundation" "qcache"
+.TH qcache "1" "Mar 2014" "Gentoo Foundation" "qcache"
.SH NAME
qcache \- search the metadata cache
.SH SYNOPSIS
@@ -32,6 +32,9 @@ list packages that have at least one version keyworded for on a given arch
\fB\-n\fR, \fB\-\-not\fR
list packages that aren't keyworded on a given arch.
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qcheck.1 b/man/qcheck.1
index a830023..3633311 100644
--- a/man/qcheck.1
+++ b/man/qcheck.1
@@ -1,4 +1,4 @@
-.TH qcheck "1" "Sep 2013" "Gentoo Foundation" "qcheck"
+.TH qcheck "1" "Mar 2014" "Gentoo Foundation" "qcheck"
.SH NAME
qcheck \- verify integrity of installed packages
.SH SYNOPSIS
@@ -38,6 +38,9 @@ Ignore files in CONFIG_PROTECT-ed paths
\fB\-p\fR, \fB\-\-prelink\fR
Undo prelink when calculating checksums
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qdepends.1 b/man/qdepends.1
index 2014c3f..3b316a0 100644
--- a/man/qdepends.1
+++ b/man/qdepends.1
@@ -1,4 +1,4 @@
-.TH qdepends "1" "Sep 2013" "Gentoo Foundation" "qdepends"
+.TH qdepends "1" "Mar 2014" "Gentoo Foundation" "qdepends"
.SH NAME
qdepends \- show dependency info
.SH SYNOPSIS
@@ -13,6 +13,9 @@ By default, it will tell you the build time dependencies only (DEPEND).
Currently, qdepends will only query installed packages. There is no support for
querying packages not yet installed (the \fBequery\fR(1) tool can do that).
+
+If there is no answer to your query (i.e. you've asked for a package that is not
+installed, or a version that does not match), then you will get back no output.
.SH OPTIONS
.TP
\fB\-d\fR, \fB\-\-depend\fR
@@ -39,6 +42,9 @@ Show all DEPEND info
\fB\-f\fR, \fB\-\-format\fR
Pretty format specified depend strings
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
@@ -71,4 +77,18 @@ Ned Ludd <solar@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
.fi
.SH "SEE ALSO"
-
+.BR q (1),
+.BR qatom (1),
+.BR qcache (1),
+.BR qcheck (1),
+.BR qfile (1),
+.BR qgrep (1),
+.BR qlist (1),
+.BR qlop (1),
+.BR qmerge (1),
+.BR qpkg (1),
+.BR qsearch (1),
+.BR qsize (1),
+.BR qtbz2 (1),
+.BR quse (1),
+.BR qxpak (1)
diff --git a/man/qfile.1 b/man/qfile.1
index a651a95..83dacfb 100644
--- a/man/qfile.1
+++ b/man/qfile.1
@@ -1,4 +1,4 @@
-.TH qfile "1" "Sep 2013" "Gentoo Foundation" "qfile"
+.TH qfile "1" "Mar 2014" "Gentoo Foundation" "qfile"
.SH NAME
qfile \- list all pkgs owning files
.SH SYNOPSIS
@@ -32,6 +32,9 @@ Don't look in package <arg> (used with --orphans)
\fB\-e\fR, \fB\-\-exact\fR
Exact match (used with --exclude)
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qgrep.1 b/man/qgrep.1
index 6858b70..1ff4797 100644
--- a/man/qgrep.1
+++ b/man/qgrep.1
@@ -1,4 +1,4 @@
-.TH qgrep "1" "Sep 2013" "Gentoo Foundation" "qgrep"
+.TH qgrep "1" "Mar 2014" "Gentoo Foundation" "qgrep"
.SH NAME
qgrep \- grep in ebuilds
.SH SYNOPSIS
@@ -53,6 +53,9 @@ Print <arg> lines of leading context
\fB\-A\fR \fI<arg>\fR, \fB\-\-after\fR \fI<arg>\fR
Print <arg> lines of trailing context
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qlist.1 b/man/qlist.1
index 5a35b58..eee563d 100644
--- a/man/qlist.1
+++ b/man/qlist.1
@@ -1,4 +1,4 @@
-.TH qlist "1" "Sep 2013" "Gentoo Foundation" "qlist"
+.TH qlist "1" "Mar 2014" "Gentoo Foundation" "qlist"
.SH NAME
qlist \- list files owned by pkgname
.SH SYNOPSIS
@@ -14,14 +14,14 @@ Just show installed packages
\fB\-S\fR, \fB\-\-slots\fR
Display installed packages with slots
.TP
-\fB\-c\fR, \fB\-\-columns\fR
-Display column view
+\fB\-R\fR, \fB\-\-repo\fR
+Display installed packages with repository
.TP
\fB\-U\fR, \fB\-\-umap\fR
Display installed packages with flags used
.TP
-\fB\-D\fR, \fB\-\-dups\fR
-Only show package dups
+\fB\-c\fR, \fB\-\-columns\fR
+Display column view
.TP
\fB\-\-showdebug\fR
Show /usr/lib/debug files
@@ -41,6 +41,9 @@ Only show objects
\fB\-s\fR, \fB\-\-sym\fR
Only show symlinks
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qlop.1 b/man/qlop.1
index a40bf23..26ef7b5 100644
--- a/man/qlop.1
+++ b/man/qlop.1
@@ -1,4 +1,4 @@
-.TH qlop "1" "Sep 2013" "Gentoo Foundation" "qlop"
+.TH qlop "1" "Mar 2014" "Gentoo Foundation" "qlop"
.SH NAME
qlop \- emerge log analyzer
.SH SYNOPSIS
@@ -32,6 +32,9 @@ Show current emerging packages
\fB\-f\fR \fI<arg>\fR, \fB\-\-logfile\fR \fI<arg>\fR
Read emerge logfile instead of /var/log/emerge.log
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qmerge.1 b/man/qmerge.1
index b3f70b0..558a810 100644
--- a/man/qmerge.1
+++ b/man/qmerge.1
@@ -1,4 +1,4 @@
-.TH qmerge "1" "Sep 2013" "Gentoo Foundation" "qmerge"
+.TH qmerge "1" "Mar 2014" "Gentoo Foundation" "qmerge"
.SH NAME
qmerge \- fetch and merge binary package
.SH SYNOPSIS
@@ -38,6 +38,12 @@ Don't merge dependencies
\fB\-5\fR, \fB\-\-nomd5\fR
Don't verify MD5 digest of files
.TP
+\fB\-\-debug\fR
+Run shell funcs with `set -x`
+.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qpkg.1 b/man/qpkg.1
index 3529451..ac99736 100644
--- a/man/qpkg.1
+++ b/man/qpkg.1
@@ -1,4 +1,4 @@
-.TH qpkg "1" "Sep 2013" "Gentoo Foundation" "qpkg"
+.TH qpkg "1" "Mar 2014" "Gentoo Foundation" "qpkg"
.SH NAME
qpkg \- manipulate Gentoo binpkgs
.SH SYNOPSIS
@@ -20,6 +20,9 @@ pretend only
\fB\-P\fR \fI<arg>\fR, \fB\-\-pkgdir\fR \fI<arg>\fR
alternate package directory
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qsearch.1 b/man/qsearch.1
index 2860f34..7d88c50 100644
--- a/man/qsearch.1
+++ b/man/qsearch.1
@@ -1,4 +1,4 @@
-.TH qsearch "1" "Sep 2013" "Gentoo Foundation" "qsearch"
+.TH qsearch "1" "Mar 2014" "Gentoo Foundation" "qsearch"
.SH NAME
qsearch \- search pkgname/desc
.SH SYNOPSIS
@@ -29,6 +29,9 @@ Only show package name
\fB\-H\fR, \fB\-\-homepage\fR
Show homepage info
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qsize.1 b/man/qsize.1
index f14bf64..ca6a352 100644
--- a/man/qsize.1
+++ b/man/qsize.1
@@ -1,4 +1,4 @@
-.TH qsize "1" "Sep 2013" "Gentoo Foundation" "qsize"
+.TH qsize "1" "Mar 2014" "Gentoo Foundation" "qsize"
.SH NAME
qsize \- calculate size usage
.SH SYNOPSIS
@@ -32,6 +32,9 @@ Display size in bytes
\fB\-i\fR \fI<arg>\fR, \fB\-\-ignore\fR \fI<arg>\fR
Ignore regexp string
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qtbz2.1 b/man/qtbz2.1
index cc8e3a4..2ecd77f 100644
--- a/man/qtbz2.1
+++ b/man/qtbz2.1
@@ -1,4 +1,4 @@
-.TH qtbz2 "1" "Sep 2013" "Gentoo Foundation" "qtbz2"
+.TH qtbz2 "1" "Mar 2014" "Gentoo Foundation" "qtbz2"
.SH NAME
qtbz2 \- manipulate tbz2 packages
.SH SYNOPSIS
@@ -26,6 +26,9 @@ Just split the xpak
\fB\-O\fR, \fB\-\-stdout\fR
Write files to stdout
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/quse.1 b/man/quse.1
index 9bae65a..78f4b5c 100644
--- a/man/quse.1
+++ b/man/quse.1
@@ -1,4 +1,4 @@
-.TH quse "1" "Sep 2013" "Gentoo Foundation" "quse"
+.TH quse "1" "Mar 2014" "Gentoo Foundation" "quse"
.SH NAME
quse \- find pkgs using useflags
.SH SYNOPSIS
@@ -29,6 +29,9 @@ Use your own variable formats. -F NAME=
\fB\-N\fR, \fB\-\-name\-only\fR
Only show package name
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
diff --git a/man/qxpak.1 b/man/qxpak.1
index d6bf28d..733cad2 100644
--- a/man/qxpak.1
+++ b/man/qxpak.1
@@ -1,4 +1,4 @@
-.TH qxpak "1" "Sep 2013" "Gentoo Foundation" "qxpak"
+.TH qxpak "1" "Mar 2014" "Gentoo Foundation" "qxpak"
.SH NAME
qxpak \- manipulate xpak archives
.SH SYNOPSIS
@@ -23,6 +23,9 @@ Change to specified directory
\fB\-O\fR, \fB\-\-stdout\fR
Write files to stdout
.TP
+\fB\-\-root\fR \fI<arg>\fR
+Set the ROOT env var
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP