diff options
author | 2010-02-12 21:49:10 +0000 | |
---|---|---|
committer | 2010-02-12 21:49:10 +0000 | |
commit | 0edbe20fde20c4bed0cf066e046b14d995cf51b6 (patch) | |
tree | 4391b5f0b3c8721f2f353af0f7425ad6538ecd60 /lib/libc/sys | |
parent | making use of lemote PMON bugs it is possible to get full serial PMON (diff) | |
download | wireguard-openbsd-0edbe20fde20c4bed0cf066e046b14d995cf51b6.tar.xz wireguard-openbsd-0edbe20fde20c4bed0cf066e046b14d995cf51b6.zip |
typo; ok oga
(sorry, i can't actually find where this started....)
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mprotect.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mprotect.2 b/lib/libc/sys/mprotect.2 index b8e66c28911..4f21b2d845c 100644 --- a/lib/libc/sys/mprotect.2 +++ b/lib/libc/sys/mprotect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mprotect.2,v 1.14 2007/05/31 19:19:33 jmc Exp $ +.\" $OpenBSD: mprotect.2,v 1.15 2010/02/12 21:49:10 jmc Exp $ .\" $NetBSD: mprotect.2,v 1.6 1995/10/12 15:41:08 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mprotect.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 12 2010 $ .Dt MPROTECT 2 .Os .Sh NAME @@ -55,7 +55,7 @@ through (inclusive). If .Fa len -is 0, then action will be taken on the page that contains +is 0, no action is taken on the page that contains .Fa addr . .Pp Not all implementations will guarantee protection on a page basis; |