Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistype in readme file #2384

Closed
EgorWeders opened this issue Dec 9, 2024 · 0 comments · Fixed by #2385
Closed

Mistype in readme file #2384

EgorWeders opened this issue Dec 9, 2024 · 0 comments · Fixed by #2385
Labels
documentation Improvements or additions to documentation

Comments

@EgorWeders
Copy link
Contributor

https://github.com/eclipse-iceoryx/iceoryx/blob/main/iceoryx_hoofs/README.md

Inter-process communication (ipc)

class internal description
UnixDomainSocket Interface for unix domain sockets.
MessageQueue Interface for Message Queues, see ManPage mq_overview.
NamedPipe Shared memory based IPC channel. Mainly a UnixDomainSocket replacement on Windows.
PosixSharedMemoryObject Creates and maps existing shared memory into the application.
PosixMemoryMap i Abstraction of mmap, munmap and helper class for the PosixSharedMemoryObject.
PosixSharedMemory i Abstraction of shared memory, see ManPage shm_overview and helper class for the PosixSharedMemoryObject.

But looks like it must be

Inter-process communication (ipc)

class internal description
UnixDomainSocket Interface for unix domain sockets.
MessageQueue i Interface for Message Queues, see ManPage mq_overview.
NamedPipe i Shared memory based IPC channel. Mainly a UnixDomainSocket replacement on Windows.
PosixSharedMemoryObject Creates and maps existing shared memory into the application.
PosixMemoryMap i Abstraction of mmap, munmap and helper class for the PosixSharedMemoryObject.
PosixSharedMemory i Abstraction of shared memory, see ManPage shm_overview and helper class for the PosixSharedMemoryObject.
EgorWeders added a commit to EgorWeders/iceoryx that referenced this issue Dec 9, 2024
@elBoberido elBoberido mentioned this issue Dec 9, 2024
21 tasks
@elBoberido elBoberido added the documentation Improvements or additions to documentation label Dec 9, 2024
EgorWeders added a commit to EgorWeders/iceoryx that referenced this issue Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants