OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / mincore.2
index cf54295..02cf03e 100644 (file)
@@ -1,8 +1,7 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (C) 2001 Bert Hubert <ahu@ds9a.nl>
 .\" and Copyright (C) 2007 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -22,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Created Sun Jun 3 17:23:32 2001 by bert hubert <ahu@ds9a.nl>
 .\" Slightly adapted, following comments by Hugh Dickins, aeb, 2001-06-04.
@@ -91,7 +91,7 @@ is only a snapshot: pages that are not
 locked in memory can come and go at any moment, and the contents of
 .I vec
 may already be stale by the time this call returns.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success,
 .BR mincore ()
 returns zero.
@@ -131,7 +131,7 @@ to
 contained unmapped memory.
 .SH VERSIONS
 Available since Linux 2.3.99pre1 and glibc 2.2.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 .BR mincore ()
 is not specified in POSIX.1-2001,
 and it is not available on all UNIX implementations.
@@ -163,6 +163,15 @@ mappings, or for nonlinear mappings (established using
 .\" .B mincore
 .\" always fails with the error
 .\" .BR ENOMEM .
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mlock (2),
 .BR mmap (2)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.