Author: markj
Date: Mon Jun 11 15:44:02 2018
New Revision: 334955
URL: https://svnweb.freebsd.org/changeset/base/334955

Log:
  MFC r334504:
  Remove an inaccuracy from mincore.2.

Modified:
  stable/11/lib/libc/sys/mincore.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/mincore.2
==============================================================================
--- stable/11/lib/libc/sys/mincore.2    Mon Jun 11 15:43:28 2018        
(r334954)
+++ stable/11/lib/libc/sys/mincore.2    Mon Jun 11 15:44:02 2018        
(r334955)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to