aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-21 11:02:54 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-21 11:02:54 +0200
commitaaed7930aecef0516bc641efb011ccf3ce100ea0 (patch)
tree2e19bdc565b460ac2f5f3e5c5886fe3a0d1f6ae4
parent0b8cfb0b3bc8b3c618a66089e11c1cc14c03fa9e (diff)
Fixed invalid space character
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--docs/0-Doc-Revisions.md2
-rw-r--r--docs/part-1/2_install-xds-server.md4
-rw-r--r--docs/part-2/0_Abstract.md2
-rw-r--r--docs/part-2/1_xds-server.md2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/0-Doc-Revisions.md b/docs/0-Doc-Revisions.md
index 6d9d0a7..44aac8b 100644
--- a/docs/0-Doc-Revisions.md
+++ b/docs/0-Doc-Revisions.md
@@ -1,6 +1,6 @@
Document revisions
==================
-| Date | Version | Designation  | Author |
+| Date | Version | Designation | Author |
|-------------|---------|--------------------------------------|-------------------------|
| Sept 2017 | 0.1 | Initial release | S. Douheret [ Iot.bzh ] |
diff --git a/docs/part-1/2_install-xds-server.md b/docs/part-1/2_install-xds-server.md
index a4344f9..8f3d36c 100644
--- a/docs/part-1/2_install-xds-server.md
+++ b/docs/part-1/2_install-xds-server.md
@@ -85,7 +85,7 @@ inside and outside docker):
|-------------------|-------------------------|---------|
| $HOME/xds-workspace | /home/devel/xds-workspace | XDS projects workspace location|
| $HOME/ssd/xdt_0 | /xdt | location to store SDKs |
-| $HOME/devel/docker/share |/home/devel/share | another shared directory |
+| $HOME/devel/docker/share |/home/devel/share | another shared directory |
<!-- note -->
Please refer to **part 2 - xds-server** documentation for additional info.
@@ -186,7 +186,7 @@ All fields are optional and example below corresponds to the default values:
# Status XDS server:
seb@laptop ~$ sudo systemctl status xds-server.service
-# Stop XDS server
+# Stop XDS server
seb@laptop ~$ sudo systemctl stop xds-server.service
# Start XDS server
diff --git a/docs/part-2/0_Abstract.md b/docs/part-2/0_Abstract.md
index c2f90c3..4efe275 100644
--- a/docs/part-2/0_Abstract.md
+++ b/docs/part-2/0_Abstract.md
@@ -1,6 +1,6 @@
# XDS internals
-## Abstract
+## Abstract
This 2nd part is the "technical" documentation of all XDS pieces that allows
to fine tune XDS configuration or rebuild all XDS tools for scratch.
diff --git a/docs/part-2/1_xds-server.md b/docs/part-2/1_xds-server.md
index 00b1b27..b464239 100644
--- a/docs/part-2/1_xds-server.md
+++ b/docs/part-2/1_xds-server.md
@@ -112,7 +112,7 @@ seb@laptop ~$ ssh -p 2222 devel@localhost
# Status XDS server:
devel@docker ~$ sudo systemctl status xds-server.service
-# Stop XDS server
+# Stop XDS server
devel@docker ~$ sudo systemctl stop xds-server.service
# Start XDS server