diff options
| author | wiz <wiz@NetBSD.org> | 2000-06-25 22:37:30 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2000-06-25 22:37:30 +0000 |
| commit | 2177438bb27a896d41cf4d367b4c0bf2f5a53d2e (patch) | |
| tree | ff2458fe9f5157fc8203a812066c28a0f3e3e158 /lib/libc/sys | |
| parent | 4e02de35d3b97690ec021c9a5181183aaaa2d836 (diff) | |
punctuation fix (. -> ,)
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/minherit.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2 index 5906a991934..7ad6ce3aca5 100644 --- a/lib/libc/sys/minherit.2 +++ b/lib/libc/sys/minherit.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: minherit.2,v 1.4 2000/06/25 16:28:41 sommerfeld Exp $ +.\" $NetBSD: minherit.2,v 1.5 2000/06/25 22:37:30 wiz Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -52,7 +52,7 @@ The system call changes the specified range of virtual addresses to have the specified fork-time 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; |
