From 3fd3a05402b04d9f10a1085fabf6944bd89f48ae Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Mon, 13 Jun 2016 16:25:02 -0700 Subject: [PATCH] doc: fix warnings in apps_kernel_conf.rst - :option:`XYZ` can only be used if there is an .. option: XYZ definititon somewhere; replaced with a more generic monospace ``XYZ``. - Fixed broken link to 'Creating and Configuring an MDEF File for a Microkernel Application'. Change-Id: I2b1e862415035500c00dcce0a33d14bac4126044 Signed-off-by: Inaky Perez-Gonzalez --- doc/application/apps_kernel_conf.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/application/apps_kernel_conf.rst b/doc/application/apps_kernel_conf.rst index d6b82cfd64c..71abaac075b 100644 --- a/doc/application/apps_kernel_conf.rst +++ b/doc/application/apps_kernel_conf.rst @@ -72,13 +72,13 @@ Steps The default name is :file:`prj.conf`. The filename must match - the :option:`CONF_FILE` entry in the application :file:`Makefile`. + the ``CONF_FILE`` entry in the application :file:`Makefile`. 2. Edit the file and add the appropriate configuration entries. a) Add each configuration entry on a new line. - b) Begin each entry with :option:`CONFIG_`. + b) Begin each entry with ``CONFIG_``. c) Ensure that each entry contains no spaces (including on either side of the = sign). @@ -262,8 +262,7 @@ Steps 11. Press :kbd:`Enter` to retire the menu display and return to the console command line. -**Next Steps**: -For microkernel applications, go to :ref:`Creating and -Configuring an MDEF File for a Microkernel Application`. +**Next Steps**: For microkernel applications, go to :ref:`Creating and +Configuring an MDEF File for a Microkernel Application `. For nanokernel applications, go to :ref:`apps_code_dev`.