commit: 168d155d517e4ad08dacba6fd9d0769278bc4922 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 25 14:07:23 2019 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Wed May 22 19:34:18 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=168d155d
general-concepts/use-flags: Grammar in VDB paragraph Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> general-concepts/use-flags/text.xml | 4 ++-- 1 file 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>