On Sun, Jul 23, 2023 at 01:55:00PM -0700, Hugh Dickins wrote: > The noswap mount option is surely not one of the three options for sizing: > move its description down. > > The huge= mount option does not accept numeric values: those are just in > an internal enum. Delete those numbers, and follow the manpage text more > closely (but there's not yet any fadvise() or fcntl() which applies here). > > /sys/kernel/mm/transparent_hugepage/shmem_enabled is hard to describe, and > barely relevant to mounting a tmpfs: just refer to transhuge.rst (while > still using the words deny and force, to help as informal reminders). > > Fixes: d0f5a85442d1 ("shmem: update documentation") > Fixes: 2c6efe9cf2d7 ("shmem: add support to ignore swap") > Signed-off-by: Hugh Dickins <hughd@xxxxxxxxxx> Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Thanks for fixing this and addressing the preference you wanted for master documentation, I'll follow up again with the style fixes for the man pages. Luis