diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-11 01:35:08 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-11 01:35:08 +0000 |
commit | b3ede3ba86748e4de8ce13bd3a82cd3fc08d205a (patch) | |
tree | cb73e5097f77ad8256469528fecb4358412745ba /share/man/man9 | |
parent | 181fc17fd16baad70e16a3715d9aff068f522021 (diff) |
fix more comma splices that involve misuse of conjunctive adverbs
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/vm_map_inherit.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vm_map_inherit.9 b/share/man/man9/vm_map_inherit.9 index 5172ec3af06..c992edbeb82 100644 --- a/share/man/man9/vm_map_inherit.9 +++ b/share/man/man9/vm_map_inherit.9 @@ -1,5 +1,5 @@ .\" -.\" $OpenBSD: vm_map_inherit.9,v 1.1 1996/03/11 13:04:52 mickey Exp $ +.\" $OpenBSD: vm_map_inherit.9,v 1.2 1999/03/11 01:35:06 pjanzen Exp $ .\" .\" Mach Operating System .\" Copyright (c) 1991,1990 Carnegie Mellon University @@ -82,7 +82,7 @@ This region will be absent from child maps. .B vm_map_inherit specifies how a region of a virtual address space is to be passed to child maps at the time of map creation. -Inheritance is an attribute of virtual pages, thus the addresses +Inheritance is an attribute of virtual pages; thus the addresses and size of memory to be set will be rounded out to refer to whole pages. |