summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 3de2a9ffd9..74a3eb8095 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -553,7 +553,7 @@ overview of their function and contents.
553 device. To select the scheduler, use the following command form where 553 device. To select the scheduler, use the following command form where
554 device is the device (e.g. sda, sdb, and so forth): :: 554 device is the device (e.g. sda, sdb, and so forth): ::
555 555
556 $ sudo sh -c echo cfq > /sys/block/device/queu/scheduler 556 $ sudo sh -c "echo cfq > /sys/block/device/queu/scheduler"
557 557
558 :term:`BB_TASK_NICE_LEVEL` 558 :term:`BB_TASK_NICE_LEVEL`
559 Allows specific tasks to change their priority (i.e. nice level). 559 Allows specific tasks to change their priority (i.e. nice level).