summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-06-27 22:51:21 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-06-27 22:51:21 +0000
commita8a6c9752ffbf8768285109d0820b5f8b743fc59 (patch)
tree681ad276f231c5e78ef8fe0c6a124224eab149a9
parent6f9032fb6fbda0ee0c329fa0eb74c64ef6e8c8b8 (diff)
zap unneccessary punctuation;
-rw-r--r--lib/libc/sys/mmap.232
1 files changed, 16 insertions, 16 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2
index dbdd7e68fb9..d378dba97fd 100644
--- a/lib/libc/sys/mmap.2
+++ b/lib/libc/sys/mmap.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mmap.2,v 1.47 2014/06/27 20:40:02 matthew Exp $
+.\" $OpenBSD: mmap.2,v 1.48 2014/06/27 22:51:20 jmc Exp $
.\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -161,38 +161,38 @@ code:
Modifications are private and, unlike
.Dv MAP_PRIVATE ,
modifications made by others are not visible.
-(On
-.Ox ,
+On
+.Ox
this behaves just like
-.Dv MAP_PRIVATE ).
+.Dv MAP_PRIVATE .
.It Dv MAP_FILE
Mapped from a regular file, character special file, or block special file
specified by file descriptor
.Fa fd .
-(On
+On
.Ox
and all systems conforming to
-.St -p1003.1-2008 ,
-this is the default mapping type, and need not be specified.)
+.St -p1003.1-2008
+this is the default mapping type and need not be specified.
.It Dv MAP_HASSEMAPHORE
Notify the kernel that the region may contain semaphores and that special
handling may be necessary.
-(On
-.Ox ,
-this flag is ignored.)
+On
+.Ox
+this flag is ignored.
.It Dv MAP_INHERIT
Permit regions to be inherited across
.Xr exec 3
system calls.
-(On
-.Ox ,
-this flag is ignored.)
+On
+.Ox
+this flag is ignored.
.It Dv MAP_TRYFIXED
Attempt to use the hint provided by
.Fa addr .
-(On
-.Ox ,
-this is the default behavior.)
+On
+.Ox
+this is the default behavior.
.El
.Pp
The