From: Sascha Wildner Date: Tue, 12 Dec 2006 00:08:17 +0000 (+0000) Subject: Add markup and bump date for rev. 1.5. X-Git-Tag: v2.0.1~3990 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/3815fa6da3a83b88267d1dbb14031d334bf80a89 Add markup and bump date for rev. 1.5. --- diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 02c4b14fdc..6ac257d290 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -31,9 +31,9 @@ .\" .\" @(#)mmap.2 8.4 (Berkeley) 5/11/95 .\" $FreeBSD: src/lib/libc/sys/mmap.2,v 1.22.2.12 2002/02/27 03:40:13 dd Exp $ -.\" $DragonFly: src/lib/libc/sys/mmap.2,v 1.5 2006/12/11 20:55:25 dillon Exp $ +.\" $DragonFly: src/lib/libc/sys/mmap.2,v 1.6 2006/12/12 00:08:17 swildner Exp $ .\" -.Dd November 17, 2001 +.Dd December 11, 2006 .Dt MMAP 2 .Os .Sh NAME @@ -236,7 +236,9 @@ Memory accessed via this map is not linearly mapped and will be governed by a virtual page table. The base address of the virtual page table may be set using .Xr mcontrol 2 -with MADV_SETMAP. Virtual page tables work with anonymous memory but there +with +.Dv MADV_SETMAP . +Virtual page tables work with anonymous memory but there is no way to populate the page table so for all intents and purposes .Dv MAP_VPAGETABLE can only be used when mapping file descriptors.