diff options
author | 2001-08-20 05:57:55 +0000 | |
---|---|---|
committer | 2001-08-20 05:57:55 +0000 | |
commit | 93143d54dcb6e4633cece9a46d78cf8ec98b2186 (patch) | |
tree | f8ab36cf15d9737b9051dbf586123b82edc8c67a /lib/libc | |
parent | Allow driver to recognize Cyclades 4Y and 8Y cards. (diff) | |
download | wireguard-openbsd-93143d54dcb6e4633cece9a46d78cf8ec98b2186.tar.xz wireguard-openbsd-93143d54dcb6e4633cece9a46d78cf8ec98b2186.zip |
Powered by @mantoya.
o) fix bogus .Xr usage;
millert@ ok.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mmap.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 8c057b230eb..cefb9566384 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.23 2001/08/03 19:44:21 espie Exp $ +.\" $OpenBSD: mmap.2,v 1.24 2001/08/20 05:57:55 mpech Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -219,7 +219,7 @@ was specified and insufficient memory was available. .El .Sh BUGS Due to a limitation of the current vm system (see -.Xr uvm 9 ), +.Xr uvm 9 ) , mapping descriptors .Dv PROT_WRITE without also specifying |