diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-05-30 02:26:10 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-05-30 02:26:10 +0000 |
commit | 8aacbd7860f4c2640fc5b95a1cc0b9d34f376fbc (patch) | |
tree | 7668c8582b1ca3421b8601d9a277b505502d11ce /lib/libc/sys | |
parent | c37a824a5731bbf062ef51886e87e3518150da78 (diff) |
grammar and punctuation
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mmap.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 7940de82c57..267e04856f6 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.13 1999/05/27 16:54:23 aaron Exp $ +.\" $OpenBSD: mmap.2,v 1.14 1999/05/30 02:26:09 pjanzen Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -93,10 +93,10 @@ Pages may be written. .Pp The .Fa flags -parameter specifies the type of the mapped object, mapping options and +parameter specifies the type of the mapped object, mapping options, and whether modifications made to the mapped copy of the page are private to the process or are to be shared with other references. -Sharing, mapping type and options are specified in the +Sharing, mapping type, and options are specified in the .Fa flags argument by .Em or Ns 'ing @@ -142,7 +142,7 @@ you don't see modifications made by others. .Pp The .Xr close 2 -function does not unmap pages, see +function does not unmap pages; see .Xr munmap 2 for further information. .Pp |