summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-12-19 16:17:27 -0500
committerMike Frysinger <vapier@gentoo.org>2012-12-19 16:20:08 -0500
commit301781d2db738a21151e59134089ca6692a693cc (patch)
treedf6f5b3dd655f69bada5a1b4a2838f2875eebde0 /man
parent8745911eb903f1da301d99d5949f655b0190ca6f (diff)
downloadgentoolkit-301781d2db738a21151e59134089ca6692a693cc.tar.gz
drop trailing whitespace
Should be no functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/eclean.1106
-rw-r--r--man/epkginfo.16
-rw-r--r--man/equery.1218
-rw-r--r--man/eread.16
-rw-r--r--man/eshowkw.126
-rw-r--r--man/euse.154
-rw-r--r--man/glsa-check.144
-rw-r--r--man/revdep-rebuild.166
8 files changed, 263 insertions, 263 deletions
diff --git a/man/eclean.1 b/man/eclean.1
index 3815e28..4cb9204 100644
--- a/man/eclean.1
+++ b/man/eclean.1
@@ -2,19 +2,19 @@
.SH "NAME"
eclean \- A cleaning tool for Gentoo distfiles and binary packages.
.SH "SYNOPSIS"
-.LP
+.LP
.B eclean \fR[\fIglobal\-options\fR] ... <\fIactions\fR> \fR[\fIaction\-options\fR] ...
-.LP
+.LP
.B eclean\-dist \fR[\fIglobal\-options, distfiles\-options\fR] ...
-.LP
+.LP
.B eclean\-pkg \fR[\fIglobal\-options, packages\-options\fR] ...
-.LP
+.LP
.B eclean(\-dist,\-pkg) \fR[\fI\-\-help, \-\-version\fR]
.SH "DESCRIPTION"
-\fBeclean\fP is small tool to remove obsolete portage sources files and binary packages.
-Used on a regular basis, it prevents your DISTDIR and PKGDIR directories to
+\fBeclean\fP is small tool to remove obsolete portage sources files and binary packages.
+Used on a regular basis, it prevents your DISTDIR and PKGDIR directories to
infinitely grow, while not deleting files which may still be useful.
-.PP
+.PP
By default, eclean will protect all distfiles or binary packages corresponding to some
ebuilds available in the Portage tree. This is the safest mode, since it will protect
whatever may still be useful, for instance to downgrade a package without downloading
@@ -22,7 +22,7 @@ its sources for the second time, or to reinstall a package you unmerge by mistak
without recompiling it. Sure, it's also a mode in which your DISTDIR and PKGDIR will
stay rather big (although still not growing infinitely). For the 'distfiles', this
mode is also quite slow because it requiries some access to the whole Portage tree.
-.PP
+.PP
If you use the \-\-destructive option, eclean will only protect files corresponding to
some currently installed package (taking their exact version into account). It will
save much more space, while still preserving sources files around for minor revision
@@ -30,16 +30,16 @@ bumps, and binaries for reinstallation of corrupted packages. But it won't keep
for less usual operations like downgrading or reinstalling an unmerged package. This
is also the fastest execution mode (big difference for distfiles), and the one used by
most other cleaning scripts around like yacleaner (at least in its version 0.3).
-.PP
+.PP
Somewhere in the middle, adding the \-\-package\-names option when using \-\-destructive
will protect files corresponding to all existing versions of installed packages. It will
allow easy downgrading without recompilation or redownloading in case of trouble, but
won't protect you against package uninstallation.
-.PP
-In addition to this main modes, some options allow to declare a few special cases file
+.PP
+In addition to this main modes, some options allow to declare a few special cases file
protection rules:
.IP o
-\-\-time\-limit is useful to protect files which are more recent than a given amount of time.
+\-\-time\-limit is useful to protect files which are more recent than a given amount of time.
.IP o
\-\-size\-limit (for distfiles only) is useful if you want to protect files bigger than a given size.
.IP o
@@ -50,62 +50,62 @@ Finally, you can list some categories or package names to protect in exclusion f
\fBEXCLUSION FILES\fP below).
.SH "PARAMETERS"
.SS "Global options"
-.TP
+.TP
\fB\-C, \-\-nocolor\fP turn off colors on output
-.TP
+.TP
\fB\-d, \-\-destructive\fP only keep the minimum for a reinstallation
-.TP
+.TP
\fB\-e, \-\-exclude\-file=<path>\fP path to the exclusion file
\fB<path>\fP is the absolute path to the exclusion file you want to use.
When this option is not used, default paths are /etc/eclean/{packages,distfiles}.exclude
(if they exist). Use /dev/null if you have such a file at it standard location and
you want to temporary ignore it.
-.TP
+.TP
\fB\-i, \-\-interactive\fP ask confirmation before deleting
-.TP
+.TP
\fB\-n, \-\-package\-names\fP protect all versions (\-\-destructive only)
-.TP
+.TP
\fB\-p, \-\-pretend\fP only display what would be cleaned
-.TP
+.TP
\fB\-q, \-\-quiet\fP be as quiet as possible, only display errors
-.TP
+.TP
\fB\-t, \-\-time\-limit=<time>\fP don't delete files modified since <time>
\fB<time>\fP is an amount of time: "1y" is "one year", "2w" is "two weeks", etc.
-.br
+.br
Units are: y (years), m (months), w (weeks), d (days) and h (hours).
-.TP
+.TP
\fB\-h, \-\-help\fP display the help screen
-.TP
+.TP
\fB\-v, \-\-verbose\fP display more verbose messages during processing
-.TP
+.TP
\fB\-V, \-\-version\fP display version informations
.SS "Actions"
-.TP
+.TP
\fBdistfiles\fR
Clean files from /usr/portage/distfiles (or whatever else is your DISTDIR in /etc/make.conf).
This action should be useful to almost any Gentoo user, we all have to big DISTDIRs sometime...
-.br
+.br
\fBeclean\-dist\fP is a shortcut to call eclean with the "distfiles" action, for simplified
command\-line.
-.TP
+.TP
\fBpackages\fR
Clean files from /usr/portage/packages (or whatever else is your PKGDIR in /etc/make.conf).
This action is in particular useful for people who use the "buildpkg" or "buildsyspkg"
FEATURES flags.
-.br
+.br
\fBeclean\-pkg\fP is a shortcut to call eclean with the "packages" action, for simplified
command\-line.
.SS "Options for the 'distfiles' action"
-.TP
+.TP
\fB\-f, \-\-fetch\-restricted\fP protect fetch\-restricted files (\-\-destructive only)
-.TP
+.TP
\fB\-s, \-\-size\-limit=<size>\fP don't delete distfiles bigger than <size>
<size> is a size specification: "10M" is "ten megabytes", "200K" is "two hundreds kilobytes",
etc.
-.br
+.br
Units are: G, M, K and B.
.SS "Options for the 'packages' action"
-.TP
+.TP
There is no specific option for this action.
.SH "EXCLUSION FILES"
Exclusions files are lists of packages names or categories you want to protect
@@ -116,7 +116,7 @@ blank lines and lines starting with a "#" (comments) are ignored.
.IP o
only one entry per line is allowed.
.IP o
-if a line contains a category name, like "sys\-apps", then all packages from this
+if a line contains a category name, like "sys\-apps", then all packages from this
category will be protected. "sys\-apps/*" is also allowed for aesthetic reasons, but
that does NOT mean that wildcard are supported in any way for any other usage.
.IP o
@@ -125,7 +125,7 @@ protected. Versioned atoms like ">=app\-shells/bash\-3" are NOT supported. Als
full package name (with category) is mandatory.
.IP o
if a line contains a package name with an exclamation mark in front ("!sys\-apps/portage"),
-then this package will be excluded from protection. This is only useful if the category
+then this package will be excluded from protection. This is only useful if the category
itself was protected.
.IP o
for distfiles protection, a line can also be a filename to protect. This is useful if you have
@@ -138,52 +138,52 @@ as if it was able to locate the source filename(s) in order to protect them. If
all installed distfile sources, run elcelan in pretend mode first. Then check which sources it was
not able to find the filename(s) for and add entries for them in the distfiles.exclude file before
running eclean again.
-.LP
+.LP
By default, if it exists, /etc/eclean/packages.exclude (resp. distfiles.exclude) will be use
when action is "packages" (resp. "distfiles"). This can be overide with the \-\-exclude\-file
option.
.SH "EXAMPLES"
-.LP
+.LP
Clean distfiles only, with per file confirmation prompt:
-.br
+.br
.B # eclean \-i distfiles
-.LP
+.LP
Check which binary packages could be removed, with a no\-color display:
-.br
+.br
.B # eclean \-Cp packages
-.LP
+.LP
Clean binary packages of uninstalled packages, but keep all versions of installed ones:
-.br
+.br
.B # eclean\-pkg \-d \-n
-.LP
+.LP
Clean all distfiles except for installed packages (exact version), those which
are less than one month old, bigger than 50MB, or fetch\-restricted:
-.br
+.br
.B # eclean\-dist \-d \-t1m \-s50M \-f
-.LP
+.LP
From a crontab, silently clean packages in the safest mode, and then distfiles in destructive
mode but protecting files less than a week old, every sunday at 1am:
-.br
+.br
.B 0 1 * * sun \ \ eclean \-C \-q packages ; eclean \-C \-q \-d \-t1w distfiles
.SH "NOTE"
-.TP
+.TP
While running and searching distfiles for cleaning, elcean will report any unavailable packages it finds installed on your system. An unavailable package is a package that is installed on the system, but there is not a corresponding ebuild available. Those sources may not be protected if the SRC_URI is not recorded in the installed package database. The SRC_URI is no longer recorded by recent portage/pkgcore versions.
.SH "BUGS"
-.".TP
-."The policy used to decide if a distfile can be removed or not relies on the SRC_URI variables ."of ebuilds. It means that if an ebuild uses files that are not part of its SRC_URI, eclean will ."probably remove them. This are ebuilds bugs, please report them as such on ."http://bugs.gentoo.org.
-.".TP
+.".TP
+."The policy used to decide if a distfile can be removed or not relies on the SRC_URI variables ."of ebuilds. It means that if an ebuild uses files that are not part of its SRC_URI, eclean will ."probably remove them. This are ebuilds bugs, please report them as such on ."http://bugs.gentoo.org.
+.".TP
."In safest mode (default, without the \-\-destructive option), this script can be very slow. There
."is not much to do about it without hacking outside of the portage API.
.SH "SEE ALSO"
-.TP
+.TP
The Gentoo forum thread that gave birth to eclean:
.B http://forums.gentoo.org/viewtopic.php?t=3011
-.TP
+.TP
The bug report requesting eclean inclusion in gentoolkit:
.B http://bugs.gentoo.org/show_bug.cgi?id=33877
.SH "AUTHORS"
Thomas de Grenier de Latour (tgl) <degrenier@easyconnect.fr>
-.br
+.br
modular re\-write by:
-.br
+.br
Brian Dolbec (dol\-sen) <brian.dolbec@gmail.com>
diff --git a/man/epkginfo.1 b/man/epkginfo.1
index 5b1afab..4000ab4 100644
--- a/man/epkginfo.1
+++ b/man/epkginfo.1
@@ -11,7 +11,7 @@ is a shortcut to \fBequery meta\fP. For all available options and more
examples, see \fBman equery\fP.
.SH "EXAMPLES"
-.nf
+.nf
* app\-portage/gentoolkit [portage]
Location: /usr/portage/app\-portage/gentoolkit
Herd: tools\-portage (tools\-portage@gentoo.org)
@@ -28,10 +28,10 @@ Keywords: 0.3.0_rc6: ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips
Keywords: 0.3.0_rc7: ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips
~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc\-fbsd
~x86\-fbsd
-.fi
+.fi
.SH "AUTHORS"
-.LP
+.LP
Douglas Anderson <douglasjanderson@gmail.com>
.SH "BUGS"
Please report any bugs to http://bugs.gentoo.org
diff --git a/man/equery.1 b/man/equery.1
index 081d17c..143a7b3 100644
--- a/man/equery.1
+++ b/man/equery.1
@@ -12,25 +12,25 @@ is a collection of modules for querying the state of Gentoo packages, files and
.SH "GLOBAL OPTIONS"
.HP
.B \-h, \-\-help
-.br
+.br
Output a help message.
.HP
.B \-q, \-\-quiet
-.br
+.br
Be less verbose where possible. In some modules, this option can increase the output speed.
.HP
.B \-C, \-\-no\-color
-.br
+.br
Do not colorize output.
.HP
.B \-N, \-\-no\-pipe
-.br
+.br
Turn off automatic pipe detection. Use this option if you do not want
.B equery
to detect if the output is being directed to the screen or to another program and adjust color and verbosity accordingly.
.HP
.B \-V, \-\-version
-.br
+.br
Display \fBGentoolkit\fP's version. Please include this in all bug reports. (see
.B BUGS
below)
@@ -60,15 +60,15 @@ below)
.I R "LOCAL OPTIONS" ":"
.HP
.B \-f, \-\-full\-regex
-.br
+.br
The supplied query is a regular expression.
.HP
.B \-e, \-\-early\-out
-.br
+.br
Stop when the first match is found. This is generally a safe optimization when searching for the owner of a single file.
.HP
.B \-n, \-\-name\-only
-.br
+.br
Do not print the version.
.P
.I R "EXAMPLES" ":"
@@ -76,13 +76,13 @@ Do not print the version.
.HP
equery belongs \-\-early\-out /usr/bin/euse
.EE
-.br
+.br
Find out what package installed a certain command.
.EX
.HP
emerge \-p $(equery \-q belongs \-nf '^/usr/bin/g?vim.*')
.EE
-.br
+.br
Tell
.B emerge
to reinstall or update any package that installed a file matching a regular expression.
@@ -94,25 +94,25 @@ Display the Gentoo ChangeLog entry for the latest installable version of \fIPKG\
.I R "LOCAL OPTIONS" ":"
.HP
.B \-l, \-\-latest
-.br
+.br
Display only the latest ChangeLog entry. It's not uncommon for changes to be prepended to the ChangeLog without a version header if the changes did not require a version bump. Use this option to display such entries.
.HP
.B \-f, \-\-full
-.br
+.br
Display the full ChangeLog.
-.br
+.br
\fBHint\fP: Try piping (|) the output to a pager, like 'less'.
.HP
.BI "\-\-limit=" "NUM"
-.br
+.br
Limit the \fINUM\fP of entries displayed. Use this option in conjunction with \fB\-\-full\fP. \fB\-\-limit=3\fP would display the three latest entries.
.HP
.BI "\-\-from=" "VER"
-.br
+.br
Set which \fIVER\fP to display from. Using this option by itself is equivalent to passing \fBchanges\fP a ranged package atom, e.g., '>=foo/bar\-1.5'. It can be used in conjunction with \fB\-\-to\fP to request a more complex range of entries.
.HP
.BI "\-\-to=" "VER"
-.br
+.br
Set which \fIVER\fP to display to. (See \fB\-\-from\fP)
.P
.I R "EXAMPLES" ":"
@@ -120,19 +120,19 @@ Set which \fIVER\fP to display to. (See \fB\-\-from\fP)
.HP
equery changes portage
.EE
-.br
+.br
Display the Gentoo ChangeLog entry for the latest installable version of Portage.
.EX
.HP
equery changes '=sys\-apps/portage\-2.1.6*'
.EE
-.br
+.br
Use Portage's atom syntax. (See \fBman 5 ebuild\fP)
.EX
.HP
equery changes portage \-\-from=2.2_rc1 \-\-to=2.2
.EE
-.br
+.br
Display any ChangeLog entry within a range of versions.
.SS
@@ -142,11 +142,11 @@ Check timestamps and MD5 sums for files owned by \fIPKG\fP, where \fIPKG\fP is a
.I R "LOCAL OPTIONS" ":"
.HP
.B \-f, \-\-full\-regex
-.br
+.br
The supplied query is a regular expression.
.HP
.B \-o, \-\-only\-failures
-.br
+.br
Only display packages which don't pass all checks.
.P
.I R "EXAMPLES" ":"
@@ -154,13 +154,13 @@ Only display packages which don't pass all checks.
.HP
equery check \-\-only\-failures '*'
.EE
-.br
+.br
Verify timestamps and MD5 sums for all installed packages and show only packages which fail checks.
.EX
.HP
equery check 'dev\-python/*' dev\-lang/python
.EE
-.br
+.br
Verify every installed package in the \fBdev\-python\fP category, and Python itself.
.SS
@@ -170,15 +170,15 @@ List all packages that depend on \fIPKG\fP.
.I R "LOCAL OPTIONS" ":"
.HP
.B \-a, \-\-all\-packages
-.br
+.br
Include dependencies that are not installed. This can take a while.
.HP
.B \-D, \-\-indirect
-.br
+.br
Search for both direct and indirect dependencies.
.HP
.BI "\-\-depth=" "NUM"
-.br
+.br
Limit the indirect dependency tree to a depth of \fINUM\fP. \fB\-\-depth=0\fP is equivalent to not using \fB\-\-indirect\fP.
.P
.I R "EXAMPLES" ":"
@@ -186,7 +186,7 @@ Limit the indirect dependency tree to a depth of \fINUM\fP. \fB\-\-depth=0\fP is
.HP
equery depends \-\-indirect xulrunner
.EE
-.br
+.br
Figure out why a package got installed on your system.
.SS
@@ -197,21 +197,21 @@ indented tree showing the relationship between packages and their dependencies.
.I R "LOCAL OPTIONS" ":"
.HP
.B \-A, \-\-no\-atom
-.br
+.br
Do not show the dependency atom that match the package.
.HP
.B \-U, \-\-no\-useflags
-.br
+.br
Do not show USE flags.
.HP
.B \-l, \-\-linear
-.br
+.br
Do not format the graph by indenting dependencies. This option will print the
recursion depth in square brackets before the package name for easier viewing
in narrow terminals.
.HP
.BI "\-\-depth=" "NUM"
-.br
+.br
Limit the dependency graph to a depth of \fINUM\fP. \fB\-\-depth=0\fP means no
maximum depth. Default depth is set to 1.
.P
@@ -220,7 +220,7 @@ maximum depth. Default depth is set to 1.
.HP
equery depgraph \-\-depth=0 portage
.EE
-.br
+.br
View a full tree of all direct and indirect compile\-time, run\-time, and post\-merge dependencies for a package.
.SS
@@ -230,29 +230,29 @@ List files and directories installed by \fIPKG\fP.
.I R "LOCAL OPTIONS" ":"
.HP
.B \-m, \-\-md5sum
-.br
+.br
Include the file's MD5 sum in the output.
.HP
.B \-s, \-\-timestamp
-.br
+.br
Include the file's timestamp in the output.
.HP
.B \-t, \-\-type
-.br
+.br
Include the file type in the output.
.HP
.B \-\-tree
-.br
+.br
Display files in a tree format. This option turns off all other local options.
.HP
.BI "\-f, \-\-filter=" "RULES"
-.br
+.br
Filter output by file type.
.HP
RULES
-.br
+.br
A comma\-separated list (no spaces); choose from:
-.br
+.br
.B dir, obj, sym, dev, path, conf, cmd, doc, man, info
.P
.I R "EXAMPLES" ":"
@@ -260,13 +260,13 @@ A comma\-separated list (no spaces); choose from:
.HP
equery files \-\-tree vlc
.EE
-.br
+.br
View a file tree of all files installed by a package.
.EX
.HP
equery files \-\-filter=cmd vlc
.EE
-.br
+.br
Find out where a package installed its executables.
.SS
@@ -278,19 +278,19 @@ List all installed packages that have a given \fIPKG\fP match.
.I R "LOCAL OPTIONS" ":"
.HP
.B \-I, \-\-exclude\-installed
-.br
+.br
Exclude installed packages from being output.
.HP
.B \-o, \-\-overlay\-tree
-.br
+.br
Include package from overlays in the search path.
.HP
.B \-p, \-\-portage\-tree
-.br
+.br
Include all packages from the Portage tree in the search path. Use this option to search through all standard Gentoo packages, including those that are not installed.
.HP
.B \-F, \-\-format=\fITMPL\fP
-.br
+.br
Customize the output format of the matched packages using the template string \fITMPL\fP. See the \fB\-\-format\fP option for \fBlist\fP below for a description of the \fITMPL\fP argument.
.P
.I R "OUTPUT" ":"
@@ -302,19 +302,19 @@ Customize the output format of the matched packages using the template string \f
.HP
equery has SLOT 2.4
.EE
-.br
+.br
View all installed Gentoo packages that have a recorded SLOT = "2.4".
.EX
.HP
equery has repository sunrise
.EE
-.br
+.br
View all installed Gentoo packages that were recorded to be installed from ebuilds from the "sunrise" overlay.
.EX
.HP
equery has EAPI 2
.EE
-.br
+.br
View all installed Gentoo packages that were installed with ebuilds with a recorded EAPI of "2".
.SS
@@ -326,19 +326,19 @@ List all installed packages that have a given \fIPKG\fP flag.
.I R "LOCAL OPTIONS" ":"
.HP
.B \-I, \-\-exclude\-installed
-.br
+.br
Exclude installed packages from being output.
.HP
.B \-o, \-\-overlay\-tree
-.br
+.br
Include package from overlays in the search path.
.HP
.B \-p, \-\-portage\-tree
-.br
+.br
Include all packages from the Portage tree in the search path. Use this option to search through all standard Gentoo packages, including those that are not installed.
.HP
.B \-F, \-\-format=\fITMPL\fP
-.br
+.br
Customize the output format of the matched packages using the template string \fITMPL\fP. See the \fB\-\-format\fP option for \fBlist\fP below for a description of the \fITMPL\fP argument.
.P
.I R "OUTPUT" ":"
@@ -350,13 +350,13 @@ Customize the output format of the matched packages using the template string \f
.HP
equery hasuse \-pI perl
.EE
-.br
+.br
View all Gentoo packages that have the "perl" USE flag, exluding installed packages.
.EX
.HP
USE="perl"; for PKG in $(equery \-q hasuse $USE); do echo $PKG: $(equery \-q uses $PKG |grep $USE); done
.EE
-.br
+.br
This Bash one\-liner uses \fBhasuse\fP to find a list of packages that have a certain USE flag, and \fBuses\fP to check whether the flag is enabled or disabled. Modify \fBUSE="perl"\fP to change the query.
.SS
@@ -366,56 +366,56 @@ List installed versions of \fIPKG\fP or all packages matching the query pattern.
.I R "LOCAL OPTIONS" ":"
.HP
.B \-d, \-\-duplicates
-.br
+.br
List only packages with more than one version installed.
.HP
.B \-f, \-\-full\-regex
-.br
+.br
The supplied query is a regular expression.
.HP
.B \-m, \-\-mask\-reason
-.br
+.br
Print the reason why a package was masked.
.HP
.B \-I, \-\-exclude\-installed
-.br
+.br
Exclude installed packages from being output.
.HP
.B \-o, \-\-overlay\-tree
-.br
+.br
Include package from overlays in the search path.
.HP
.B \-p, \-\-portage\-tree
-.br
+.br
Include all packages from the Portage tree in the search path. Use this option to search through all standard Gentoo packages, including those that are not installed.
.HP
.B \-F, \-\-format=\fITMPL\fP
-.br
+.br
Customize the output format of the matched packages using the template string \fITMPL\fP. \fITMPL\fP can contain the following placeholders:
.RS
-.TP
+.TP
\fB$cp\fP \- Contains the category and the package name only (e.g 'app\-portage/gentoolkit').
-.TP
+.TP
\fB$cpv\fP \- Contains the category, the package name and the full version (e.g. 'app\-portage/gentoolkit\-0.3.0_rc10\-r1').
-.TP
+.TP
\fB$category\fP \- Contains just the category (e.g. 'app\-portage').
-.TP
+.TP
\fB$name\fP \- Contains just the package name (e.g. 'gentoolkit').
-.TP
+.TP
\fB$version\fP \- Contains the package version (without the revision) (e.g. '0.3.0_rc10').
-.TP
+.TP
\fB$revision\fP \- Contains the package revision (e.g. 'r1').
-.TP
+.TP
\fB$fullversion\fP \- Contains the package version including its revision (e.g. '0.3.0_rc10\-r1').
-.TP
+.TP
\fB$slot\fP \- Contains the package's slot.
-.TP
+.TP
\fB$repo\fP \- Contains the name of the package's repository (e.g. 'gentoo').
-.TP
+.TP
\fB$mask\fP \- The Mask\-status field (\fB~M\-??\fP), see \fIOUTPUT\fP below for an explanation.
-.TP
+.TP
\fB$mask2\fP \- Contains a verbose description of the packages masking status.
-.TP
+.TP
\fB$location\fP \- The Location field (\fBIPO\-\fP), see \fIOUTPUT\fP below for an explanation.
.P
Apart from the above placeholders the template string can contain arbitrary
@@ -433,22 +433,22 @@ $ equery list binutils
.EE
.HP
Location field (\fB[IPO\-]\fP):
-.br
+.br
The first field shows the location and install status of the package. It consists of three letters in square brackets. \fBI\fP indicates the package is currently installed. \fBP\fP indicates the package is available in the Portage tree. \fBO\fP indicates the package is available in at least one overlay. \fB\-\fP is a place holder and has no meaning. \fB[I\-O]\fP would mean that the package is installed and available from an overlay, but not available from the Portage tree.
.HP
Mask\-status field (\fB[ ~M\-??]\fP):
-.br
+.br
The second field shows the mask status of the package. Empty brackets indicate that the package is unmasked. A \fB~\fP means the package is masked by keyword, e.g., you are running a stable system and the package is marked testing). \fBM\fP means hard masked, e.g., the package maintainer has determined the package is unfit for widespread usage. \fB\-\fP means arch masked, e.g., you are running an amd64 system, but this package only works on x86. Lastly, \fB??\fP only occurs when the location field is \fB[I\-\-]\fP. Together, they indicate that the package was installed from the Portage tree or an overlay, but has since been removed from that tree; therefore \fBequery\fP can not determine a mask status for it.
.HP
Package name:
-.br
+.br
The third field is the full package name and version.
.HP
Slot:
-.br
+.br
The fourth field, after the colon, is the package's slot. \fB0\fP is the default slot. To find all packages with multiple slots installed, use \fB\-\-duplicates\fP.
.P
-\fBNote:\fP Because it takes extra processing time to determine the location, mask status and slot, you can speed up output by passing the \fB\-\-quiet\fP global option to \fBequery\fP when you don't care about the extra information.
+\fBNote:\fP Because it takes extra processing time to determine the location, mask status and slot, you can speed up output by passing the \fB\-\-quiet\fP global option to \fBequery\fP when you don't care about the extra information.
\fBNote:\fP Additionally, when using \-\-quiet, if no matches are found, instead of printing an error, the equery list module will return with an exit value of 3.
@@ -458,43 +458,43 @@ The fourth field, after the colon, is the package's slot. \fB0\fP is the default
.HP
equery list '*'
.EE
-.br
+.br
List all installed packages. This is equivalent to '\fBequery list\fP' in \fBGentoolkit\fP versions prior to 0.3.0.
.EX
.HP
equery list \-op mozilla\-firefox
.EE
-.br
+.br
List all available versions of the package exactly matching 'mozilla\-firefox'. This is equivalent to '\fBequery list \-\-exact\-name \-o \-p mozilla\-firefox\fP' in \fBGentoolkit\fP versions prior to 0.3.0.
.EX
.HP
equery list '*zilla*'
.EE
-.br
+.br
List all packages that contain (fuzzy match) 'zilla'. This is equivalent to '\fBequery list zilla\fP' in \fBGentoolkit\fP versions prior to 0.3.0.
.EX
.HP
equery list 'www\-client/*'
.EE
-.br
+.br
List all packages in the category \fBwww\-client\fP. This is equivalent to '\fBequery list \-\-category=www\-client\fP' in \fBGentoolkit\fP versions prior to 0.3.0.
.EX
.HP
equery list \-\-duplicates '*'
.EE
-.br
+.br
List all packages with more than one version installed. This is equivalent to '\fBequery list \-\-duplicates\fP' in \fBGentoolkit\fP versions prior to 0.3.0.
.EX
.HP
equery list \-F '$cp:$slot' '*'
.EE
-.br
+.br
Get a list of slotted atoms for all installed packages.
.EX
.HP
equery list \-po \-F '[$location] [$mask] $cpv:$slot [$repo]' '*'
.EE
-.br
+.br
Show all packages in the default (verbose) output format but also include their repository name.
.SS
@@ -502,7 +502,7 @@ Show all packages in the default (verbose) output format but also include their
Display metadata about \fIPKG\fP.
\fBmeta\fP reads a file called metadata.xml which must be included with all Portage tree packages. \fBmeta\fP does not read ebuilds, so it can only return version independent metadata. Since until now there had not been an easy way for users to view metadata.xml, and because package maintainers are only required to fill out a very small portion of the file, there are still many packages without detailed metadata available. For more information about metadata.xml, see:
-.br
+.br
.EX
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
.EE
@@ -510,37 +510,37 @@ http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
.I R "LOCAL OPTIONS" ":"
.HP
.B \-d, \-\-description
-.br
+.br
Show an extended package description.
.HP
.B \-H, \-\-herd
-.br
+.br
Show the herd(s) for the package. When not piping and not passing \fB\-\-quiet\fP as a global option, also show the herd's email address. (shown by default)
.HP
.B \-k, \-\-keywords
-.br
+.br
Show keywords for all matching versions. \fBkeywords\fP does not list all keywords for all versions. Instead, it filters the list to make it easier to spot versions that need bumping or are okay to remove from the tree. It filters by slot. For example:
-.br
+.br
Keywords: 1.35.0\-r3:\fB0\fP:
-.br
+.br
Keywords: 1.35.0\-r5:\fB0\fP: amd64 hppa ppc x86 ~alpha ~arm ~ia64 ~mips ~ppc64 ~s390 ~sh ~sparc
-.br
+.br
In this output from \fBequery meta boost\fP, \-r5 is the highest available version in slot 0, so all keywords are listed. The actual keywords for \-r3 are "~amd64 ~hppa ~ppc ~x86", but since a higher version in the same slot has the same or more stable keywording, they are filtered out. Arch mask keywords (\-*) are always shown.
.HP
.B \-m, \-\-maintainer
-.br
+.br
Show the package maintainer(s) email address. If the metadata is available, also show the maitainer's name and/or job description. (shown by default)
.HP
.B \-u, \-\-useflags
-.br
+.br
Show per\-package USE flag descriptions. Per\-package USE flag descriptions are sometimes added to metadata.xml if the affect of the USE flag is unusual, or if the USE flag is rare enough to be undefined in the global definition file. \fBequery uses\fP now displays these same local descriptions as well, so this option is left in \fBmeta\fP for completeness only.
.HP
.B \-U, \-\-upstream
-.br
+.br
Show information about the package's upstream project, including the author's email, upstream bug tracker or upstream documentation. At the time of writing, most maintainers do not provide this information. (shown by default)
.HP
.B \-x, \-\-xml
-.br
+.br
Dump the plain XML file to the screen.
.P
.I R "EXAMPLES" ":"
@@ -548,19 +548,19 @@ Dump the plain XML file to the screen.
.HP
equery meta gnucash
.EE
-.br
+.br
Show general information about maintainership, including herd, maintainer and upstream.
.EX
.HP
equery meta \-\-description app\-misc/screen
.EE
-.br
+.br
See if the package maintainer has provided an extended description.
.EX
.HP
equery \-N meta \-H gnome |grep \-o \-\-color=never '[^( ]*@gentoo.org'
.EE
-.br
+.br
Extract the herd's email address to let them know they're doing a great job. Remember, bug reports should go to bugs.gentoo.org. The above example will extract one or more emails if available, or return nothing if the herd is \fBno\-herd\fP.
.SS
@@ -570,11 +570,11 @@ Print total size of files contained in a given \fIPKG\fP.
.I R "LOCAL OPTIONS" ":"
.HP
.B \-b, \-\-bytes
-.br
+.br
Report package size in bytes.
.HP
.B \-f, \-\-full\-regex
-.br
+.br
The query is a regular expression.
.P
.I R "EXAMPLES" ":"
@@ -582,7 +582,7 @@ The query is a regular expression.
.HP
equery \-q size 'www\-client/*'
.EE
-.br
+.br
Get a one\-line summary of the number of files and total size (in bytes) of those files for each installed package in a category.
.SS
@@ -592,7 +592,7 @@ Display USE flag statuses and descriptions for a given \fRPKG\fP.
.I R "LOCAL OPTIONS" ":"
.HP
.B \-a, \-\-all
-.br
+.br
Display all package versions. Without this option, \fBequery\fP will choose the best available version.
.P
.I R "EXAMPLES" ":"
@@ -600,13 +600,13 @@ Display all package versions. Without this option, \fBequery\fP will choose the
.HP
equery uses app\-misc/beagle
.EE
-.br
+.br
See which USE flags are enabled for a specific package.
.EX
.HP
USE="perl"; for PKG in $(equery \-q hasuse $USE); do echo $PKG: $(equery \-q uses $PKG |grep $USE); done
.EE
-.br
+.br
This Bash one\-liner uses \fBhasuse\fP to find a list of packages that have a certain USE flag, and \fBuses\fP to check whether the flag is enabled or disabled. Modify \fBUSE="perl"\fP to change the query.
.SS
@@ -616,7 +616,7 @@ Display the path to the ebuild that would be used by Portage with the current co
.I R "LOCAL OPTIONS" ":"
.HP
.B \-m, \-\-include\-masked
-.br
+.br
Return the path to the hightest version ebuild available.
.HP
.B \-e, \-\-ebuild
@@ -628,7 +628,7 @@ Print the contents of the ebuild
.HP
equery which \-e xorg\-server
.EE
-.br
+.br
View the most recent installable ebuild.
.SH "BUGS"
@@ -636,7 +636,7 @@ Submit bug reports to http://bugs.gentoo.org.
.SH "AUTHORS"
Karl Trygve Kalleberg <karltk@gentoo.org>, 2003
-.br
+.br
Katerina Barone\-Adesi <katerinab@gmail.com>, 2004
-.br
+.br
Douglas Anderson <douglasjanderson@gmail.com>, 2009
diff --git a/man/eread.1 b/man/eread.1
index c58c7eb..78181a1 100644
--- a/man/eread.1
+++ b/man/eread.1
@@ -1,12 +1,12 @@
.TH "eread" "1" "1.0" "Donnie Berkholz" "gentoolkit"
.SH "NAME"
-.LP
+.LP
eread \- Gentoo: Tool to display and manage ELOG files from portage
.SH "SYNTAX"
-.LP
+.LP
eread
.SH "DESCRIPTION"
-.LP
+.LP
This tool is used to display and manage ELOG files produced by portage version 2.1 and higher.
.SH "USAGE"
.LP
diff --git a/man/eshowkw.1 b/man/eshowkw.1
index 29b49b8..46ab008 100644
--- a/man/eshowkw.1
+++ b/man/eshowkw.1
@@ -1,6 +1,6 @@
.TH "eshowkw" "1" "" "Tomáš Chvátal" ""
.SH "NAME"
-.LP
+.LP
eshowkw \- Gentoo: Tool to package keywords
.SH "SYNOPSIS"
.B eshowkw
@@ -9,39 +9,39 @@ eshowkw \- Gentoo: Tool to package keywords
Display keywords for specified package(s) or for package that is in the current working directory.
.SH "OPTIONS"
-.TP
+.TP
.B package
The packages to check. (The default is to read ebuilds in the current directory)
-.TP
+.TP
.B \-h | \-\-help
Print usage.
-.TP
+.TP
.B \-v | \-\-version
Show version and exit.
-.TP
+.TP
.B \-a=ARCH[,ARCH ...] | \-\-arch=ARCH[,ARCH ...]
Display only specified architectures.
-.TP
+.TP
.B \-A {top,bottom} | \-\-align {top,bottom}
Specify alignment for descriptions. (default: bottom)
-.TP
+.TP
.B \-T {archlist,versionlist} | \-\-top\-position {archlist,versionlist}
Specify which fields we want to have in top listing. (default: archlist)
-.TP
+.TP
.B \-B | \-\-bold
Print out each other column in bold for easier visual separation. (default: False)
-.TP
+.TP
.B \-C | \-\-color
Force colored output (default: False)
-.TP
+.TP
.B \-O | \-\-overlays
Search overlays (default: False)
-.TP
+.TP
.B \-P | \-\-prefix
Display prefix keywords in output. (default: False)
-.TP
+.TP
.B \-S | \-\-ignore\-slot
Treat slots as irelevant during detection of redundant packages. (default: False)
.SH "BUGS"
-.LP
+.LP
Report bugs to <http://bugs.gentoo.org>.
diff --git a/man/euse.1 b/man/euse.1
index 6a5513a..0c284d1 100644
--- a/man/euse.1
+++ b/man/euse.1
@@ -5,45 +5,45 @@ euse \- Gentoo: command line USE flag editor
.B euse
\fI<option> [suboption] [useflaglist]\fB
.SH "DESCRIPTION"
-.PP
+.PP
.I euse
is used to set(disable/enable) USE flags in /etc/make.conf without having to edit
the file directly. It is also used to get detail information about use flags
like description, status of flags(enabled/disabled), type of flag(global/local)
etc.
.SH "OPTIONS "
-.TP
+.TP
\fB\-E, \-\-enable\fI
-Enables USE flag(s) in make.conf. It accepts one or more space separated
+Enables USE flag(s) in make.conf. It accepts one or more space separated
USE flags as parameters.
-.TP
+.TP
\fB\-D, \-\-disable\fI
Disables USE flag(s) in make.conf. Puts a '\-' sign in front of the USE flag
-and appends it to the USE setting in make.conf. It accepts one or more
+and appends it to the USE setting in make.conf. It accepts one or more
space separated USE flags as parameters.
-.TP
+.TP
\fB\-P, \-\-prune\fI
Removes USE flag(s) in make.conf. Removes all positive and negative references to
the given USE flags from make.conf.
-.TP
+.TP
\fB\-i, \-\-info\fI
Prints detail information about the USE flag(s). If no arguments are given then
it assumes you want information for all USE flags. If one or more
arguments are given (space separated) then only information for those flags is
printed.
-.TP
+.TP
\fB\-I, \-\-info\-installed\fI
Same as \-\-info, except that it will also list the currently installed packages that are utilizing the flag.
.sp
.RS
The output is in the following format:
-.br
+.br
\fB[\- cD ]\fI alpha \- indicates that architecture ...
-.br
+.br
\fB[\- ]\fI moznocompose (net\-www/mozilla):
-.br
-Disable building of mozilla's web page composer
-.br
+.br
+Disable building of mozilla's web page composer
+.br
The indicators in the first column are:
.IP is_active
+ if the flag is seen as active by portage, \- if not
@@ -63,41 +63,41 @@ by make.defaults
G if the flag is enabled in make.globals, g if it is
disabled in make.globals, nothing if it's not affected
by make.globals
-.br
+.br
Then follows the name of the flag, for local flags the
package name and then the description (on a new line for
local flags).
-.TP
+.TP
\fB\-a, \-\-active\fI
-Shows all currently active USE flags and where they are activated (see
+Shows all currently active USE flags and where they are activated (see
description for \fB\-\-info\fI).
-.TP
+.TP
\fB\-h, \-\-help\fI
Show the help message listing all the available flags and a short description
-.TP
+.TP
\fB\-v, \-\-version\fI
Show the version information
.SH "FILES"
/etc/make.conf
-.br
+.br
/etc/make.profile/make.defaults
-.br
+.br
/etc/make.globals
-.br
+.br
$PORTDIR/profiles/use.desc
-.br
+.br
$PORTDIR/profiles/use.local.desc
-.br
+.br
.SH "AUTHOR"
Original version by Arun Bhanu <codebear@gentoo.org>
-.br
+.br
Updated for rewritten euse by Marius Mauch <genone@gentoo.org>
Sigificant rewrite for package.use support by Jared Hancock
.SH "BUGS"
euse doesn't handle USE flags enabled or disabled by use.defaults, use.mask
or package.use yet. It also doesn't completely understand the \-* flag.
.SH "SEE ALSO"
-.BR ufed(8),
-.TP
-The \fI/usr/bin/euse\fR script.
+.BR ufed(8),
+.TP
+The \fI/usr/bin/euse\fR script.
diff --git a/man/glsa-check.1 b/man/glsa-check.1
index 3cf954a..260fa17 100644
--- a/man/glsa-check.1
+++ b/man/glsa-check.1
@@ -1,66 +1,66 @@
.TH "glsa-check" "1" "0.3" "Marius Mauch" "gentoolkit"
.SH "NAME"
-.LP
+.LP
glsa\-check \- Gentoo: Tool to locally monitor and manage GLSAs
.SH "SYNTAX"
-.LP
+.LP
glsa\-check <\fIoption\fP> [\fIglsa\-list\fP]
[\fIglsa\-list\fR] can contain an arbitrary number of GLSA ids, filenames containing GLSAs or the special identifiers 'all' and 'affected'
.SH "DESCRIPTION"
-.LP
+.LP
This tool is used to locally monitor and manage Gentoo Linux Security Advisories.
Please read:
-.br
+.br
http://www.gentoo.org/security
-.br
+.br
before reporting a bug.
-.LP
+.LP
Note: In order for this tool to be effective, you must regularly sync your local portage tree.
.SH "OPTIONS"
-.LP
-.TP
+.LP
+.TP
.B \-l, \-\-list
list the a summary for all GLSAs in glsa\-list and whether they affect the system
-.TP
+.TP
.B \-d, \-\-dump, \-\-print
show all information about the GLSAs in glsa\-list
-.TP
+.TP
.B \-t, \-\-test
test if this system is affected by the GLSAs in glsa\-list and output the GLSA IDs
-.TP
+.TP
.B \-p, \-\-pretend
show the necessary steps to apply the GLSAs in glsa\-list
-.TP
+.TP
.B \-f, \-\-fix
try to auto\-apply the GLSAs in in glsa\-list using emerge. This will only upgrade packages to later version, but not remove packages when no upgrade path exists (experimental)
-.TP
+.TP
.B \-i, \-\-inject
inject the given GLSA into the glsa_injected file
-.TP
+.TP
.B \-n, \-\-nocolor
disable colors (option)
-.TP
+.TP
.B \-h, \-\-help
show this help message
-.TP
+.TP
.B \-V, \-\-version
some information about this tool
-.TP
+.TP
.B \-v, \-\-verbose
print more messages (option)
-.TP
+.TP
.B \-c, \-\-cve
show CVE ids in listing mode (option)
-.TP
+.TP
.B \-q, \-\-quiet
be less verbose and do not send empty mail (option)
-.TP
+.TP
.B \-m, \-\-mail
send a mail with the given GLSAs to the administrator
.SH "FILES"
-.LP
-.TP
+.LP
+.TP
.B /var/lib/portage/glsa_injected
List of GLSA ids that have been injected and will never show up as 'affected' on this system.
The file must contain one GLSA id (e.g. '200804\-02') per line.
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1
index 8c31a45..c45c6a1 100644
--- a/man/revdep-rebuild.1
+++ b/man/revdep-rebuild.1
@@ -7,54 +7,54 @@ revdep\-rebuild \- Gentoo: Reverse Dependency Rebuilder
.SH "DESCRIPTION"
revdep\-rebuild scans libraries and binaries for missing shared library dependencies and attempts to fix them by re\-emerging those broken binaries and shared libraries. It is useful when an upgraded package breaks other software packages that are dependent upon the upgraded package.
.SH "OPTIONS"
-.TP
+.TP
.B \-C | \-\-nocolor
Turn off colored output. (This option is also passed to portage.)
-.TP
+.TP
.B \-d | \-\-debug
Print way too much information (uses bash's set \-xv)
-.TP
+.TP
.B \-e | \-\-exact
Emerge the most recent version of found packages, without regard to SLOT.
-.TP
+.TP
.B \-h | \-\-help
Print usage.
-.TP
+.TP
.B \-i | \-\-ignore
Delete temporary files from previous runs.
-.TP
+.TP
.B \-k | \-\-keep\-temp
Force revdep\-rebuild not to delete temporary files after it successfully rebuilds packages. This option will NOT prevent revdep\-rebuild from deleting inconsistent or out\-of\-date temporary files.
-.TP
+.TP
.B \-\-library NAME | \-L NAME
Search for reverse dependencies for a particular library or group of libraries, rather than every library on the system. This option will unconditionally emerge packages that use the named library. \fBNote:\fR This option is used to force packages using the named library to be rebuilt even if they are not broken. NAME can be a full path to a library or basic regular expression. (See regex(7).)
-.TP
+.TP
.B \-l | \-\-no\-ld\-path
Do not set LD_LIBRARY_PATH. \fBNote:\fR Using this option will cause revdep\-rebuild to report some false positives.
-.TP
+.TP
.B \-o | \-\-no\-order
Do not check the build order against the deep dependency list. This will make revdep\-rebuild faster, but it can cause emerge failures. Please try revdep\-rebuild without \-o before reporting any bugs.
-.TP
+.TP
.B \-p | \-\-pretend
Do a dry\-run. Do not delete temporary files. (\-k \-p is redundant, but harmless.) \-\-pretend is assumed when not running revdep\-rebuild as root.
-.TP
+.TP
.B \-P | \-\-no\-progress
Turn off the progress meter
-.TP
+.TP
.B \-q | \-\-quiet
Print less output and disable the progress meter. (This option is also passed to portage.)
-.TP
+.TP
.B \-v | \-\-verbose
More output. (Prints the revdep\-rebuild search environment.)
-.TP
+.TP
.B Options after \-\- are ignored by revdep\-rebuild and passed directly to emerge.
.SH "CONFIGURATION"
revdep\-rebuild no longer uses hardcoded paths. To change the default behavior the following variables can be changed by the user.
LD_LIBRARY_MASK \- Mask of specially evaluated libraries
-.LP
+.LP
SEARCH_DIRS \- List of directories to search for executables and libraries
-.LP
+.LP
SEARCH_DIRS_MASK \- List of directories to not search
You can prepend to these variables by setting the variable in your environment prior to execution, by placing an entry in /etc/make.conf, or by placing a file in /etc/revdep\-rebuild containing the appropriate variables.
@@ -62,9 +62,9 @@ You can prepend to these variables by setting the variable in your environment p
The variables are read and set in the following order:
environment settings \- one time changes by user
-.br
+.br
/etc/make.conf \- persistent changes by user
-.br
+.br
/etc/revdep\-rebuild/* \- persistent changes by ebuild authors
While a user can edit and modify the files in the /etc/revdep\-rebuild directory, please be aware that the /etc/revdep\-rebuild directory is not under configuration protection and files can be removed and/or overwritten by an ebuild. To change this add /etc/revdep\-rebuild to the CONFIG_PROTECT variable in /etc/make.conf.
@@ -75,19 +75,19 @@ Example: SEARCH_DIRS="/usr/bin \-*" will set SEARCH_DIRS to contain only /usr/bi
revdep\-rebuild honors the NOCOLOR and PORTAGE_NICENESS variables from /etc/make.conf
.SH "EXAMPLES"
It is recommended that when running revdep\-rebuild that the following command be used initially:
-.br
+.br
\fBrevdep\-rebuild \-\-ignore \-\-pretend\fR
To search the entire system, while excluding /mnt and /home:
-.br
+.br
\fBenv SEARCH_DIRS="/ \-*" SEARCH_DIRS_MASK="/mnt /home" revdep\-rebuild\fR
To rebuild packages that depend on libkdecore.so.4 from KDE 3.3:
-.br
+.br
\fBrevdep\-rebuild \-\-library /usr/kde/3.3/lib/libkdecore.so.4\fR
To rebuild packages that depend upon libImlib.so and libImlib2.so:
-.br
+.br
\fBrevdep\-rebuild \-\-library libImlib[2]*.so.*\fR
.SH "FILES"
@@ -96,41 +96,41 @@ revdep\-rebuild keeps several pseudo\-temporary files in /var/cache/revdep\-rebu
.TP 15
.I 0_env.rr
Contains environment variables
-.TP
+.TP
.I 1_files.rr
Contains a list of files to search
-.TP
+.TP
.I 2_ldpath.rr
Contains the LDPATH
-.TP
+.TP
.I 3_broken.rr
Contains the list of broken files
-.TP
+.TP
.I 3_errors.rr
Contains the ldd error output
-.TP
+.TP
.I 4_raw.rr
Contains the raw list of packages
-.TP
+.TP
.I 4_owners.rr
Contains the file owners
-.TP
+.TP
.I 4_pkgs.rr
Contains the unsorted bare package names
-.TP
+.TP
.I 4_ebuilds.rr
Contains the unsorted atoms
-.TP
+.TP
.I 5_order.rr
Contains the sorted atoms
-.TP
+.TP
.I 6_status.rr
Contains the ldd error output
.SH "EXIT STATUS"
revdep\-rebuild returns a zero exit status if it \fBand emerge\fR succeeds, and a nonzero exit status otherwise.
.SH "BUGS"
-.LP
+.LP
Report bugs to <http://bugs.gentoo.org>. Please do not report emerge failures caused by \-o or \-e. Please include your files from /var/cache/revdep\-rebuild/, your emerge \-\-info, and patches. ;)
.SH "SEE ALSO"