aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/5_debug-first-app.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-20 15:55:49 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-20 16:07:57 +0200
commit7979910e345d199460ff189fdd2dc91c32d6ed35 (patch)
tree7cb33df7a188fad1fec50c913e983ec7a5ab1d43 /docs/part-1/5_debug-first-app.md
parent3a238f27b660d2fec8e274907aad4a8e3bc24e57 (diff)
Fixed markdown lint warnings.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1/5_debug-first-app.md')
-rw-r--r--docs/part-1/5_debug-first-app.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/part-1/5_debug-first-app.md b/docs/part-1/5_debug-first-app.md
index 38f2b67..6a4e95f 100644
--- a/docs/part-1/5_debug-first-app.md
+++ b/docs/part-1/5_debug-first-app.md
@@ -36,9 +36,9 @@ wrappers on `exec` command that allows to cross build your application through `
`XDS_CONFIG`
Config file defining `XDS_xxx` configuration variables. Variables of this file
- will overwrite inherited environment variables. Variables definition may be
- prefixed or not by "export" keyword.
- Here is an example of
+ will overwrite inherited environment variables. Variables definition may be
+ prefixed or not by "export" keyword.
+ Here is an example of configuration file
```bash
# for example:
@@ -80,7 +80,7 @@ Remote XDS server url
### Configuration variables set within gdb init command file
-Above `XDS_xxx` variables may also be defined within gdb init command file
+Above `XDS_xxx` variables may also be defined within gdb init command file
(see --command or -x option of genuine Gdb).
You must respect the following syntax: commented line including `:XDS-ENV:` tag