Skip to content

Commit

Permalink
iox-#924 Fix typos, use ASCII text instead of unicode check marks in …
Browse files Browse the repository at this point in the history
…readme

Signed-off-by: Christian Eltzschig <[email protected]>
  • Loading branch information
elfenpiff committed Sep 22, 2021
1 parent ba2c37d commit 2b0aeaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ You can find the full API documentation on 🌐 [https://iceoryx.io](https://ice

|Operating System| supports access rights for shared memory | command line parsing |
|----------------|:----------------------------------------:|:-----------------------:|
| Linux | | |
| QNX | | |
| MacOS | , not planned for implementation | |
| Windows 10 | , not planned for implementation | ✔, not yet implemented |
| Linux | yes | yes |
| QNX | yes | yes |
| MacOS | no, not planned for implementation | yes |
| Windows 10 | no, not planned for implementation | will be implemented |

### Where is Eclipse iceoryx used?

Expand Down
6 changes: 3 additions & 3 deletions iceoryx_examples/icedocker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ by sending a message to the unix domain socket located at
platform settings file `platform_settings.hpp`. In linux the socket file handle
can be found at `/tmp/roudi`. While registering it announces its unix
domain socket to roudi for the responses of application requests which were
send to roudi.
sent to roudi.
This socket is stored as well in `/tmp/IOX_RUNTIME_NAME`. The `iox-cpp-publisher`
runtime has the same name as the binary which leads to the socket
`/tmp/iox-cpp-publisher`.
Expand Down Expand Up @@ -74,8 +74,8 @@ into every docker container.

We start in 3 separate terminals 3 docker instances. In this example we
use `archlinux:latest` but one is free to choose any other linux distribution.
The iceoryx repository which contains an already build iceoryx can be found at
`/home/user/iceoryx` which is bound to `/iceoryx`. The usage and building is
The iceoryx repository which contains an already built iceoryx can be found at
`/home/user/iceoryx` which is bound to `/iceoryx`. The usage is
explained in detail in the
[icedelivery C++ example](https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_examples/icedelivery).

Expand Down

0 comments on commit 2b0aeaf

Please sign in to comment.