commit:     5958d5269dfae0a043d77bb055bd19e465aa6a3b
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  4 10:22:09 2026 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan  4 10:52:40 2026 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=5958d526

man: remove generated manpages

All of these are re-generated while making a release (make-tarball.sh)
and it's not automatic that these get updated when a change to an applet
is made, so let's not pretend these are up-to-date or useful in the repo
or anything.  Because automake needs them for the dist target to include
the manpages, teach make how to generate them.  This will in a build env
re-generate them every time, so they are up to date.

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 .gitignore      |   1 +
 Makefile.am     |   2 +
 Makefile.in     |   3 +
 man/q.1         | 221 ---------------------------------------------
 man/qatom.1     | 166 ----------------------------------
 man/qcheck.1    |  93 -------------------
 man/qdepends.1  | 182 -------------------------------------
 man/qfile.1     | 276 --------------------------------------------------------
 man/qgrep.1     | 112 -----------------------
 man/qkeyword.1  | 145 -----------------------------
 man/qlist.1     | 145 -----------------------------
 man/qlop.1      | 189 --------------------------------------
 man/qmanifest.1 | 124 -------------------------
 man/qmerge.1    |  96 --------------------
 man/qpkg.1      |  79 ----------------
 man/qsearch.1   |  90 ------------------
 man/qsize.1     |  93 -------------------
 man/qtbz2.1     |  80 ----------------
 man/qtegrity.1  |  86 ------------------
 man/quse.1      |  97 --------------------
 man/qwhich.1    | 123 -------------------------
 man/qxpak.1     |  76 ----------------
 22 files changed, 6 insertions(+), 2473 deletions(-)

diff --git a/.gitignore b/.gitignore
index f1ccfe1..669e1fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ INSTALL
 Makefile
 /tests/init.sh
 /tests/qmanifest/root/.gnupg/random_seed
