diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-25 16:07:23 +0200 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2019-05-22 15:34:18 -0400 |
commit | 168d155d517e4ad08dacba6fd9d0769278bc4922 (patch) | |
tree | c1a9f907e77e133bf031bbf1cbf3acdf529511c1 /general-concepts/use-flags | |
parent | general-concepts/use-flags: Explain resolving automagic deps (diff) | |
download | devmanual-168d155d517e4ad08dacba6fd9d0769278bc4922.tar.gz devmanual-168d155d517e4ad08dacba6fd9d0769278bc4922.tar.bz2 devmanual-168d155d517e4ad08dacba6fd9d0769278bc4922.zip |
general-concepts/use-flags: Grammar in VDB paragraph
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'general-concepts/use-flags')
-rw-r--r-- | general-concepts/use-flags/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml index 186c51d..04ebee2 100644 --- a/general-concepts/use-flags/text.xml +++ b/general-concepts/use-flags/text.xml @@ -38,8 +38,8 @@ to always succeed). </p> <note> -The status of USE flags is saved in the VDB, and their value in -<c>pkg_prerm</c> and <c>pkg_postrm</c> is taken from there. This means that +The states of USE flags are saved in the VDB, and their values in +<c>pkg_prerm</c> and <c>pkg_postrm</c> are taken from there. This means that setting or unsetting a USE flag between merge and unmerge has no effect. </note> </body> |