Merge pull request #1592 from stojg/patch-1

Correcting grammar
This commit is contained in:
Jeff Mitchell 2016-07-06 13:16:42 +02:00 committed by GitHub
commit 11ff12bf76
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Disabling `mlock` is not recommended unless the systems running Vault only
use encrypted swap or do not use swap at all. Vault only supports memory
locking on UNIX-like systems (Linux, FreeBSD, Darwin, etc). Non-UNIX like
systems (e.g. Windows, NaCL, Android) lack the primitives to keep a process's
entire memory address space from spilling disk and is therefore automatically
entire memory address space from spilling to disk and is therefore automatically
disabled on unsupported platforms.
On Linux, to give the Vault executable the ability to use the `mlock` syscall