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-1/2_install-xds-server.md | |
parent | 0b8cfb0b3bc8b3c618a66089e11c1cc14c03fa9e (diff) |
Fixed invalid space character
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1/2_install-xds-server.md')
-rw-r--r-- | docs/part-1/2_install-xds-server.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |