From f8ed8d22c68c874b29f612783902d6abe1467e72 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 10 Sep 2017 23:12:29 +0200 Subject: [PATCH] [docs] Fix typo in configration. Signed-off-by: Tobias Gesellchen --- docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index ad53741726..b5ad3e39a6 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -279,7 +279,7 @@ The following values are accepted: | "host" | Use the host system's IPC namespace. | 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 segments, semaphores and message queues.