MUNMAP(2) MUNMAP(2)
NAME
munmap - remove a mapping
SYNOPSIS
munmap(addr, len)
caddrt addr;
int len;
DESCRIPTION
The munmap system call deletes the mappings for the speci-
fied address range, and causes further references to
addresses within the range to generate invalid memory ref-
erences.
SEE ALSO
msync.2, munmap.2, mprotect.2, madvise.2, mincore.2
May 27, 1991 1