diff options
author | 2016-12-28 20:39:23 +0100 | |
---|---|---|
committer | 2016-12-29 20:00:04 +0100 | |
commit | ef00b42a6af4ca7d9c4eeff41ef652ee2e5edc56 (patch) | |
tree | 4e68c98452f967eca321c13759639107d0d48526 /profiles | |
parent | ebuild-writing/metadata: indentation rules, #591548 (diff) | |
download | devmanual-ef00b42a6af4ca7d9c4eeff41ef652ee2e5edc56.tar.gz devmanual-ef00b42a6af4ca7d9c4eeff41ef652ee2e5edc56.tar.bz2 devmanual-ef00b42a6af4ca7d9c4eeff41ef652ee2e5edc56.zip |
Change "atom" to "package dependency specification" throughout.
Bug: 603970
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/updates/text.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/updates/text.xml b/profiles/updates/text.xml index ae859e4..7136aea 100644 --- a/profiles/updates/text.xml +++ b/profiles/updates/text.xml @@ -36,10 +36,11 @@ the actual changes to the package have to be done manually. </tr> <tr> <ti> - <c>slotmove atom oldslot newslot</c> + <c>slotmove spec oldslot newslot</c> </ti> <ti> - Indicates that the atom specified has changed slots. + Indicates that the package matching dependency specification <c>spec</c> + has changed slots. </ti> </tr> </table> |