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 <inaky.perez-gonzalez@intel.com>
This commit is contained in:
Inaky Perez-Gonzalez 2016-06-13 16:25:02 -07:00 committed by Anas Nashif
commit 3fd3a05402

View file

@ -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 <create_mdef>`.
For nanokernel applications, go to :ref:`apps_code_dev`.