Index: man/emerge.1 |
diff --git a/man/emerge.1 b/man/emerge.1 |
index 297ac15975012d9280d9ffc04bad7a87d39a2d4f..9e88fcf07986dae72bfb258f8143ed50833afbc7 100644 |
--- a/man/emerge.1 |
+++ b/man/emerge.1 |
@@ -464,6 +464,10 @@ may have changed. |
Disables the spinner for the session. The spinner is active when the |
terminal device is determined to be a TTY. This flag disables it regardless. |
.TP |
+.BR "\-\-nousepkg\-atoms " ATOMS |
+A space separated list of package names or slot atoms. Emerge will ignore |
+matching binary packages. |
+.TP |
.BR "\-\-oneshot " (\fB\-1\fR) |
Emerge as normal, but do not add the packages to the world file |
for later updating. |
@@ -534,6 +538,11 @@ changed since installation. Unlike \fB\-\-newuse\fR, this option does |
not trigger reinstallation when flags that the user has not |
enabled are added or removed. |
.TP |
+.BR "\-\-reinstall\-atoms " ATOMS |
+A space separated list of package names or slot atoms. Emerge will treat |
+matching packages as if they are not installed, and reinstall them if |
+necessary. |
+.TP |
.BR \-\-root=DIR |
Set the \fBROOT\fR environment variable. |
.TP |
@@ -591,6 +600,10 @@ atoms may match multiple versions of slotted packages. |
Use unbuilt ebuild metadata for visibility |
checks on built packages. |
.TP |
+.BR "\-\-useoldpkg\-atoms " ATOMS |
+A space separated list of package names or slot atoms. Emerge will prefer |
+matching binary packages over newer unbuilt packages. |
+.TP |
.BR "\-\-usepkg [ y | n ] (\-k short option)" |
Tells emerge to use binary packages (from $PKGDIR) if they are available, thus |
possibly avoiding some time\-consuming compiles. This option is useful for CD |