Skip to content

Commit 13be2b0

Browse files
committed
iox-#2384 mistype fix
1 parent 085ac0a commit 13be2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iceoryx_hoofs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ The module structure is a logical grouping. It is replicated for `concurrent` an
122122
| class | internal | description |
123123
|:----------------------------------:|:--------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
124124
|`UnixDomainSocket` | | Interface for unix domain sockets. |
125-
|`MessageQueue` | Interface for Message Queues, see [ManPage mq_overview](https://www.man7.org/linux/man-pages/man7/mq_overview.7.html). |
126-
|`NamedPipe` | Shared memory based IPC channel. Mainly a `UnixDomainSocket` replacement on Windows. |
125+
|`MessageQueue` | | Interface for Message Queues, see [ManPage mq_overview](https://www.man7.org/linux/man-pages/man7/mq_overview.7.html). |
126+
|`NamedPipe` |i | Shared memory based IPC channel. Mainly a `UnixDomainSocket` replacement on Windows. |
127127
|`PosixSharedMemoryObject` | | Creates and maps existing shared memory into the application. |
128128
|`PosixMemoryMap` | i | Abstraction of `mmap`, `munmap` and helper class for the `PosixSharedMemoryObject`. |
129129
|`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`. |

0 commit comments

Comments
 (0)