Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2018 23:40:44 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334504 - head/lib/libc/sys
Message-ID:  <201806012340.w51Nein2031333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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