You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
356 B
Groff
13 lines
356 B
Groff
.TH mmap_unmap 3
|
|
.SH NAME
|
|
mmap_unmap \- unmap an existing memory mapping
|
|
.SH SYNTAX
|
|
.B #include <libowfat/mmap.h>
|
|
|
|
int \fBmmap_unmap\fP(char* \fImapped\fR,size_t \fImaplen\fR);
|
|
.SH DESCRIPTION
|
|
mmap_unmap removes a memory mapping established by mmap_read,
|
|
mmap_private or mmap_shared.
|
|
.SH "SEE ALSO"
|
|
munmap(2), mmap_read(3), mmap_private(3), mmap_shared(3)
|