diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 996d8ae222..5caf09141b 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -577,9 +577,9 @@ If your host development system supports multi-core and multi-thread capabilities, you can uncomment these statements and set the variables to significantly shorten the full build time. - As a guideline, set BB_NUMBER_THREADS to twice the number - of cores your machine supports and set PARALLEL_MAKE to one and - a half times the number of cores your machine supports. + As a guideline, set both the BB_NUMBER_THREADS and the + PARALLEL_MAKE variables to twice the number + of cores your machine supports. The following two commands source the build environment setup script and build the default qemux86 image.