[docs] Fix typo in configration.

Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>
This commit is contained in:
Tobias Gesellchen 2017-09-10 23:12:29 +02:00
parent aae519d0f6
commit f8ed8d22c6
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ The following values are accepted:
| "host" | Use the host system's IPC namespace. | | "host" | Use the host system's IPC namespace. |
If not specified, daemon default is used, which can either be `"private"` If not specified, daemon default is used, which can either be `"private"`
or `"shareable"`, depending on the daemon version and configration. or `"shareable"`, depending on the daemon version and configuration.
IPC (POSIX/SysV IPC) namespace provides separation of named shared memory IPC (POSIX/SysV IPC) namespace provides separation of named shared memory
segments, semaphores and message queues. segments, semaphores and message queues.