aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-05 13:59:29 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-05 13:59:29 +0200
commitc87cc35a5665afbf67f6dbb3458976c215fd5ee3 (patch)
treebe96ea2a32424c90577795291840b9842cfea737 /doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
parentebdeef2c185465ac9f7d7f01ae9e8531355b9e70 (diff)
downloadbitbake-contrib-c87cc35a5665afbf67f6dbb3458976c215fd5ee3.tar.gz
docs: sphinx: replace special quotes with double quotes
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 3de2a9ffd..74a3eb809 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -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).