Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2017 02:33:27 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315772 - head/share/man/man5
Message-ID:  <201703230233.v2N2XRv1051470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Mar 23 02:33:27 2017
New Revision: 315772
URL: https://svnweb.freebsd.org/changeset/base/315772

Log:
  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

Modified:
  head/share/man/man5/tmpfs.5

Modified: head/share/man/man5/tmpfs.5
==============================================================================
--- head/share/man/man5/tmpfs.5	Thu Mar 23 02:30:57 2017	(r315771)
+++ head/share/man/man5/tmpfs.5	Thu Mar 23 02:33:27 2017	(r315772)
@@ -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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703230233.v2N2XRv1051470>