+/man/*.1
 
 /*.old.c
 /q

diff --git a/Makefile.am b/Makefile.am
index 9588885..329b4bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,8 @@ dist_man_MANS += man/qmanifest.1
 APPLETS += qmanifest
 endif
 
+man/%.1: q
+       man/mkman.py $<
 
 install-exec-hook:
        cd $(DESTDIR)$(bindir); \

diff --git a/Makefile.in b/Makefile.in
index 6ce782f..50f842e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3168,6 +3168,9 @@ uninstall-man: uninstall-man1
 .PRECIOUS: Makefile
 
 
+man/%.1: q
+       man/mkman.py $<
+
 install-exec-hook:
        cd $(DESTDIR)$(bindir); \
        for applet in $(APPLETS) ; do \

diff --git a/man/q.1 b/man/q.1
deleted file mode 100644
index 626ea34..0000000
--- a/man/q.1
+++ /dev/null
@@ -1,221 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH q "1" "Dec 2025" "Gentoo Foundation" "q"
-.SH NAME
-q \- invoke a portage utility applet
-.SH SYNOPSIS
-.B q
-\fI<applet> <args> \fR
-.SH DESCRIPTION
-.I q
-is a collection of utilities for use with Gentoo systems regarding
-installed and available packages.
-.P
-After version 0.74 of portage-utils, the cache functionality was removed
-in favour of using various trees directly, and optionally the caches
-therein.  As such the \fB-r\fR and \fB-m\fR options were removed.  It is
-no longer necessary to initialise the cache at any time.
-.P
-After version 0.82, the \fB-m\fR flag got repurposed for listing masks.
-.SH OPTIONS
-.TP
-\fB\-c\fR, \fB\-\-build\-cache\fR
-(Re)Build ebuild/metadata cache for all available overlays.
-.TP
-\fB\-i\fR, \fB\-\-install\fR
-Install symlinks for applets.
-.TP
-\fB\-j\fR \fI<arg>\fR, \fB\-\-jobserver\fR \fI<arg>\fR
-Start Make jobserver for the given amount of jobs.  The invocation
-will create a fifo in the filesystem and spawn a daemon process that
-opens a reader and writer on the fifo.  The amount of jobs are
-seeded in the fifo ready for Make to consume and return.
-Running this when another instance of the jobserver is already
-running returns the fifo for the running process.  Running with an
-argument of 0 jobs will stop an existing jobserver.
-Upon termination of the jobserver, the fifo is cleaned up and
-removed from the filesystem.
-It is adviced to use an alternative jobserver for global usage when
-the situation allows, such as e.g. \fIsteve\fR.  This mode is
-provided for scenarios where privilege restrictions apply, such as
-on Gentoo Prefix systems.  The canonical path for the fifo is under
-/tmp/.q-jobserver.sock for the configured Prefix offset (EPREFIX).
-This fifo can be used in e.g. MAKEFLAGS with
---jobserver-auth=fifo:/tmp/.q-jobserver.sock.
-.TP
-\fB\-o\fR, \fB\-\-overlays\fR
-Print available overlays (read from repos.conf).  Use \fI-v\fR to
-see the source (file) where the overlay was declared.
-.TP
-\fB\-e\fR, \fB\-\-envvar\fR
-Print used environment variables and found values.  Use \fI-v\fR to
-see the source (file, environment) where the variable was declared.
-Additional arguments are treated as variable names to print the
-values for.  If just one name is given, only the value is printed if
-matched.  When no arguments or more than one argument is given, the
-variable name and the value is printed as a shell-style declaration.
-.TP
-\fB\-m\fR, \fB\-\-masks\fR
-Print the masks from package.mask files found.  Use \fI-v\fR to see
-the source (file) where the mask was declared.  Use multiple
-\fI-v\fR to print the comment right before the mask.  Additional
-arguments are treated as atom selectors which must match the masks.
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Report full package versions, emit more elaborate output.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-.SH APPLETS
-.nf
-.B This applet also has sub applets:
-         q <applet> <args> : virtual applet
-     qatom <pkg>           : split atom strings
-    qcheck <pkgname>       : verify integrity of installed packages
-  qdepends <pkgname>       : show dependency info
-     qfile <filename>      : list all pkgs owning files
-     qgrep <expr> [pkg ...]: grep in ebuilds
-  qkeyword <action> <args> : list packages based on keywords
-     qlist <pkgname>       : list files owned by pkgname
-      qlop <pkgname>       : emerge log analyzer
- qmanifest <misc args>     : verify or generate thick Manifest files
-    qmerge <pkgnames>      : fetch and merge binary package
-      qpkg <misc args>     : create or manipulate Gentoo binpkgs
-   qsearch <regex>         : search pkgname/desc
-     qsize <pkgname>       : calculate size usage
-     qtbz2 <misc args>     : manipulate tbz2 packages
-  qtegrity <misc args>     : verify files with IMA
-      quse <useflag>       : find pkgs using useflags
-    qwhich <pkg ...>       : find path to pkg
-     qxpak <misc args>     : manipulate xpak archives
-.fi
-.SH "COLOR.MAP SUPPORT"
-The colors portage-utils is emitting can be changed via Portage's
-.BR color.map (5)
-file.  At this point of writing, portage-utils
-applets do not use the classes such as \fIWARN\fR, \fIERROR\fR, and so
-forth.  Instead the colors as used can be re-mapped onto other colors
-via the simple color=color-definition syntax.  The following example
-shows supported syntax to set colors:
-
-.nf
-       red=Yellow
-       brown  ="teal"
-       fuchsia='teal'
-       red=         0x000000   # RGB black
-       darkgreen  = 1;96m      # ANSI
-.fi
-
-More specifically, the syntax is key=value, where spaces around key and
-value after splitting on the =-sign are trimmed.  Value may be
-optionally quoted via single or double quotes.  Keys and values are
-matched case-insensitive against known values.  The list of keys that
-represent color names that can be redefined is:
-
-.nf
-       teal
-       bold
-       brown
-       turquoise
-       darkblue
-       green
-       darkgreen
-       fuchsia
-       red
-       white
-       yellow
-.fi
-
-Supported value can be a color name, a selected set of RGB colors or
-ANSI color escape code.  The list of color names that can be used is:
-
-.nf
-       black
-       darkgrey
-       darkgray
-       red
-       darkred
-       green
-       darkgreen
-       yellow
-       brown
-       darkyellow
-       blue
-       darkblue
-       fuchsia
-       purple
-       turquoise
-       darkteal
-       teal
-
-       bryellow
-       cyan
-       dkblue
-       dkgreen
-       magenta
-.fi
-
-The list of RGB colors that can be used:
-
-.nf
-       0x000000  (BLACK)
-       0x555555  (DARKGREY)
-       0xAA0000  (RED)
-       0xFF5555  (DARKRED)
-       0x00AA00  (GREEN)
-       0x55FF55  (DARKGREEN)
-       0xAA5500  (YELLOW)
-       0xFFFF55  (BROWN)
-       0x0000AA  (BLUE)
-       0x5555FF  (DARKBLUE)
-       0xAA00AA  (FUCHSIA)
-       0xFF55FF  (PURPLE)
-       0x00AAAA  (TURQUOISE)
-       0x55FFFF  (TEAL)
-       0xAAAAAA  (WHITE)
-       0xFFFFFF  (LIGHTGREY)
-       0xAAAA00  (BROWN)
-.fi
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qatom.1 b/man/qatom.1
deleted file mode 100644
index 4d02002..0000000
--- a/man/qatom.1
+++ /dev/null
@@ -1,166 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qatom "1" "Aug 2025" "Gentoo Foundation" "qatom"
-.SH NAME
-qatom \- split atom strings
-.SH SYNOPSIS
-.B qatom
-\fI[opts] <pkg>\fR
-.SH DESCRIPTION
-\fIqatom\fR parses strings into atoms and optionally compares them.  The
-parsing into atoms results in CATEGORY, PN (package name), PV (package
-version), PR (package revision), SLOT and REPO.  Next to these version
-qualifiers (e.g.\ >, <, or =) and optional * suffix are extracted.  All
-but PN are optional.
-
-Comparison of atoms returns the relationship between two parsed atoms.
-\fIqatom\fR does not allow to test conditions.  It is possible to
-perform multiple comparisons by simply adding more arguments.
-Comparisons are, however, always performed two by two, so there must be
-an even count of arguments to the compare function.
-
-The \fIqatom\fR applet is a direct wrapper around the atom parsing
-functionalities used by various other applets.  As such this applet
-allows easy testing or atom parsing and comparison behaviour.
-.SH OPTIONS
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Specify a custom  output  format.  The default format is
-.nf
-%{CATEGORY} %{PN} %{PV} %[PR] %[SLOT] %[pfx] %[sfx]
-.fi
-Conversion specifiers start with a \fI%\fR symbol and are followed
-by either \fI{\fR or \fI[\fR.  Next is the name of the field to
-expand, followed by a matching \fI}\fR or \fI]\fR.  The difference
-between \fI{\fR and \fI[\fR is that the latter is only printed if
-the field referred is set, while the former prints \fI<unset>\fR in
-that case.
-
-The following fields are supported, which are inline with the
-variables from \fBebuild\fR(5).
-.RS
-.IP CATEGORY
-The category of the package.  If this field is specified as
-\fI%[CATEGORY]\fR and it precedes a subsequent field start symbol,
-the field will be suffixed with a \fI/\fR.
-.IP P
-The package name and version without the ebuild revision.
-.IP PN
-The package name.
-.IP PV
-The package version without the ebuild revision.
-.IP PVR
-The package version including ebuild revision, which is also printed
-when zero, unlike for \fIPF\fR.
-.IP PF
-The package name, version and revision when not zero.  Thus, a zero
-revision \fI\-r0\fR is not printed.
-.IP PR
-The ebuild revision, when force printed, outputs \fI\-r0\fR when unset.
-.IP SLOT
-The package slot, when force printed, outputs \fI\-\fR when unset.
-.IP REPO
-The package repository.
-.IP pfx
-The package prefixes, that is version specifiers.
-.IP sfx
-The package suffices, currently that is just the asterisk.
-.RE
-.TP
-\fB\-c\fR, \fB\-\-compare\fR
-Compare two atoms.
-.TP
-\fB\-s\fR, \fB\-\-scompare\fR
-Compare two atoms in the given order data, query.
-.TP
-\fB\-p\fR, \fB\-\-print\fR
-Print reconstructed atom.
-.TP
-\fB\-l\fR, \fB\-\-lookup\fR
-Lookup atom in tree.
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Force all expansions, basically treat all \fI[\fR like \fI{\fR.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Ignored for compatibility with other qapplets.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Ignored for compatibility with other qapplets.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-.SH "ANTISLOT"
-A feature present in portage-utils is the so-called antislot, and is
-activated by starting the atom with a carrot (^), in place of the
-blocker bang (!).  The antislot is similar to the inversing behaviour of
-a blocker, but only operates on SLOT and SUBSLOT, and requires SLOT to
-be available, e.g. it won't match unset SLOT (NULL).
-
-The antislot is mostly useful with dependencies and is best described
-with an example.  Consider a perl upgrade from \fIperl:0/5.28\fR to
-\fIperl:0/5.30\fR.  To find a consumer for \fIperl:0/5.28\fR a simple
-match can be made, e.g. using \fBqdepends\Rf(1):
-
-.nf
-       $ \fIqdepends -Q perl:0/5.28\fR
-       virtual/perl-ExtUtils-MakeMaker-7.340.0-r1: ... dev-lang/perl:0/5.28 ...
-       ...
-.fi
-
-However, to query after \fIperl:0/5.30\fR is installed, which packages
-are still not rebuilt (e.g. depending on an older perl: 5.28, 5.26,
-etc.) one can use the antislot:
-
-.nf
-       $ \fIqdepends -Q ^perl:0/5.30\fR
-       ...
-.fi
-
-This will return any package that depends on \fIperl:0\fR not having
-subslot \fI5.30\fR.
-.P
-Obviously this can be tested using \fBqatom\fR using the \fI-c\fR
-option:
-
-.nf
-       $ \fIqatom -c ^perl:0/5.30 perl-5.28.1:0/5.28\fR
-       ^perl:0/5.30 == perl-5.28.1:0/5.28
-.fi
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qcheck.1 b/man/qcheck.1
deleted file mode 100644
index b4eea48..0000000
--- a/man/qcheck.1
+++ /dev/null
@@ -1,93 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qcheck "1" "Aug 2025" "Gentoo Foundation" "qcheck"
-.SH NAME
-qcheck \- verify integrity of installed packages
-.SH SYNOPSIS
-.B qcheck
-\fI[opts] <pkgname>\fR
-.SH DESCRIPTION
-
-.SH OPTIONS
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Print matched atom using given format string.
-The default is \fI%[CATEGORY]%[PN]\fR or \fI%[CATEGORY]%[PF]\fR in
-verbose mode (\fB-v\fR|\fB--verbose\fR).
-Note that this only sets the format of the atom field, not the
-entire output line.
-For more information see \fBqatom\fR(1).
-.TP
-\fB\-s\fR \fI<arg>\fR, \fB\-\-skip\fR \fI<arg>\fR
-Ignore files matching the regular expression <arg>.
-.TP
-\fB\-u\fR, \fB\-\-update\fR
-Update missing files, chksum and mtimes for packages.
-.TP
-\fB\-A\fR, \fB\-\-noafk\fR
-Ignore missing files.
-.TP
-\fB\-B\fR, \fB\-\-badonly\fR
-Only print pkgs containing bad files.
-.TP
-\fB\-H\fR, \fB\-\-nohash\fR
-Ignore differing/unknown file chksums.
-.TP
-\fB\-T\fR, \fB\-\-nomtime\fR
-Ignore differing file mtimes.
-.TP
-\fB\-P\fR, \fB\-\-skip\-protected\fR
-Ignore files in CONFIG_PROTECT-ed paths.
-.TP
-\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
-Report full package versions, emit more elaborate output.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qdepends.1 b/man/qdepends.1
deleted file mode 100644
index 2f7ec83..0000000
--- a/man/qdepends.1
+++ /dev/null
@@ -1,182 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qdepends "1" "Jan 2024" "Gentoo Foundation" "qdepends"
-.SH NAME
-qdepends \- show dependency info
-.SH SYNOPSIS
-.B qdepends
-\fI[opts] <pkgname>\fR
-.SH DESCRIPTION
-The
-.I qdepends
-applet has two different modes, forward and reverse dependency querying.
-Default operation is forward mode, answering the queries "what does
-package X depend on", while reverse mode answers "what packages depend
-on X".  Both modes can be further specified into build (DEPEND), run
-(RDEPEND), post (PDEPEND), EAPI7's build (BDEPEND) and EAPI8's
-install-time (IDEPEND) dependencies.
-.P
-By default, \fIqdepends\fR returns the unique set of atoms that match
-all dependency variables.  To split this out per variable, use \fB-v\fR
-option.
-.P
-Currently,
-.I qdepends
-defaults to query installed packages.  To query packages from ebuild
-trees, use the \fB-t\fR option.
-.P
-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 empty output.
-.P
-After version \fB0.74\fR of portage-utils, \fIqdepends\fR was changed
-considerably to be more consistent and more advanced.  Most notably,
-this has changed default output for reverse mode (\fB-Q\fR).  Instead of
-just displaying the package name, like for forward mode, all
-dependencies for the package are shown.  When colours are enabled, the
-matched atom is highlighted in the list.  In addition to just querying
-DEPEND, the default mode changed to query all DEPEND-variables, and
-return the unique atoms found in them.  Automatic regular expression
-match support was removed.  The \fB-N\fR option was removed, as the same
-effect can be achieved via the new \fB-F\fR option or \fB-q\fR option.
-The \fB-f\fR option was renamed to \fB-S\fR.
-.SH OPTIONS
-.TP
-\fB\-d\fR, \fB\-\-depend\fR
-Show DEPEND info.
-.TP
-\fB\-r\fR, \fB\-\-rdepend\fR
-Show RDEPEND info.
-.TP
-\fB\-p\fR, \fB\-\-pdepend\fR
-Show PDEPEND info.
-.TP
-\fB\-b\fR, \fB\-\-bdepend\fR
-Show BDEPEND info.
-.TP
-\fB\-I\fR, \fB\-\-idepend\fR
-Show IDEPEND info.
-.TP
-\fB\-Q\fR, \fB\-\-query\fR
-Query reverse deps.  This basically reverses the search to any
-package that references \fI<arg>\fR in DEPEND, RDEPEND, PDEPEND or BDEPEND.
-This can be useful to find consumers of a given package, e.g.\ to
-search for packages that have \fIlogwatch\fR in their DEPEND.  Note
-that using versions or range specifiers may yield odd results since
-dependency strings often have ranges themselves.  For installed
-packages, SLOT and SUBSLOTs are available, thus SLOT and antiSLOT
-queries are possible.  See \fBqatom\fR(1).
-.TP
-\fB\-i\fR, \fB\-\-installed\fR
-Search installed packages using VDB.
-.TP
-\fB\-t\fR, \fB\-\-tree\fR
-Search available ebuilds in the tree.
-.TP
-\fB\-U\fR, \fB\-\-use\fR
-Apply profile USE-flags to conditional deps.
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Pretty-print DEPEND declaration to be used in an ebuild.  This
-option initiates a very different mode of operation.  Instead of
-printing searching through packages, it constructs a multi-line
-statement with shell syntax, to be used in an ebuild.  Each
-argument is turned into a separate DEPEND variable declaration.  You
-need to quote dependency strings in order for them to be printed as
-a single dependency declaration.  When used with the \fB\-q\fR
-option, only the pretty-printed dependency declaration is printed,
-e.g.\ the DEPEND= part is skipped.
-.TP
-\fB\-S\fR, \fB\-\-pretty\fR
-Pretty format specified depend strings.
-.TP
-\fB\-R\fR, \fB\-\-resolve\fR
-Resolve found dependencies to package versions.
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Pretty-print atoms output, per DEPEND-variable.  This is much like
-the \fB-f\fR option, but uses as input the dependency info from the
-matches.  When used with \fB-t\fR, the atom highlighting matches
-what is used by the installed package, if available.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Suppress DEPEND= output for \fB\-f\fR.  Only print the matching atom for 
\fB\-Q\fR.  When given two or more times, suppresses the matching atom for 
\fB\-Q\fR, e.g.\ producing just a list of packages.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-.SH "EXAMPLES"
-For finding out what a particular package depends on for building, you could 
do:
-.nf
-       $ \fIqdepends -d nano\fR
-       app-editors/nano-2.3.2: >=sys-libs/ncurses-5.9-r1[unicode] 
sys-apps/file ...
-.fi
-This tells us that we have \fIapp-editors/nano-2.3.2\fR installed and it 
depends
-on ncurses (among other things).
-.P
-Searching for packages that actually depend on logrotate:
-.nf
-       $ \fIqdepends -qQ logrotate\fR
-       sys-apps/portage-2.3.18: !<app-admin/logrotate-3.8.0
-.fi
-The \fB-q\fR flag suppresses the entire list of dependencies here, so we
-can quickly see what specific dependency is expressed here.  If
-the above had used \fI<logrotate-3\fR, for example, no matches would be
-returned.  Not using any specifiers allows to reveal in what way a
-dependency is expressed.
-.P
-Producing a list of packages that need rebuilding after a Perl upgrade:
-.nf
-       $ \fIqdepends -Qqq -F '%[CATEGORY]%[PN]%[SLOT]' ^perl:0/5.30\fR
-       dev-vcs/git:0
-       perl-core/File-Temp:0
-       dev-perl/Text-CSV_XS:0
-       ...
-.fi
-With the double \fB-q\fR flag, just the matching packages are returned,
-allowing to use the list for instance as arguments to \fBemerge\fR(1).
-The custom formatter in this case ensures all selected packages will be
-the best matching for the currently installed SLOT.  Finally, the use of
-the antislot matching (\fI^\fR) is returning all packages that depend on
-perl in SLOT \fB0\fR, but in a different SUBSLOT than \fB5.30\fR,
-effectively requesting the list of packages that need rebuilding to use
-the newly installed version of Perl.
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qfile.1 b/man/qfile.1
deleted file mode 100644
index 5d57d89..0000000
--- a/man/qfile.1
+++ /dev/null
@@ -1,276 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qfile "1" "Aug 2025" "Gentoo Foundation" "qfile"
-.SH NAME
-qfile \- list all pkgs owning files
-.SH SYNOPSIS
-.B qfile
-\fI[opts] <filename>\fR
-.SH DESCRIPTION
-\fIqfile\fR searches packages for files they provide.  The searched
-packages must be installed, thus the search is for any file on the
-filesystem, to what package that file belongs.  It allows to identify
-which package installed a certain file.
-.P
-The arguments to \fIqfile\fR can be absolute or relative paths and
-individual files.  By default arguments are interpreted as follows:
-.RS
-.IP "absolute path"
-The path is matched against directories, symlinks and objects.
-.IP "relative path"
-The path is resolved against the current directory, and after that
-matched like an absolute path.
-.IP "-d option in use"
-The basename (last component) of the argument path is matched to any
-directory, symlink or object whose basename matches.  This effectively
-means it matches directories as well as symlinks and objects unlike when
-\fB-d\fR is not given and a basename is given as argument.
-.IP basename
-The basename is first attempted to be located in the current directory.
-If an object exists by that name, it is matched like an absolute path.
-If no such object exists, the name is matched against the basename of
-any symlink or object.  For matching directories, use \fB-d\fR.
-.RE
-.P
-After version \fB0.74\fR of portage-utils, the \fB-b\fR option was
-renamed to \fB-d\fR.
-.SH OPTIONS
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Print matched atom using given format string.
-The default is \fI%[CATEGORY]%[PN]\fR or \fI%[CATEGORY]%[PF]\fR in
-verbose mode (\fB-v\fR|\fB--verbose\fR).
-If \fB-S\fR|\fB--slot\fR is set, \fI%[SLOT]\fR will be appended.
-Note that this only sets the format of the atom field, not the
-entire output line.
-For more information see \fBqatom\fR(1).
-.TP
-\fB\-L\fR, \fB\-\-follow\fR
-Follow symlinks in both input as well as VDB stored entries.  This
-is useful in situations such as usr-merge where files are stored in
-locations which contain a symlink traversal, e.g. /bin/bash.  By
-default only the input arguments are resolved to make an exact match
-with the VDB.  Turning this option on may affect performance.
-.TP
-\fB\-S\fR, \fB\-\-slots\fR
-Display installed packages with slots.
-.TP
-\fB\-R\fR, \fB\-\-root\-prefix\fR
-Assume arguments are already prefixed by $ROOT.
-.TP
-\fB\-d\fR, \fB\-\-dir\fR
-Only consider basename of argument and also match directories, this
-option makes qlist ignore any path component given in the arguments
-if present.
-.TP
-\fB\-o\fR, \fB\-\-orphans\fR
-List orphan files.
-.TP
-\fB\-x\fR \fI<arg>\fR, \fB\-\-exclude\fR \fI<arg>\fR
-Don't look in package <arg> (used with --orphans).
-.TP
-\fB\-P\fR, \fB\-\-skip\-plibreg\fR
-Don't look in the prunelib registry.
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Print package versions and symlink targets for matches, warn about
-problems with resolving symlinks or positioning packages under an
-alternative root.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Don't print matching file for matches, just the package.  Don't
-report about orphan files.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-.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.  By default, output includes packages names and the
-complete paths to the matching files.  If using \fB\-\-verbose\fP,
-versions of the packages will also be shown.  In contrast, when using
-\fB\-\-quiet\fP, only package names are listed, without files paths.
-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
-Find names of package(s) owning "/bin/bash":
-.nf\fI
-       $ qfile -q /bin/bash
-       app-shells/bash
-.fi
-.PP
-Find package(s) owning any file named "bash", and show paths of this files:
-.nf\fI
-       $ qfile -d bash
-       app-shells/bash: /bin/bash
-       app-shells/bash: /etc/bash
-.fi
-.PP
-Find packages(s) owning the file named "bash" in the current directory. Also
-display their exact version:
-.nf\fI
-       $ cd /bin
-       $ qfile -v ./bash
-       app-shells/bash-3.1_p17: /bin/bash
-.fi
-.PP
-Find the package(s) owning the libraries needed by the Bash binary:
-.nf\fI
-       $ qfile $(scanelf -nq -F%n#F /bin/bash | tr , '\\n')
-       sys-libs/ncurses (/lib/libncurses.so.5)
-       sys-libs/glibc (/lib/libdl.so.2)
-       sys-libs/glibc (/lib/libc.so.6)
-.fi
-.SH "FINDING ORPHAN FILES"
-.PP
-\fBqfile\fP can also, with the \fB\-\-orphans\fP option, find files
-which are not owned by any package.  This behaviour is the opposite of
-the usual file owner search: the output is the list of query items for
-which no reference has been found in your installed packages database.
-As for \fB\-\-quiet\fP, it will completly turn off the output, leaving
-just a silent test command, which returns \fI0\fP if and only if there
-was no orphan in your query items.
-.PP
-Find the orphan libtool files of your system:
-.nf\fI
-       $ qfile -o $(find /lib /usr/lib -name "*.la")
-       /usr/lib/libGL.la
-.fi
-.PP
-Find the libraries needed by the binary "foo" which have not been installed by
-any package:
-.nf\fI
-       $ qfile -o $(scanelf -nq -F%n#F /path/to/foo | tr , '\\n')
-       libinstalledmanually.so.2
-.fi
-.PP
-.SH "$ROOT HANDLING"
-.PP
-By setting the \fIROOT\fP environment variable, you can force \fBqfile\fP to
-work in the sytem of your choice. This example shows queries for owner of
-"/bin/sh", first on your main system, and then on a system mounted on "/mnt":
-.nf\fI
-       $ qfile -q /bin/sh
-       app-shells/bash
-       $ ROOT=/mnt qfile -q /bin/sh
-       sys-apps/busybox
-.fi
-.PP
-Note that the query item is "/bin/sh" in both commands: by default, what
-\fBqfile\fP looks for is file paths as they are recorded in the packages
-database of the target system, and this paths don't include \fI$ROOT\fP.
-If, on the contrary, you want to query files with their current actual
-paths (including the mount point), you should add the \fB\-\-root\-prefix\fP
-(\fB\-R\fP) option:
-.nf\fI
-       $ ROOT=/mnt qfile -Rq /mnt/bin/sh
-       sys-apps/busybox
-.fi
-.PP
-The other difference between defaults and \fB\-R\fP queries is the output
-of files paths.  The former doesn't include the \fI$ROOT\fP prefix, and the
-latter does:
-.nf\fI
-       $ ROOT=/mnt qfile sh
-       sys-apps/busybox: /bin/sh
-       $ ROOT=/mnt qfile -R sh
-       sys-apps/busybox: /mnt/bin/sh
-.fi
-.PP
-Sure, the same differences hold when querying for orphan files:
-.nf\fI
-       $ ROOT=/mnt qfile -o $(ls /mnt/bin/ | sed 's:^/mnt::')
-       /bin/dostuff.sh
-       $ ROOT=/mnt qfile -Ro /mnt/bin/*
-       /mnt/bin/dostuff.sh
-.fi
-.SH "SEARCHING FOR FILE COLLISIONS"
-.PP
-A last option of \fBqfile\fP is \fB\-\-exclude\fP (\fB\-x\fP), which will makes
-it skip one particular package when doing its files owners search.  This option
-takes one argument, which can be a package name (\fBbash\fP or
-\fBapp\-shells/bash\fP), or a versioned package (\fBbash\-3.2_p9\-r1\fP or
-\fBapp\-shells/bash\-3.2_p9\-r1\fP), or a slotted package (\fBbash:0\fP or
-\fBapp\-shells/bash:0\fP). It is useful for finding file collisions between
-packages (ie.\ comparing the contents of one package with the contents of all
-the others).
-.PP
-For example, the following script will search collisions between all your
-installed packages. Be careful, this will takes time:
-.nf\fI
-       #!/bin/bash
-       cd $(portageq vdb_path)
-       for pkg in *-*/*-* ; do
-               [[ -f ${pkg}/CONTENTS ]] || continue
-               collisions=$(sed -n \\
-                               '/^obj\\|^sym/s:^... \\([^ ]\\+\\).*:\1:p' \\
-                               ${pkg}/CONTENTS \\
-                       | qfile -e -x ${pkg} -f -)
-               [[ -n ${collisions} ]] \\
-                       && echo ">>> ${pkg}:" \\
-                       && echo "${collisions}"
-       done
-.fi
-.PP
-An other example is the following script, which can be used to check that a
-binary package (.tbz2) has no conflict with any of your installed packages,
-but the one it may replace (same name and slot), if any:
-.nf\fI
-#!/bin/bash
-pkgver=$(basename "${1}")
-pkgver=${pkgver%%.tbz2}
-pn=$(qatom ${pkgver} | cut -d\\  -f2)
-tmpdir=$(mktemp -t -d) || exit 1
-tarbz2=${tmpdir}/${pkgver}.tar.bz2
-xpak=${tmpdir}/${pkgver}.xpak
-qtbz2 -s "${1}" "${tarbz2}" "${xpak}"
-categ=$(qxpak -O -x "${xpak}" CATEGORY)
-slot=$(qxpak -O -x "${xpak}" SLOT)
-tar tjf "${tarbz2}" \\
-       | sed -e 's:^\\./:/:' -e '\\:/$:d' \\
-       | qfile -e -f - -x ${categ}/${pn}:${slot}
-rm -rf "${tmpdir}"
-.PP
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-TGL <degrenier[at]easyconnect.fr>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qgrep.1 b/man/qgrep.1
deleted file mode 100644
index 22b0858..0000000
--- a/man/qgrep.1
+++ /dev/null
@@ -1,112 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qgrep "1" "Jan 2024" "Gentoo Foundation" "qgrep"
-.SH NAME
-qgrep \- grep in ebuilds
-.SH SYNOPSIS
-.B qgrep
-\fI[opts] <expr> [pkg ...]\fR
-.SH DESCRIPTION
-\fIqgrep\fR searches for a given expression in all ebuilds of the
-current portage tree and defined additional overlays.  Optionally the
-search is in all eclasses, or just in the ebuilds that are currently
-installed.  To narrow the search, multiple targets can be given using
-atom syntax.  In particular, the trailing slash (/) syntax can be used
-to match an entire category.  See also \fBqatom\fR(1).
-.SH OPTIONS
-.TP
-\fB\-I\fR, \fB\-\-invert\-match\fR
-Select non-matching lines.
-.TP
-\fB\-i\fR, \fB\-\-ignore\-case\fR
-Ignore case distinctions.
-.TP
-\fB\-N\fR, \fB\-\-atom\-name\fR
-Print the atom instead of filename for each match.
-.TP
-\fB\-c\fR, \fB\-\-count\fR
-Only print a count of matching lines per FILE.
-.TP
-\fB\-l\fR, \fB\-\-list\fR
-Only print FILE names containing matches.
-.TP
-\fB\-L\fR, \fB\-\-invert\-list\fR
-Only print FILE names containing no match.
-.TP
-\fB\-e\fR, \fB\-\-regexp\fR
-Use PATTERN as a regular expression.
-.TP
-\fB\-x\fR, \fB\-\-extended\fR
-Use PATTERN as an extended regular expression.
-.TP
-\fB\-J\fR, \fB\-\-installed\fR
-Search in installed ebuilds instead of the tree.
-.TP
-\fB\-E\fR, \fB\-\-eclass\fR
-Search in eclasses instead of ebuilds.
-.TP
-\fB\-s\fR, \fB\-\-skip\-comments\fR
-Skip comments lines.
-.TP
-\fB\-R\fR, \fB\-\-repo\fR
-Print source repository name for each match (implies -N).
-.TP
-\fB\-S\fR \fI<arg>\fR, \fB\-\-skip\fR \fI<arg>\fR
-Skip lines matching <arg>.
-.TP
-\fB\-B\fR \fI<arg>\fR, \fB\-\-before\fR \fI<arg>\fR
-Print <arg> lines of leading context.
-.TP
-\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
-Prefix each matching line with filename (like \fB-H\fR).  When this
-option is given multiple times, also linenumbers are printed.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Do not prefix each match with filename.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qkeyword.1 b/man/qkeyword.1
deleted file mode 100644
index a1a4c67..0000000
--- a/man/qkeyword.1
+++ /dev/null
@@ -1,145 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qkeyword "1" "Aug 2025" "Gentoo Foundation" "qkeyword"
-.SH NAME
-qkeyword \- list packages based on keywords
-.SH SYNOPSIS
-.B qkeyword
-\fI[opts] <action> <args>\fR
-.SH DESCRIPTION
-\fIqkeyword\fR allows various searches based on KEYWORDS.  Some uses are
-aimed at Gentoo developers, to allow querying which packages would be
-available, or are candidate for keywording.
-.P
-By default, the entire tree is traversed.  Since this process can be
-slow, or result in too many results, the match arguments can be used to
-reduce the set of packages evaluated.  \fB-p\fR and \fB-c\fR match
-package name and category respectively.  They can both be used at the
-same time, but \fB-p\fR accepts regular atom format, including version
-and/or range.  Hence, \fB-p\fR can be used to set both category as well
-as package in one go.  The \fB-m\fR maintainer match, while reducing the
-resulting set, is likely to slow down the query processing since the
-metadata.xml file has to be read for each package examined.  It is best
-used in combination with \fB-p\fR or \fB-c\fR.
-.P
-\fIqkeyword\fR uses the keyword found in the configured profile (ARCH)
-for its queries.  This keyword can be overridden by giving the desired
-keyword as argument.  Note that this does not change the profile in use,
-which most notably can result in incorrect masks being applied for the
-\fB-T\fR and \fB-S\fR options.
-.SH OPTIONS
-.TP
-\fB\-p\fR \fI<arg>\fR, \fB\-\-matchpkg\fR \fI<arg>\fR
-match pkgname.
-.TP
-\fB\-c\fR \fI<arg>\fR, \fB\-\-matchcat\fR \fI<arg>\fR
-match catname.
-.TP
-\fB\-m\fR \fI<arg>\fR, \fB\-\-matchmaint\fR \fI<arg>\fR
-match maintainer email from metadata.xml (slow).
-.TP
-\fB\-A\fR, \fB\-\-showarch\fR
-show selected arch from profile configuration.
-.TP
-\fB\-i\fR, \fB\-\-imlate\fR
-list packages that can be marked stable for <arch>.
-.TP
-\fB\-d\fR, \fB\-\-dropped\fR
-list packages that have dropped keywords for <arch>.
-.TP
-\fB\-t\fR, \fB\-\-needsstable\fR
-list packages that have ~arch versions, but no stable versions for <arch>.
-.TP
-\fB\-s\fR, \fB\-\-stats\fR
-display statistics about the portage tree.
-.TP
-\fB\-a\fR, \fB\-\-all\fR
-list packages that have at least one version keyworded for <arch>.
-.TP
-\fB\-n\fR, \fB\-\-not\fR
-list packages that aren't keyworded for <arch>.
-.TP
-\fB\-S\fR, \fB\-\-stable\fR
-list latest stable version per package for <arch>.
-.TP
-\fB\-T\fR, \fB\-\-testing\fR
-list latest testing version per package for <arch>.
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Print matched atom using given format string.
-The default is \fI%[CATEGORY]%[PF]\fR.
-Note that this only sets the format of the atom field, not the
-entire output line.
-For more information see \fBqatom\fR(1).
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Report full package versions, emit more elaborate output.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-.SH "RETRIEVING LATEST TESTING VERSION AVAILABLE"
-.PP
-To retrieve the latest available version in the ebuild tree marked as
-testing for the given ARCH, can be done with a combination of flags,
-mostly to restrict the search.  For instance, to find the latest version
-of \fIsys-devel/gcc\fR available, one could use:
-.nf
-$ qkeyword -p sys-devel/gcc -T
-sys-devel/gcc-8.3.0
-.fi
-It may be that there is a newer version available, but masked for the
-configured profile (via package.mask).  Using \fB-v\fR will inform about
-this scenario happening:
-.nf
-$ qkeyword -p dev-vcs/cvs -Tv
-masked by =dev-vcs/cvs-1.12.12*: dev-vcs/cvs-1.12.12-r12
-.fi
-Unrelated, but to locate the mask given, use verbose mode on \fIq\fR's
-mask listing:
-.nf
-$ q -mv dev-vcs/cvs
-=dev-vcs/cvs-1.12.12* [/repo/gentoo/profiles/prefix/sunos/solaris/package.mask]
-.fi
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qlist.1 b/man/qlist.1
deleted file mode 100644
index 9496f35..0000000
--- a/man/qlist.1
+++ /dev/null
@@ -1,145 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qlist "1" "Aug 2025" "Gentoo Foundation" "qlist"
-.SH NAME
-qlist \- list files owned by pkgname
-.SH SYNOPSIS
-.B qlist
-\fI[opts] <pkgname>\fR
-.SH DESCRIPTION
-\fIqlist\fR shows the contents, or a subset thereof, of an installed
-package.  Alternatively, lists whether a package is installed,
-optionally with version, USE-flag, SLOT or REPO information.  The
-\fIpkgname\fR to query for does not have to be an exact match, it may be
-part of it, e.g.\ an entire category, or any package with some string in
-its name.  When no packages are given to match, \fIqlist\fR lists all
-installed packages.
-.SH OPTIONS
-.TP
-\fB\-I\fR, \fB\-\-installed\fR
-Instead of listing the contents of a package, just print the package
-name if the package is currently installed.
-.TP
-\fB\-k\fR, \fB\-\-binpkgs\fR
-Operate on binary packages instead of installed packges.
-.TP
-\fB\-t\fR, \fB\-\-tree\fR
-Used with \fB\-I\fR to list packages available in the tree.
-.TP
-\fB\-S\fR, \fB\-\-slots\fR
-Display installed packages with slots (use twice for subslots).
-This flag implies \fB\-I\fR.
-.TP
-\fB\-R\fR, \fB\-\-repo\fR
-Display installed packages with repository the ebuild originated from.
-This flag implies \fB\-I\fR.
-.TP
-\fB\-U\fR, \fB\-\-umap\fR
-List USE-flags enabled when the package was installed.  This flag
-implies \fB\-I\fR.
-.TP
-\fB\-c\fR, \fB\-\-columns\fR
-Like \fB\-Iv\fR, but package name and version are separated by a
-space for easy consumption by e.g.\ shell scripts which can read
-space-separated columns.
-.TP
-\fB\-m\fR, \fB\-\-masks\fR
-Filter matches for packages that are masked via the profiles.  In
-particular useful in combination with \fB\-Itv\fR to find the latest
-available version of a given package.
-.TP
-\fB\-\-showdebug\fR
-Show /usr/lib/debug and /usr/src/debug files.
-.TP
-\fB\-e\fR, \fB\-\-exact\fR
-Exact match (only CAT/PN or PN without PV).
-.TP
-\fB\-d\fR, \fB\-\-dir\fR
-Only show directories.
-.TP
-\fB\-o\fR, \fB\-\-obj\fR
-Only show objects.
-.TP
-\fB\-s\fR, \fB\-\-sym\fR
-Only show symlinks.
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Print matched atom using given format string.
-
-The default base format is:
-  \fI%[CATEGORY]%[PN]\fR
-.br
-If \fB-v\fR|\fB--verbose\fR the base format is instead:
-  \fI%[CATEGORY]%[PF]\fR
-.br
-
-If \fB-k\fR|\fB--binpkgs\fR is set:
-  \fI%[BUILDID]\fR is appended
-.br
-If \fB-S\fR|\fB--slots\fR is set once:
-  \fI%[SLOT]\fR is appended
-.br
-If \fB-S\fR|\fB--slots\fR is set twice:
-  \fI%[SUBSLOT]\fR is appended
-.br
-If \fB-R\fR|\fB--repo\fR is set:
-  \fI%[REPO]\fR is appended
-.br
-
-Note that this only sets the format of the atom field, not the
-entire output line.
-
-For more information see \fBqatom\fR(1).
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-When used with \fB\-I\fR, print the package version next to name.
-When listing the package contents, \fB\-v\fR displays symlinks with
-an arrow (\->) to their target.  Shows disabled USE-flags when used
-with \fB\-U\fR.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qlop.1 b/man/qlop.1
deleted file mode 100644
index 19d4f78..0000000
--- a/man/qlop.1
+++ /dev/null
@@ -1,189 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qlop "1" "Aug 2025" "Gentoo Foundation" "qlop"
-.SH NAME
-qlop \- emerge log analyzer
-.SH SYNOPSIS
-.B qlop
-\fI[opts] <pkgname>\fR
-.SH DESCRIPTION
-.I qlop
-reads from $EMERGE_LOG_DIR/emerge.log and tries to extract
-information about merges, unmerges and syncs.  It can
-calculate average merge times or just list them.  When given no
-arguments or just \fB-v\fR, \fIqlop\fR acts as if \fB-slumt\fR was given
-and thus lists the time taken for all occurrances of merges, unmerges
-and sync operations found in the log for the last \fBemerge\fR(1) action
-performed by Portage.
-.P
-By default, packages are printed as CATEGORY/PN.  Use \fB-v\fR to print
-the package version and revision numbers, e.g\. CATEGORY/PF.  Note that
-when using this option, averages (\fB-a\fR) are reported per version
-instead of per package.
-.P
-The non-option arguments to \fIqlop\fR can be any valid atoms.  Multiple
-can be given to match.  Since all of these are treated as atoms, version
-specifications can be used such as \fB<bash-5\fR.  This allows to zoom
-in further on specific packages.
-.P
-After version \fB0.74\fR of portage-utils, \fIqlop\fR was changed
-considerably to be more consistent and more advanced.  Most notably,
-this has changed default date output and command line flags.  Instead
-of reporting the time the operation finished, \fIqlop\fR now reports the
-time the operation started.  The behaviour of the old \fB-g\fR flag is
-best matched by the new \fB-t\fR flag.  Similar, the old \fB-t\fR flag
-is matched by the new \fB-a\fR flag.
-.SH OPTIONS
-.TP
-\fB\-c\fR, \fB\-\-summary\fR
-Show a grand total for averages.  This option implies \fB-a\fR.
-Useful to compute time it takes to recompile all packages or a set
-of packages (e.g\. world).
-.TP
-\fB\-t\fR, \fB\-\-time\fR
-Show the time it took to merge, unmerge or sync.
-.TP
-\fB\-a\fR, \fB\-\-average\fR
-Calculate average merge, unmerge or sync time.  This is the average
-time for all occurrences found respecting any date limits.
-.TP
-\fB\-p\fR, \fB\-\-predict\fR
-Print prediction of time it takes to complete action.
-.TP
-\fB\-H\fR, \fB\-\-human\fR
-Print elapssed time in human readable format.  This form uses
-minutes, hours and days instead of just seconds.
-.TP
-\fB\-M\fR, \fB\-\-machine\fR
-Print start/elapsed time as seconds with no formatting.
-.TP
-\fB\-m\fR, \fB\-\-merge\fR
-Show merge history.
-.TP
-\fB\-u\fR, \fB\-\-unmerge\fR
-Show unmerge history.
-.TP
-\fB\-U\fR, \fB\-\-autoclean\fR
-Show autoclean unmerge history.
-.TP
-\fB\-s\fR, \fB\-\-sync\fR
-Show sync history.
-.TP
-\fB\-E\fR, \fB\-\-emerge\fR
-Immitate \fBemerge\fR(1) output, as if \fBemerge -pv\fR had been
-run.  This produces a list of packages that were installed (N),
-upgraded (U), downgraded (UD), re-installed (R) or unmerged (D).
-The list always includes the version numbers, and for up/downgrades
-the previous version is listed between square brackets after the
-package.  When \fB-v\fR is used, the \fBemerge\fR invocations are
-printed as well, to really show what happened.  When concurrent
-merges are present in the displayed timeframe, the output will be
-hard to read.  This is a limitation of the \fIemerge.log\fR format.
-It is possible to combine this flag with the \fB-d\fR flag, in which
-case the default behaviour of displaying the last merge (\fB-l\fR)
-is disabled.
-.TP
-\fB\-e\fR, \fB\-\-endtime\fR
-Report time at which the operation finished (iso started).
-.TP
-\fB\-r\fR, \fB\-\-running\fR
-Print operations currently in progress.  An ETA is calculated based
-on the average for the operation.  If the elapsed exceeds the
-average, the ETA is calculated against the longest time observed for
-the operation.  The \fB-v\fR flag will display which mode is
-currently used.  If the elapsed time also exceeds the longest time
-observed, or no previous occurrences for the operation exist,
-\fIunknown\fR is printed.  When combined with \fB-t\fR the
-elapsed time is also displayed.
-.TP
-\fB\-d\fR \fI<arg>\fR, \fB\-\-date\fR \fI<arg>\fR
-Limit the selection of packages to the date given, or to the range
-of dates if this argument is given twice.  The \fB--date\fR option
-can take a few forms.
-.RS
-.IP "NUMBER <day|week|month|year>[s] [ago]"
-Relative time, specifying \fINUMBER\fR \fIdays\fR, \fIweeks\fR,
-\fImonths\fR or \fIyears\fR, for example \fI3 days ago\fR.
-.IP today
-Alias for \fI0 days ago\fR.
-.IP yesterday
-Alias for \fI1 day ago\fR.
-.IP YYYY-MM-DD
-Big-endian date, with components separated by hyphens, starting with
-year, followed by month and day of month.
-.IP YYYY-MM-DDThh:mm:ss
-As before, but hours, minutes and seconds added.  This is the same
-format qlop prints for timestamps.
-.IP "SSSSSSSSS or @SSSSSSSSS"
-Seconds since 1970-01-01 00:00:00 +0000 (UTC), the UNIX epoch.
-.IP FORMAT|DATE
-Use \fIFORMAT\fR as input for \fBstrptime\fR(3) to parse \fIDATE\fR.
-.RE
-.TP
-\fB\-l\fR, \fB\-\-lastmerge\fR
-Limit selection to last Portage emerge action.  This option is a
-dynamic version of \fB-d\fR, and hence both cannot be used together.
-.TP
-\fB\-f\fR \fI<arg>\fR, \fB\-\-logfile\fR \fI<arg>\fR
-Read emerge logfile instead of $EMERGE_LOG_DIR/emerge.log.
-.TP
-\fB\-w\fR \fI<arg>\fR, \fB\-\-atoms\fR \fI<arg>\fR
-Read package atoms to report from file.
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Print matched atom using given format string.
-The default is \fI%[CATEGORY]%[PN]\fR or \fI%[CATEGORY]%[PF]\fR in
-verbose mode (\fB-v\fR|\fB--verbose\fR).
-Note that this only sets the format of the atom field, not the
-entire output line.
-For more information see \fBqatom\fR(1).
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Print package versions and revisions (PF) instead of package (PN).
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Omit printing of timestamps and operation symbols, can be used to generate a 
flat list of atoms, e.g.\ \fB-qml\fR to print the package names merged in the 
last emerge operation.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qmanifest.1 b/man/qmanifest.1
deleted file mode 100644
index d9caba8..0000000
--- a/man/qmanifest.1
+++ /dev/null
@@ -1,124 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qmanifest "1" "Jan 2024" "Gentoo Foundation" "qmanifest"
-.SH NAME
-qmanifest \- verify or generate thick Manifest files
-.SH SYNOPSIS
-.B qmanifest
-\fI[opts] <misc args>\fR
-.SH DESCRIPTION
-\fIqmanifest\fR allows to verify or generate thick signed Manifests in
-an ebuild tree.  By default, \fIqmanifest\fR will verify the main tree
-as specified by Portage's configuration (one can check which using
-\fIq\fR \fB-o\fR).  In this mode, it will output some information about
-the GPG signature of the top-level Manifest file, and further reports on
-any problems it encounters.
-.P
-This applet was originally a standalone program \fIhashgen\fR and its
-alias \fIhashverify\fR.  Aliases for these names are still available for
-historical reasons.  With the incorporation of \fIhashgen\fR in
-\fBportage-utils\fR, development on the former has stopped in favour of
-the latter.
-.P
-The arguments to \fIqmanifest\fR can be directories or names of
-overlays.  By default, each argument is attempted to be matched against
-all overlay names, and if that fails, treated as directory to presume a
-tree is in.  This behaviour can be overridden with the \fB-d\fR and
-\fB-o\fR flags to force treating the arguments as directories or
-overlay names respectively.  Note that overlay names are those as
-defined in \fIrepos.conf\fR from Portage's configuration.  The
-\fIrepo_name\fR files from the overlays themselves (if present) are
-ignored.
-.P
-This applet does similar things as \fIapp-portage/gemato\fR.  However,
-the output and implemented strategies are completely different.  When
-compiled with \fBUSE=openmp\fR, this applet will exploit parallelism
-where possible to traverse a tree.  Should you want to limit the number
-of parallel threads, export \fBOMP_NUM_THREADS\fR in your environment
-with the desired maximum amount of threads in use by \fIqmanifest\fR.
-.SH OPTIONS
-.TP
-\fB\-g\fR, \fB\-\-generate\fR
-Generate thick Manifests.
-.TP
-\fB\-s\fR \fI<arg>\fR, \fB\-\-signas\fR \fI<arg>\fR
-Sign generated Manifest using GPG key.  This key must exist in your
-keyring and be valid for signing.
-.TP
-\fB\-p\fR, \fB\-\-passphrase\fR
-Ask for GPG key password (instead of relying on gpg-agent).  While
-this option is not very useful compared to gpg's ways of gathering a
-password, it is mainly intended for automated setups where the
-password is piped in using \fIstdin\fR.
-.TP
-\fB\-d\fR, \fB\-\-dir\fR
-Treat arguments as directories.
-.TP
-\fB\-o\fR, \fB\-\-overlay\fR
-Treat arguments as overlay names.
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Report full package versions, emit more elaborate output.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-.SH "GENERATING A SIGNED TREE"
-.PP
-By default, \fBqmanifest\fR will not try to sign the top-level Manifest
-when it generating thick Manifests.  A tree as such isn't completely
-valid (as it misses the final signature), but still correct.  To sign
-the top-level Manifest, the \fB-s\fR flag needs to be used to provide
-the GPG keyid to sign with.  The passphrase is requested by \fBgpg\fR(1)
-itself, unless the \fB-p\fR flag is given, in which case \fBqmanifest\fR
-attempts to read the passphrase from \fIstdin\fR and then pass that
-passphrase onto \fBgpg\fR.  This is useful for scenarios in which the
-signing of a tree is scripted.
-.PP
-To generate a tree signed by GPG keyid \fI0x123567ABC\fR using
-passphrase \fImypasswd\fR, one could use:
-.nf\fI
-       $ echo mypasswd | qmanifest -g -s 0x123567ABC -p /path/to/tree
-.fi
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (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),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qmerge.1 b/man/qmerge.1
deleted file mode 100644
index 0a88b82..0000000
--- a/man/qmerge.1
+++ /dev/null
@@ -1,96 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qmerge "1" "Jan 2024" "Gentoo Foundation" "qmerge"
-.SH NAME
-qmerge \- fetch and merge binary package
-.SH SYNOPSIS
-.B qmerge
-\fI[opts] <pkgnames>\fR
-.SH DESCRIPTION
-\fIqmerge\fR retrieves and installs Gentoo binary packages.  Simple
-dependency checking is performed, after which \fIqmerge\fR just unpacks
-the binpkg onto the filesystem and registers the package in the VDB.
-
-Retrieval of packages from a remote binhost is currently performed using
-\fBwget\fR(1).  More specifically, \fIFETCHCOMMAND\fR is ignored.
-.SH OPTIONS
-.TP
-\fB\-f\fR, \fB\-\-fetch\fR
-Fetch package and newest Packages metadata.
-.TP
-\fB\-F\fR, \fB\-\-force\fR
-Fetch package (skipping Packages).
-.TP
-\fB\-s\fR, \fB\-\-search\fR
-Search available packages.
-.TP
-\fB\-K\fR, \fB\-\-install\fR
-Install package.
-.TP
-\fB\-U\fR, \fB\-\-unmerge\fR
-Uninstall package.
-.TP
-\fB\-p\fR, \fB\-\-pretend\fR
-Pretend only.
-.TP
-\fB\-u\fR, \fB\-\-update\fR
-Update only.
-.TP
-\fB\-y\fR, \fB\-\-yes\fR
-Don't prompt before overwriting.
-.TP
-\fB\-O\fR, \fB\-\-nodeps\fR
-Don't merge dependencies.
-.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
-Report full package versions, emit more elaborate output.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qpkg.1 b/man/qpkg.1
deleted file mode 100644
index 71a2573..0000000
--- a/man/qpkg.1
+++ /dev/null
@@ -1,79 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qpkg "1" "Aug 2025" "Gentoo Foundation" "qpkg"
-.SH NAME
-qpkg \- create or manipulate Gentoo binpkgs
-.SH SYNOPSIS
-.B qpkg
-\fI[opts] <misc args>\fR
-.SH DESCRIPTION
-\fIqpkg\fR creates or cleans up Gentoo binary packages.  The default
-action is to create a new binpkg for the given package names and store
-them in pkgdir, which can be set explicitly using the \fB\-\-pkgdir\fR
-option.
-.SH OPTIONS
-.TP
-\fB\-c\fR, \fB\-\-clean\fR
-clean pkgdir of files that are not installed.
-.TP
-\fB\-E\fR, \fB\-\-eclean\fR
-clean pkgdir of files that are not in the tree anymore.
-.TP
-\fB\-g\fR, \fB\-\-gpkg\fR
-build gpkg instead of tbz2 package.
-.TP
-\fB\-p\fR, \fB\-\-pretend\fR
-pretend only.
-.TP
-\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
-Check and report MD5 hash mismatches during install.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Ignored for compatibility with other qapplets.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qsearch.1 b/man/qsearch.1
deleted file mode 100644
index d2e430b..0000000
--- a/man/qsearch.1
+++ /dev/null
@@ -1,90 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qsearch "1" "Aug 2025" "Gentoo Foundation" "qsearch"
-.SH NAME
-qsearch \- search pkgname/desc
-.SH SYNOPSIS
-.B qsearch
-\fI[opts] <regex>\fR
-.SH DESCRIPTION
-\fIqsearch\fR performs a search over the name and/or description of
-packages.  By default, a search over all package names is performed over
-all ebuilds in the tree.
-.SH OPTIONS
-.TP
-\fB\-a\fR, \fB\-\-all\fR
-List the descriptions of every package in the cache.
-.TP
-\fB\-s\fR, \fB\-\-search\fR
-Regex search package basenames.
-.TP
-\fB\-S\fR \fI<arg>\fR, \fB\-\-desc\fR \fI<arg>\fR
-Regex search package descriptions (or homepage when using -H).
-.TP
-\fB\-N\fR, \fB\-\-name\-only\fR
-Only show package name.
-.TP
-\fB\-H\fR, \fB\-\-homepage\fR
-Show homepage info instead of description.
-.TP
-\fB\-R\fR, \fB\-\-repo\fR
-Show repository the ebuild originates from.
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Print matched atom using given format string.
-The default is \fI%[CATEGORY]%[PN]\fR or \fI%[CATEGORY]%[PF]\fR in
-verbose mode (\fB-v\fR|\fB--verbose\fR).
-If \fB-R\fR|\fB--repo\fR is set, \fI%[REPO]\fR will be appended.
-Note that this only sets the format of the atom field, not the
-entire output line.
-For more information see \fBqatom\fR(1).
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Ignored for compatibility with other qapplets.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Ignored for compatibility with other qapplets.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qsize.1 b/man/qsize.1
deleted file mode 100644
index eaa3d9f..0000000
--- a/man/qsize.1
+++ /dev/null
@@ -1,93 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qsize "1" "Aug 2025" "Gentoo Foundation" "qsize"
-.SH NAME
-qsize \- calculate size usage
-.SH SYNOPSIS
-.B qsize
-\fI[opts] <pkgname>\fR
-.SH DESCRIPTION
-\fIqsize\fR calculates the storage size taken by an installed package.
-The reported sizes can be the recorded exact sizes of all files, or the
-storage space they consume given the underlying filesystem.
-.SH OPTIONS
-.TP
-\fB\-f\fR, \fB\-\-filesystem\fR
-Show size used on disk.
-.TP
-\fB\-s\fR, \fB\-\-sum\fR
-Include a summary.
-.TP
-\fB\-S\fR, \fB\-\-sum\-only\fR
-Show just the summary.
-.TP
-\fB\-m\fR, \fB\-\-megabytes\fR
-Display all sizes in megabytes.
-.TP
-\fB\-k\fR, \fB\-\-kilobytes\fR
-Display all sizes in kilobytes.
-.TP
-\fB\-b\fR, \fB\-\-bytes\fR
-Display all sizes in bytes.
-.TP
-\fB\-i\fR \fI<arg>\fR, \fB\-\-ignore\fR \fI<arg>\fR
-Filter out entries matching \fI<arg>\fR, which is a regular
-expression, before calculating size.
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Print matched atom using given format string.
-The default is \fI%[CATEGORY]%[PN]\fR or \fI%[CATEGORY]%[PF]\fR in
-verbose mode (\fB-v\fR|\fB--verbose\fR).
-Note that this only sets the format of the atom field, not the
-entire output line.
-For more information see \fBqatom\fR(1).
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Ignored for compatibility with other qapplets.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Ignored for compatibility with other qapplets.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qtbz2.1 b/man/qtbz2.1
deleted file mode 100644
index 1233baf..0000000
--- a/man/qtbz2.1
+++ /dev/null
@@ -1,80 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qtbz2 "1" "Jan 2024" "Gentoo Foundation" "qtbz2"
-.SH NAME
-qtbz2 \- manipulate tbz2 packages
-.SH SYNOPSIS
-.B qtbz2
-\fI[opts] <misc args>\fR
-.SH DESCRIPTION
-\fIqtbz2\fR joins and splits combined xpak+tarbz2 files.  Gentoo binary
-packages are such combined files.
-.SH OPTIONS
-.TP
-\fB\-d\fR \fI<arg>\fR, \fB\-\-dir\fR \fI<arg>\fR
-Change to specified directory.
-.TP
-\fB\-j\fR, \fB\-\-join\fR
-Join: <tar.bz2> <xpak> <tbz2>.
-.TP
-\fB\-s\fR, \fB\-\-split\fR
-Split a tbz2 into a tar.bz2 + xpak.
-.TP
-\fB\-t\fR, \fB\-\-tarbz2\fR
-Just split the tar.bz2.
-.TP
-\fB\-x\fR, \fB\-\-xpak\fR
-Just split the xpak.
-.TP
-\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
-Print some files and sizes while joining and splitting.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Ignored for compatibility with other qapplets.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qtegrity.1 b/man/qtegrity.1
deleted file mode 100644
index 874fdd7..0000000
--- a/man/qtegrity.1
+++ /dev/null
@@ -1,86 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qtegrity "1" "Jan 2024" "Gentoo Foundation" "qtegrity"
-.SH NAME
-qtegrity \- verify files with IMA
-.SH SYNOPSIS
-.B qtegrity
-\fI[opts] <misc args>\fR
-.SH DESCRIPTION
-The default behavior of \fBqtegrity\fP is to verify digests of performed
-executables to a list of known good digests. This requires an IMA-enabled
-linux kernel, which records digests of performed executables and exports them
-through securityfs. Using \fB\-\-ignore-non-existent\fP suppresses messages
-about recorded files that can't be accessed (assuming they got removed).
-By using \fB\-\-add\fP, the program behaves differently. No verification is
-performed, instead a digest is made of the provided file and appended to
-the list of known good digests.
-.SH OPTIONS
-.TP
-\fB\-a\fR \fI<arg>\fR, \fB\-\-add\fR \fI<arg>\fR
-Add file to store of known-good digests.
-.TP
-\fB\-i\fR, \fB\-\-ignore\-non\-existent\fR
-Be silent if recorded file no longer exists.
-.TP
-\fB\-s\fR, \fB\-\-show\-matches\fR
-Show recorded digests that match with known-good digests.
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Report full package versions, emit more elaborate output.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-.SH RELEVANT FILES
-.PP
-Central list of known good digests
-.nf\fI
-       /var/db/QTEGRITY\fi
-.PP
-Linux kernel's recorded digests
-.nf\fI
-       /sys/kernel/security/ima/ascii_runtime_measurements\fi
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-Sam Besselink
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR quse (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/quse.1 b/man/quse.1
deleted file mode 100644
index aa7f071..0000000
--- a/man/quse.1
+++ /dev/null
@@ -1,97 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH quse "1" "Aug 2025" "Gentoo Foundation" "quse"
-.SH NAME
-quse \- find pkgs using useflags
-.SH SYNOPSIS
-.B quse
-\fI[opts] <useflag>\fR
-.SH DESCRIPTION
-\fIquse\fR searches in ebuilds for a match in IUSE or LICENSE.
-It can also search for USE-flags and show their descriptions.
-.SH OPTIONS
-.TP
-\fB\-e\fR, \fB\-\-exact\fR
-Search for exact string, e.g.\ do not use regular expression matching.
-.TP
-\fB\-a\fR, \fB\-\-all\fR
-List all ebuilds, don't match anything.
-.TP
-\fB\-L\fR, \fB\-\-license\fR
-Use the LICENSE vs IUSE.
-.TP
-\fB\-D\fR, \fB\-\-describe\fR
-Describe the USE flag, when no USE-flag given and combined with
-\fB-p\fR, lists all USE-flags with their descriptions (and enabled
-state prefixed with an asterisk when used with \fB-I\fR) per
-package.
-.TP
-\fB\-I\fR, \fB\-\-installed\fR
-Only search installed packages.
-.TP
-\fB\-p\fR \fI<arg>\fR, \fB\-\-package\fR \fI<arg>\fR
-Restrict matching to package or category.
-.TP
-\fB\-R\fR, \fB\-\-repo\fR
-Show repository the ebuild originates from.
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Print matched atom using given format string.
-The default is \fI%[CATEGORY]%[PN]\fR or \fI%[CATEGORY]%[PF]\fR in
-verbose mode (\fB-v\fR|\fB--verbose\fR).
-If \fB-R\fR|\fB--repo\fR is set, \fI%[REPO]\fR will be appended.
-Note that this only sets the format of the atom field, not the
-entire output line.
-For more information see \fBqatom\fR(1).
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Show versions for packages that match the search.
-Also shows problems encountered during parsing.  These are mostly
-diagnostic and indicate possible incorrectness in the results.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Ignored for compatibility with other qapplets.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR qwhich (1),
-.BR qxpak (1)

diff --git a/man/qwhich.1 b/man/qwhich.1
deleted file mode 100644
index ceb18a5..0000000
--- a/man/qwhich.1
+++ /dev/null
@@ -1,123 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qwhich "1" "Aug 2025" "Gentoo Foundation" "qwhich"
-.SH NAME
-qwhich \- find path to pkg
-.SH SYNOPSIS
-.B qwhich
-\fI[opts] <pkg ...>\fR
-.SH DESCRIPTION
-.I qwhich
-returns the paths to the ebuilds matching the given atoms.  Searching is
-done by default over the main ebuild repository and all configured
-overlays.  When requested, a search can be made over the repository of
-installed packages (VDB) or binpkg repos.
-.P
-The default action is to print the full path to the latest ebuild for
-each package.  This can be changed using \fB-d\fR to print the directory
-the ebuild is in instead.  E.g\. one could \fBcd\fR(1) to this
-directory.  Alternatively, one can request to stop searching after the
-first match using \fB-f\fR, which means at most one match per repo is
-returned.
-.P
-\fIqwhich\fR accepts atoms to search for, which can be any valid atom,
-including e.g\. version specifications to narrow the search.
-.SH OPTIONS
-.TP
-\fB\-I\fR, \fB\-\-vdb\fR
-Look in VDB (installed packages).
-.TP
-\fB\-b\fR, \fB\-\-binpkg\fR
-Look at binary packages.
-.TP
-\fB\-t\fR, \fB\-\-tree\fR
-Look in main tree and overlays.
-.TP
-\fB\-p\fR, \fB\-\-pretty\fR
-Print (pretty) atom instead of path.
-
-The default print format is \fI%[CATEGORY]%[PN]\fR or
-\fI%[CATEGORY]%[PF]\fR in verbose mode (\fB-v\fR|\fB--verbose\fR).
-The format can be changed with \fB-F\fR|\fB--format\fR.
-.TP
-\fB\-d\fR, \fB\-\-dir\fR
-Print directory instead of path.
-.TP
-\fB\-r\fR \fI<arg>\fR, \fB\-\-repo\fR \fI<arg>\fR
-Only look in given repo.
-.TP
-\fB\-R\fR, \fB\-\-printrepo\fR
-Print repository name instead of path for tree/overlay matches.
-.TP
-\fB\-f\fR, \fB\-\-first\fR
-Stop searching after first match (implies -l).
-.TP
-\fB\-l\fR, \fB\-\-latest\fR
-Only return latest version for each match.
-.TP
-\fB\-T\fR, \fB\-\-novirtual\fR
-Skip virtual category.
-.TP
-\fB\-A\fR, \fB\-\-noacct\fR
-Skip acct-user and acct-group categories.
-.TP
-\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
-Print matched atom using given format string.
-
-Setting this option has the effect of also setting
-\fB-p\fR|\fB--pretty\fR.
-
-Note that this only sets the format of the atom field, not the
-entire output line.
-
-For more information see \fBqatom\fR(1).
-.TP
-\fB\-\-root\fR \fI<arg>\fR
-Set the ROOT env var.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Report full package versions, emit more elaborate output.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qxpak (1)

diff --git a/man/qxpak.1 b/man/qxpak.1
deleted file mode 100644
index 3780c54..0000000
--- a/man/qxpak.1
+++ /dev/null
@@ -1,76 +0,0 @@
-.\" generated by mkman.py, please do NOT edit!
-.TH qxpak "1" "Jan 2024" "Gentoo Foundation" "qxpak"
-.SH NAME
-qxpak \- manipulate xpak archives
-.SH SYNOPSIS
-.B qxpak
-\fI[opts] <misc args>\fR
-.SH DESCRIPTION
-\fIqxpak\fR is like ar and tar for xpak archives.
-.SH OPTIONS
-.TP
-\fB\-l\fR, \fB\-\-list\fR
-List the contents of an archive.
-.TP
-\fB\-x\fR, \fB\-\-extract\fR
-Extract the contents of an archive.
-.TP
-\fB\-c\fR, \fB\-\-create\fR
-Create an archive of a directory/files.
-.TP
-\fB\-d\fR \fI<arg>\fR, \fB\-\-dir\fR \fI<arg>\fR
-Change to specified directory.
-.TP
-\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
-Report full package versions, emit more elaborate output.
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Tighter output; suppress warnings.
-.TP
-\fB\-C\fR, \fB\-\-nocolor\fR
-Don't output color.
-.TP
-\fB\-\-color\fR
-Force color in output.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Print this help and exit.
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Print version and exit.
-
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.br
-Product: Gentoo Linux; Component: Current packages
-.SH AUTHORS
-.nf
-Ned Ludd <[email protected]>
-Mike Frysinger <[email protected]>
-Fabian Groffen <[email protected]>
-.fi
-.SH "SEE ALSO"
-.BR q (1),
-.BR qatom (1),
-.BR qcheck (1),
-.BR qdepends (1),
-.BR qfile (1),
-.BR qgrep (1),
-.BR qkeyword (1),
-.BR qlist (1),
-.BR qlop (1),
-.BR qmanifest (1),
-.BR qmerge (1),
-.BR qpkg (1),
-.BR qsearch (1),
-.BR qsize (1),
-.BR qtbz2 (1),
-.BR qtegrity (1),
-.BR quse (1),
-.BR qwhich (1)

Reply via email to