diff options
author | 2014-06-27 22:51:20 +0000 | |
---|---|---|
committer | 2014-06-27 22:51:20 +0000 | |
commit | e357b78bde9d77c75ad3fd0c5b9883321ee72a26 (patch) | |
tree | 641e658b3e3e2c70058b225444b4660af5186be4 /lib/libc/sys/mmap.2 | |
parent | When building a BN on the stack in BN_div(), make sure to initialize all its (diff) | |
download | wireguard-openbsd-e357b78bde9d77c75ad3fd0c5b9883321ee72a26.tar.xz wireguard-openbsd-e357b78bde9d77c75ad3fd0c5b9883321ee72a26.zip |
zap unneccessary punctuation;
Diffstat (limited to 'lib/libc/sys/mmap.2')
-rw-r--r-- | lib/libc/sys/mmap.2 | 32 |
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 |