bitbake: docs: sphinx: replace special quotes with double quotes

(Bitbake rev: c87cc35a5665afbf67f6dbb3458976c215fd5ee3)

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nicolas Dechesne
2020-10-05 13:59:29 +02:00
committed by Richard Purdie
parent b2c2b87953
commit 25fd9fddc3
5 changed files with 9 additions and 9 deletions

View File

@@ -553,7 +553,7 @@ overview of their function and contents.
device. To select the scheduler, use the following command form where
device is the device (e.g. sda, sdb, and so forth): ::
$ sudo sh -c echo cfq > /sys/block/device/queu/scheduler
$ sudo sh -c "echo cfq > /sys/block/device/queu/scheduler"
:term:`BB_TASK_NICE_LEVEL`
Allows specific tasks to change their priority (i.e. nice level).