summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-06 23:18:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-06 23:18:24 +0000
commit233cbca7c2032c288be405efcf12e700736fd3e0 (patch)
tree19c6f636065ab4146a61ecad84969d9bb337783b /lib
parent7a84b3e207decf8693c0cd5a7d51506442b4ff6e (diff)
say what the minherit flags are; from kstailey@dol-esa.gov
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/minherit.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2
index 24549998622..d889739d80a 100644
--- a/lib/libc/sys/minherit.2
+++ b/lib/libc/sys/minherit.2
@@ -1,4 +1,4 @@
-.\" $Id: minherit.2,v 1.2 1996/01/12 21:08:46 niklas Exp $
+.\" $Id: minherit.2,v 1.3 1996/08/06 23:18:23 deraadt Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -49,7 +49,8 @@ The
.Fn minherit
system call
changes the specified pages to have the inheritance characteristic
-.Fa inherit .
+.Fa inherit ,
+which can be set to VM_INHERIT_NONE, VM_INHERIT_COPY, or VM_INHERIT_SHARE.
Not all implementations will guarantee that the inheritance characteristic
can be set on a page basis;
the granularity of changes may be as large as an entire region.