summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mincore.2
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 14:10:33 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-29 14:10:33 +0000
commit56f6529fc36c6db13ad6ff247464d6b0c9e0d023 (patch)
tree370910d2e05f30a3e4f78b5160a518c3222aa9f9 /lib/libc/sys/mincore.2
parent7e10459e58879c6c2e91c7f14687227390272c68 (diff)
- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
Diffstat (limited to 'lib/libc/sys/mincore.2')
-rw-r--r--lib/libc/sys/mincore.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2
index 65c68aa2394..b34c49570b4 100644
--- a/lib/libc/sys/mincore.2
+++ b/lib/libc/sys/mincore.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mincore.2,v 1.7 1998/07/06 18:27:51 deraadt Exp $
+.\" $OpenBSD: mincore.2,v 1.8 1999/06/29 14:10:05 aaron Exp $
.\" $NetBSD: mincore.2,v 1.7 1995/10/12 15:41:05 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -52,13 +52,13 @@ system call
allows a process to obtain information about whether pages are
core resident.
Here the current core residency of the pages is returned
-in the character array
+in the character array
.Fa vec ,
with a value of 1 meaning that the page is in-core.
.Sh RETURN VALUES
Upon successful completion,
a value of 0 is returned.
-Otherwise, a value of -1 is returned and
+Otherwise, a value of \-1 is returned and
.Va errno
is set to indicate the error.
.Sh SEE ALSO