Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2384 mistype fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorWeders committed Dec 11, 2024
1 parent 085ac0a commit 13be2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iceoryx_hoofs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ The module structure is a logical grouping. It is replicated for `concurrent` an
| class | internal | description |
|:----------------------------------:|:--------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|`UnixDomainSocket` | | Interface for unix domain sockets. |
|`MessageQueue` | Interface for Message Queues, see [ManPage mq_overview](https://www.man7.org/linux/man-pages/man7/mq_overview.7.html). |
|`NamedPipe` | Shared memory based IPC channel. Mainly a `UnixDomainSocket` replacement on Windows. |
|`MessageQueue` | | Interface for Message Queues, see [ManPage mq_overview](https://www.man7.org/linux/man-pages/man7/mq_overview.7.html). |
|`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](https://www.man7.org/linux/man-pages/man7/shm_overview.7.html) and helper class for the `PosixSharedMemoryObject`. |
Expand Down

0 comments on commit 13be2b0

Please sign in to comment.