diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-01-31 14:56:33 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-01-31 16:20:37 -0500 |
commit | 93892428a8e798ddc8a3e661225bd7da840740c1 (patch) | |
tree | 01a0740ce2a4117d79a45fab1484d8eaf9763444 /man | |
parent | Updates for portage-2.3.86 release (diff) | |
download | portage-93892428a8e798ddc8a3e661225bd7da840740c1.tar.gz portage-93892428a8e798ddc8a3e661225bd7da840740c1.tar.bz2 portage-93892428a8e798ddc8a3e661225bd7da840740c1.zip |
Include the category when we suggest running "emerge ... portage"
This will prevent problems if another package named "portage" is added
in another category.
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Reviewed-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/emerge.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 4ce0dbebc..2261a771b 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -319,7 +319,7 @@ finished calculating the graph. \fB--alert\fR may be 'y' or 'n'. 'true' and 'false' mean the same thing. Using \fB--alert\fR without an option is the same as using it with 'y'. -Try it with 'emerge -aA portage'. +Try it with 'emerge -aA sys-apps/portage'. If your terminal emulator is set up to make '\\a' into a window manager urgency hint, move your cursor to a different window to get the effect. @@ -1294,7 +1294,7 @@ permanent, you can put them in /etc/portage/package.use instead. If \fBemerge \-\-update @system\fR or \fBemerge \-\-update @world\fR fails with an error message, it may be that an ebuild uses some newer feature not present in this version of \fBemerge\fR. You -can use \fBemerge \-\-update portage\fR to upgrade to the lastest +can use \fBemerge \-\-update sys-apps/portage\fR to upgrade to the lastest version, which should support any necessary new features. .SH "MASKED PACKAGES" \fINOTE: Please use caution when using development packages. Problems |