Author: ngie
Date: Thu Mar 30 05:57:44 2017
New Revision: 316237
URL: https://svnweb.freebsd.org/changeset/base/316237

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

Modified:
  stable/10/share/man/man5/tmpfs.5
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man5/tmpfs.5
==============================================================================
--- stable/10/share/man/man5/tmpfs.5    Thu Mar 30 05:57:01 2017        
(r316236)
+++ stable/10/share/man/man5/tmpfs.5    Thu Mar 30 05:57:44 2017        
(r316237)
@@ -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 ,
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to