svn commit: r334504 - head/lib/libc/sys

Mark Johnston markj at FreeBSD.org
Fri Jun 1 23:40:45 UTC 2018


Author: markj
Date: Fri Jun  1 23:40:43 2018
New Revision: 334504
URL: https://svnweb.freebsd.org/changeset/base/334504

Log:
  Remove an inaccuracy from mincore.2.
  
  Super pages are supported on non-x86 architectures, so just remove the
  incorrect note.  While here, change terminology to be consistent with
  mmap.2.
  
  MFC after:	1 week

Modified:
  head/lib/libc/sys/mincore.2

Modified: head/lib/libc/sys/mincore.2
==============================================================================
--- head/lib/libc/sys/mincore.2	Fri Jun  1 22:57:19 2018	(r334503)
+++ head/lib/libc/sys/mincore.2	Fri Jun  1 23:40:43 2018	(r334504)
@@ -28,7 +28,7 @@
 .\"	@(#)mincore.2	8.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd January 17, 2003
+.Dd June 1, 2018
 .Dt MINCORE 2
 .Os
 .Sh NAME
@@ -73,7 +73,9 @@ Page has been referenced.
 .It Dv MINCORE_MODIFIED_OTHER
 Page has been modified.
 .It Dv MINCORE_SUPER
-Page is part of a "super" page. (only i386 & amd64)
+Page is part of a large
+.Pq Dq super
+page.
 .El
 .Pp
 The information returned by


More information about the svn-src-head mailing list