diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-17 13:00:00 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-17 13:00:00 +0000 |
| commit | 110e1704d33d8632ce8febdd36a0143ca8b2ef0e (patch) | |
| tree | 8357787c5962631f6dc96a7483518171f91c2b20 /lib/libc/sys/mmap.2 | |
| parent | 218837618a4d73393e64bb6034a9ce5015448202 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/mmap.2')
| -rw-r--r-- | lib/libc/sys/mmap.2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 522c559d6e70..f4c0b420a6d4 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -123,12 +123,15 @@ If is specified, .Fa addr must be a multiple of the pagesize. -If a MAP_FIXED request is successful, the mapping established by +If a +.Dv MAP_FIXED +request is successful, the mapping established by .Fn mmap replaces any previous mappings for the process' pages in the range from .Fa addr to -.Fa addr + +.Fa addr ++ .Fa len . Use of this option is discouraged. .It Dv MAP_HASSEMAPHORE |
