From cb81d38f2e89364eebadbd9f256957fe5ce2d393 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 8 Feb 2021 10:51:55 -0600 Subject: [PATCH] docs: capitalize posix Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com> --- website/content/docs/drivers/exec.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/drivers/exec.mdx b/website/content/docs/drivers/exec.mdx index 98ee9f894..e4930616b 100644 --- a/website/content/docs/drivers/exec.mdx +++ b/website/content/docs/drivers/exec.mdx @@ -119,7 +119,7 @@ This also applies for running Nomad in -dev mode. or `"host"` to disable isolation. !> **Warning:** If set to `"host"`, other processes running as the same user will be - able to make use of IPC features, like sending unexpected posix signals. + able to make use of IPC features, like sending unexpected POSIX signals. - `no_pivot_root` `(bool: optional)` - Defaults to `false`. When `true`, the driver uses `chroot` for file system isolation without `pivot_root`. This is useful for systems