aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-05-02 20:00:17 +0200
committerFabian Groffen <grobian@gentoo.org>2019-05-02 20:00:17 +0200
commit6eee66bd91df5928c0fbf1ee9cd2ff8a3f575d89 (patch)
treef2703c13d7a3ef8f7b45566f865b4df61dba7095 /man
parentREADME: update somewhat (diff)
downloadportage-utils-6eee66bd91df5928c0fbf1ee9cd2ff8a3f575d89.tar.gz
portage-utils-6eee66bd91df5928c0fbf1ee9cd2ff8a3f575d89.tar.bz2
portage-utils-6eee66bd91df5928c0fbf1ee9cd2ff8a3f575d89.zip
qcache: rename to qkeyword
qcache has its roots in reading the metadata cache, but since this is standard functionality provided by libq/cache now, all that qcache does really is things with keywords. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/q.16
-rw-r--r--man/qatom.14
-rw-r--r--man/qcheck.14
-rw-r--r--man/qdepends.14
-rw-r--r--man/qfile.14
-rw-r--r--man/qgrep.14
-rw-r--r--man/qkeyword.1 (renamed from man/qcache.1)6
-rw-r--r--man/qlist.14
-rw-r--r--man/qlop.14
-rw-r--r--man/qmerge.14
-rw-r--r--man/qpkg.14
-rw-r--r--man/qsearch.14
-rw-r--r--man/qsize.14
-rw-r--r--man/qtbz2.14
-rw-r--r--man/qtegrity.14
-rw-r--r--man/quse.12
-rw-r--r--man/qxpak.14
17 files changed, 35 insertions, 35 deletions
diff --git a/man/q.1 b/man/q.1
index afba24a..cbf2303 100644
--- a/man/q.1
+++ b/man/q.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH q "1" "Apr 2019" "Gentoo Foundation" "q"
+.TH q "1" "May 2019" "Gentoo Foundation" "q"
.SH NAME
q \- invoke a portage utility applet
.SH SYNOPSIS
@@ -37,7 +37,7 @@ Print version and exit.
.B This applet also has sub applets:
q <applet> <args> : virtual applet
qatom <pkg> : split atom strings
- qcache <action> <args> : search the metadata cache
+ qkeyword <action> <args> : list packages based on keywords
qcheck <pkgname> : verify integrity of installed packages
qdepends <pkgname> : show dependency info
qfile <filename> : list all pkgs owning files
@@ -65,11 +65,11 @@ Fabian Groffen <grobian@gentoo.org>
.fi
.SH "SEE ALSO"
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qatom.1 b/man/qatom.1
index 046b89e..15799c4 100644
--- a/man/qatom.1
+++ b/man/qatom.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qatom "1" "Apr 2019" "Gentoo Foundation" "qatom"
+.TH qatom "1" "May 2019" "Gentoo Foundation" "qatom"
.SH NAME
qatom \- split atom strings
.SH SYNOPSIS
@@ -100,11 +100,11 @@ Fabian Groffen <grobian@gentoo.org>
.fi
.SH "SEE ALSO"
.BR q (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qcheck.1 b/man/qcheck.1
index c139744..336813f 100644
--- a/man/qcheck.1
+++ b/man/qcheck.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qcheck "1" "Apr 2019" "Gentoo Foundation" "qcheck"
+.TH qcheck "1" "May 2019" "Gentoo Foundation" "qcheck"
.SH NAME
qcheck \- verify integrity of installed packages
.SH SYNOPSIS
@@ -64,10 +64,10 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qdepends.1 b/man/qdepends.1
index dcaef0c..1020b9a 100644
--- a/man/qdepends.1
+++ b/man/qdepends.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qdepends "1" "Apr 2019" "Gentoo Foundation" "qdepends"
+.TH qdepends "1" "May 2019" "Gentoo Foundation" "qdepends"
.SH NAME
qdepends \- show dependency info
.SH SYNOPSIS
@@ -121,10 +121,10 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qfile.1 b/man/qfile.1
index 5cd297a..1440bd7 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 2019" "Gentoo Foundation" "qfile"
+.TH qfile "1" "May 2019" "Gentoo Foundation" "qfile"
.SH NAME
qfile \- list all pkgs owning files
.SH SYNOPSIS
@@ -214,10 +214,10 @@ TGL <degrenier[at]easyconnect.fr>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qgrep.1 b/man/qgrep.1
index 34fe54d..78ffb19 100644
--- a/man/qgrep.1
+++ b/man/qgrep.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qgrep "1" "Apr 2019" "Gentoo Foundation" "qgrep"
+.TH qgrep "1" "May 2019" "Gentoo Foundation" "qgrep"
.SH NAME
qgrep \- grep in ebuilds
.SH SYNOPSIS
@@ -94,10 +94,10 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qcache.1 b/man/qkeyword.1
index 675059e..a575404 100644
--- a/man/qcache.1
+++ b/man/qkeyword.1
@@ -1,9 +1,9 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qcache "1" "Apr 2019" "Gentoo Foundation" "qcache"
+.TH qkeyword "1" "May 2019" "Gentoo Foundation" "qkeyword"
.SH NAME
-qcache \- search the metadata cache
+qkeyword \- list packages based on keywords
.SH SYNOPSIS
-.B qcache
+.B qkeyword
\fI[opts] <action> <args>\fR
.SH DESCRIPTION
diff --git a/man/qlist.1 b/man/qlist.1
index 0b16318..3932319 100644
--- a/man/qlist.1
+++ b/man/qlist.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qlist "1" "Apr 2019" "Gentoo Foundation" "qlist"
+.TH qlist "1" "May 2019" "Gentoo Foundation" "qlist"
.SH NAME
qlist \- list files owned by pkgname
.SH SYNOPSIS
@@ -86,11 +86,11 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlop (1),
.BR qmerge (1),
.BR qpkg (1),
diff --git a/man/qlop.1 b/man/qlop.1
index 4dd31c1..83b62f8 100644
--- a/man/qlop.1
+++ b/man/qlop.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qlop "1" "Apr 2019" "Gentoo Foundation" "qlop"
+.TH qlop "1" "May 2019" "Gentoo Foundation" "qlop"
.SH NAME
qlop \- emerge log analyzer
.SH SYNOPSIS
@@ -135,11 +135,11 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qmerge (1),
.BR qpkg (1),
diff --git a/man/qmerge.1 b/man/qmerge.1
index d303e45..e0503e1 100644
--- a/man/qmerge.1
+++ b/man/qmerge.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qmerge "1" "Apr 2019" "Gentoo Foundation" "qmerge"
+.TH qmerge "1" "May 2019" "Gentoo Foundation" "qmerge"
.SH NAME
qmerge \- fetch and merge binary package
.SH SYNOPSIS
@@ -75,11 +75,11 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qpkg (1),
diff --git a/man/qpkg.1 b/man/qpkg.1
index 17278ec..4fb265c 100644
--- a/man/qpkg.1
+++ b/man/qpkg.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qpkg "1" "Apr 2019" "Gentoo Foundation" "qpkg"
+.TH qpkg "1" "May 2019" "Gentoo Foundation" "qpkg"
.SH NAME
qpkg \- manipulate Gentoo binpkgs
.SH SYNOPSIS
@@ -55,11 +55,11 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qsearch.1 b/man/qsearch.1
index 1bea7ab..af27416 100644
--- a/man/qsearch.1
+++ b/man/qsearch.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qsearch "1" "Apr 2019" "Gentoo Foundation" "qsearch"
+.TH qsearch "1" "May 2019" "Gentoo Foundation" "qsearch"
.SH NAME
qsearch \- search pkgname/desc
.SH SYNOPSIS
@@ -60,11 +60,11 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qsize.1 b/man/qsize.1
index 9733e04..bcad17e 100644
--- a/man/qsize.1
+++ b/man/qsize.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qsize "1" "Apr 2019" "Gentoo Foundation" "qsize"
+.TH qsize "1" "May 2019" "Gentoo Foundation" "qsize"
.SH NAME
qsize \- calculate size usage
.SH SYNOPSIS
@@ -64,11 +64,11 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qtbz2.1 b/man/qtbz2.1
index bb591b1..f177128 100644
--- a/man/qtbz2.1
+++ b/man/qtbz2.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qtbz2 "1" "Apr 2019" "Gentoo Foundation" "qtbz2"
+.TH qtbz2 "1" "May 2019" "Gentoo Foundation" "qtbz2"
.SH NAME
qtbz2 \- manipulate tbz2 packages
.SH SYNOPSIS
@@ -59,11 +59,11 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qtegrity.1 b/man/qtegrity.1
index 429c4f7..048d4fa 100644
--- a/man/qtegrity.1
+++ b/man/qtegrity.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qtegrity "1" "Apr 2019" "Gentoo Foundation" "qtegrity"
+.TH qtegrity "1" "May 2019" "Gentoo Foundation" "qtegrity"
.SH NAME
qtegrity \- verify files with IMA
.SH SYNOPSIS
@@ -65,11 +65,11 @@ Sam Besselink
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/quse.1 b/man/quse.1
index bb02306..6f0d8d3 100644
--- a/man/quse.1
+++ b/man/quse.1
@@ -58,11 +58,11 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),
diff --git a/man/qxpak.1 b/man/qxpak.1
index ccd94a1..529e8b3 100644
--- a/man/qxpak.1
+++ b/man/qxpak.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qxpak "1" "Apr 2019" "Gentoo Foundation" "qxpak"
+.TH qxpak "1" "May 2019" "Gentoo Foundation" "qxpak"
.SH NAME
qxpak \- manipulate xpak archives
.SH SYNOPSIS
@@ -55,11 +55,11 @@ Fabian Groffen <grobian@gentoo.org>
.SH "SEE ALSO"
.BR q (1),
.BR qatom (1),
-.BR qcache (1),
.BR qcheck (1),
.BR qdepends (1),
.BR qfile (1),
.BR qgrep (1),
+.BR qkeyword (1),
.BR qlist (1),
.BR qlop (1),
.BR qmerge (1),