summaryrefslogtreecommitdiff
path: root/poky/documentation/kernel-dev/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/kernel-dev/faq.rst')
-rw-r--r--poky/documentation/kernel-dev/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/documentation/kernel-dev/faq.rst b/poky/documentation/kernel-dev/faq.rst
index cffd1c433..f0a7af37b 100644
--- a/poky/documentation/kernel-dev/faq.rst
+++ b/poky/documentation/kernel-dev/faq.rst
@@ -68,7 +68,7 @@ How do I change the Linux kernel command line?
----------------------------------------------
The Linux kernel command line is
-typically specified in the machine config using the ``APPEND`` variable.
+typically specified in the machine config using the :term:`APPEND` variable.
For example, you can add some helpful debug information doing the
following::