MUNMAP(2) 1991 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
specified address range, and causes further references to
addresses within the range to generate invalid memory
references.
SEE ALSO
msync.2, munmap.2, mprotect.2, madvise.2, mincore.2
27, May 1