From aaed7930aecef0516bc641efb011ccf3ce100ea0 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 21 Sep 2017 11:02:54 +0200 Subject: Fixed invalid space character Signed-off-by: Sebastien Douheret --- docs/0-Doc-Revisions.md | 2 +- docs/part-1/2_install-xds-server.md | 4 ++-- docs/part-2/0_Abstract.md | 2 +- docs/part-2/1_xds-server.md | 2 +- 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 | 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 -- cgit 1.2.3-korg