summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-30 05:57:44 +0000
committerngie <ngie@FreeBSD.org>2017-03-30 05:57:44 +0000
commita0a4c3850a9a5f9d0815fbee9c776a5ae99cfa59 (patch)
tree072bb93165dc9a2570e40d9e64ea83abb4042bf7
parentd631223f55af908ca5547899b9c359a77884b4bc (diff)
downloadFreeBSD-src-a0a4c3850a9a5f9d0815fbee9c776a5ae99cfa59.zip
FreeBSD-src-a0a4c3850a9a5f9d0815fbee9c776a5ae99cfa59.tar.gz
MFC r315772:
tmpfs(5): fix mdoc warnings - Delete trailing whitespace - Sort SEE ALSO order: mmap(2)'s Xr should come before nmount(2)'s Xr.
-rw-r--r--share/man/man5/tmpfs.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/tmpfs.5 b/share/man/man5/tmpfs.5
index 6f785de..5842877 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 ,
OpenPOWER on IntegriCloud