diff options
-rw-r--r-- | function-reference/query-functions/text.xml | 2 | ||||
-rw-r--r-- | general-concepts/dependencies/text.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/function-reference/query-functions/text.xml b/function-reference/query-functions/text.xml index 529bb77..49de81b 100644 --- a/function-reference/query-functions/text.xml +++ b/function-reference/query-functions/text.xml @@ -23,7 +23,7 @@ query variables and similar state. <c>use flagname</c> </ti> <ti> - Returns a true value if and only if <c>flagname</c> is enabled. + Returns a true value if <c>flagname</c> is enabled, false otherwise. The condition is inverted if prefixed with an exclamation mark, <c>!flagname</c>. It is guaranteed that <c>use</c> produces no output. diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml index 3201d91..6c3207d 100644 --- a/general-concepts/dependencies/text.xml +++ b/general-concepts/dependencies/text.xml @@ -462,7 +462,7 @@ sub-slot changes of <c>wombat:0</c> should be ignored. <body> <p> -To depend upon a certain package if and only if a given <c>USE</c> flag is set: +To depend upon a certain package only if a given <c>USE</c> flag is set: </p> <codesample lang="ebuild"> |