This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 57bf9d44d2d93619616a4c87ce96b85986f96c65
Author: Tiago Medicci Serrano <tiago.medi...@espressif.com>
AuthorDate: Thu Oct 5 18:00:09 2023 -0300

    Documentation: Fix search path for defconfig include list
    
    Add `*` to make it being understood as a list.
---
 Documentation/quickstart/configuring.rst | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/Documentation/quickstart/configuring.rst 
b/Documentation/quickstart/configuring.rst
index 4ff36999c8..9d197d9e48 100644
--- a/Documentation/quickstart/configuring.rst
+++ b/Documentation/quickstart/configuring.rst
@@ -128,11 +128,7 @@ This is also useful to script configuration changes that 
you perform often:
 Reference configuration
 --------------------------
 
-Defconfig supports the use of #include statements to reference other 
configuration files.
-The default header file search path includes:
-   ${current directory}
-   ${boards}/configs/comnon
-   ${boards}/common/configs
+Defconfig supports the use of ``#include`` statements to reference other 
configuration files:
 
 .. code-block::
 
@@ -141,6 +137,12 @@ The default header file search path includes:
    #include "configs/system.config"
    #include "configs/net.config"
 
+The default header file search path includes:
+
+* Current directory;
+* ``${boards}/configs/common``;
+* ``${boards}/common/configs``;
+
 Merge configuration
 --------------------------
 

Reply via email to