diff options
Diffstat (limited to 'usr/src/man/man2/mincore.2')
-rw-r--r-- | usr/src/man/man2/mincore.2 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/man/man2/mincore.2 b/usr/src/man/man2/mincore.2 index 661eba5a71..222690ac1b 100644 --- a/usr/src/man/man2/mincore.2 +++ b/usr/src/man/man2/mincore.2 @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH mincore 2 "12 Aug 1990" "SunOS 5.11" "System Calls" +.TH MINCORE 2 "Aug 12, 1990" .SH NAME mincore \- determine residency of memory pages .SH SYNOPSIS @@ -42,23 +42,19 @@ Upon successful completion, \fBmincore()\fR returns \fB0\fR. Otherwise, The \fBmincore()\fR function will fail if: .sp .ne 2 -.mk .na \fB\fBEFAULT\fR\fR .ad .RS 10n -.rt The \fIvec\fR argument points to an illegal address. .RE .sp .ne 2 -.mk .na \fB\fBEINVAL\fR\fR .ad .RS 10n -.rt The \fIaddr\fR argument is not a multiple of the page size as returned by \fBsysconf\fR(3C), or the \fIlen\fR argument has a value less than or equal to 0. @@ -66,12 +62,10 @@ The \fIaddr\fR argument is not a multiple of the page size as returned by .sp .ne 2 -.mk .na \fB\fBENOMEM\fR\fR .ad .RS 10n -.rt Addresses in the range [\fIaddr, addr + len\fR] are invalid for the address space of a process or specify one or more pages which are not mapped. .RE |