diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-21 11:02:54 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-21 11:02:54 +0200 |
commit | aaed7930aecef0516bc641efb011ccf3ce100ea0 (patch) | |
tree | 2e19bdc565b460ac2f5f3e5c5886fe3a0d1f6ae4 /docs/part-2 | |
parent | 0b8cfb0b3bc8b3c618a66089e11c1cc14c03fa9e (diff) |
Fixed invalid space character
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-2')
-rw-r--r-- | docs/part-2/0_Abstract.md | 2 | ||||
-rw-r--r-- | docs/part-2/1_xds-server.md | 2 |
2 files changed, 2 insertions, 2 deletions
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 |