diff options
-rw-r--r-- | man/emerge.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 9fe706cfb..040305941 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -184,8 +184,9 @@ system. Its arguments can be \fIebuilds\fR, \fIsets\fR, or .BR "\-\-update " (\fB\-u\fR) Updates packages to the best version available, which may not always be the highest version number due to masking for testing and development. This will -also update direct dependencies which may not be what you want. In general, -use this option only in combination with the world or system target. +also update direct dependencies which may not be what you want. Package atoms +specified on the command line are greedy, meaning that unspecific atoms may +match multiple installed versions of slotted packages. .TP .BR "\-\-version " (\fB\-V\fR) Displays the version number of \fBemerge\fR. |