From 5dd71be557a111f23ac77bc7ba59efdc225c2886 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Thu, 23 Mar 2017 02:33:27 +0000 Subject: [PATCH] tmpfs(5): fix mdoc warnings - Delete trailing whitespace - Sort SEE ALSO order: mmap(2)'s Xr should come before nmount(2)'s Xr. MFC after: 1 week Reported by: make manlint Sponsored by: Dell EMC Isilon --- share/man/man5/tmpfs.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5 index 5e26c7511fd0..48a6fbb50dc5 100644 --- a/share/man/man5/tmpfs.5 +++ b/share/man/man5/tmpfs.5 @@ -97,9 +97,9 @@ current implementation. Keep this in mind when planning the mount limits, especially when expecting to place many small files on a tmpfs mount. .Pp -When +When .Xr mmap 2 -is used on a file from a tmpfs mount, the swap VM object managing the +is used on a file from a tmpfs mount, the swap VM object managing the file pages is used to implement mapping and avoid double-copying of the file data. This quirk causes process inspection tools, like @@ -147,8 +147,8 @@ memory file system: .Dl "mount -t tmpfs tmpfs /tmp" .Sh SEE ALSO .Xr procstat 1 , -.Xr nmount 2 , .Xr mmap 2 , +.Xr nmount 2 , .Xr unmount 2 , .Xr fstab 5 , .Xr mdmfs 8 ,