diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-02-04 09:08:07 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-02-04 09:40:48 +0100 |
| commit | e121158211d686371e80e02c2c5981d162b51e7b (patch) | |
| tree | c0d439b391f44656c4ddb97f2c88bd8eb78b2a88 /man5/tmpfs.5 | |
| parent | ac02e57cc89e4899752369b9db23f092a8f9a8bd (diff) | |
| download | man-pages-e121158211d686371e80e02c2c5981d162b51e7b.tar.gz | |
tmpfs.5: Document mpol=local mount option
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5/tmpfs.5')
| -rw-r--r-- | man5/tmpfs.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man5/tmpfs.5 b/man5/tmpfs.5 index 6f3d6854ea..c38126e3e1 100644 --- a/man5/tmpfs.5 +++ b/man5/tmpfs.5 @@ -192,6 +192,9 @@ Allocate from each node in turn. Allocate from each node of .I in turn. +.TP +.B local +Preferably allocate memory from the local node. .RE .IP In the above, |
