diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-20 05:57:56 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-20 05:57:56 +0000 |
commit | 54cd462976c02892e956acae4ce7a3b93d6cd249 (patch) | |
tree | d04281242de711366c78e807fe7faaeb854ab7a0 /lib | |
parent | 7910f09fd6fad4008fe999de0d01ad855b2a386b (diff) |
Powered by @mantoya.
o) fix bogus .Xr usage;
millert@ ok.
Diffstat (limited to 'lib')
-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 |