aboutsummaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-02-04 08:42:09 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-02-04 09:40:42 +0100
commita9e25912e55e28af669902d95130b30d2dc48d40 (patch)
treec2e476bc413de28edd63573447888e401b8e0834 /man5
parent4777eb84a6d03a8ca238388ccaf32d5e4a4bf568 (diff)
downloadman-pages-a9e25912e55e28af669902d95130b30d2dc48d40.tar.gz
tmpfs.5: Reformat 'huge' and 'mpol' mount option values as lists
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
-rw-r--r--man5/tmpfs.549
1 files changed, 47 insertions, 2 deletions
diff --git a/man5/tmpfs.5 b/man5/tmpfs.5
index 5655b8b8f4..8b0e3d2c7a 100644
--- a/man5/tmpfs.5
+++ b/man5/tmpfs.5
@@ -132,17 +132,62 @@ Set the initial group ID of the root directory.
.\" commit 099445b489625b80b1d6687c9b6072dbeaca4096
Set the initial user ID of the root directory.
.TP
-.BR huge "=\fI[never|always|within_size|advise|deny|force]\fR (since Linux 4.7.0)"
+.BR huge "=\fIhuge_option\fR (since Linux 4.7.0)"
.\" commit 5a6e75f8110c97e2a5488894d4e922187e6cb343
Set the huge table memory allocation policy for all files in this instance (if
.B CONFIG_TRANSPARENT_HUGE_PAGECACHE
is enabled).
+.IP
+The
+.I huge_option
+value is one of the following:
+.RS
+.TP
+.B never
+
+.TP
+.B always
+
+.TP
+.B within_size
+
+.TP
+.B advise
+
+.TP
+.B deny
+
+.TP
+.B force
+
+.RE
.TP
-.BR mpol "=\fI[default|prefer:Node|bind:NodeList|interleave|interleave:NodeList]\fR (since Linux 2.6.15)"
+.BR mpol "=\fImpol_option\fR (since Linux 2.6.15)"
.\" commit 7339ff8302fd70aabf5f1ae26e0c4905fa74a495
Set the NUMA memory allocation policy for all files in this instance (if
.B CONFIG_NUMA
is enabled).
+.IP
+The
+.I mpol_option
+value is one of the following:
+.RS
+.TP
+.B default
+
+.TP
+.BR prefer ":\fINode\fP"
+
+.TP
+.BR bind ":\fINodeList\fP"
+
+.TP
+.B interleave
+
+.TP
+.BR interleave ":\fINodeList\fP"
+
+.RE
.SH VERSIONS
The
.B tmpfs