diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2001-08-30 21:44:46 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2001-08-30 21:44:46 +0000 |
| commit | a102b12e67d5b0a778fe841087a316207e10df45 (patch) | |
| tree | a19ef4f70f59a7714bc79b56e0f5be99745fc664 | |
| parent | 5fe122dadb483a7efd946c50352425f00ec18470 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/mmap.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 89bb894ccca1..7e0affc029a6 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -330,7 +330,8 @@ was specified and insufficient memory was available. .Xr msync 2 , .Xr munlock 2 , .Xr munmap 2 , -.Xr getpagesize 3 +.Xr getpagesize 3 , +.Xr make.conf 5 .Sh BUGS .Fa len is limited to 2GB. Mmapping slightly more than 2GB doesn't work, but |
