diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d1a31a4bc9..a7d257b176 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1359,28 +1359,25 @@ BPN - BPN[doc] = "The bare name of the recipe. This variable is a version of the PN variable but removes common suffixes and prefixes." + BPN[doc] = "This variable is a version of the PN variable but removes common suffixes and prefixes." - The bare name of the recipe. This variable is a version of the PN - variable but removes common suffixes such as - -native and - -cross as well - as removes common prefixes such as multilib's + variable with common prefixes and suffixes + removed, such as nativesdk-, + -cross, + -native, and multilib's lib64- and lib32-. - The exact list of suffixes removed is specified by the - SPECIAL_PKGSUFFIX - variable. - The exact list of prefixes removed is specified by the + The exact lists of prefixes and suffixes removed are + specified by the MLPREFIX - variable. - Prefixes are removed for multilib - and nativesdk- cases. + and + SPECIAL_PKGSUFFIX + variables, respectively.