xref: /original-bsd/lib/libc/sys/munmap.2 (revision d54be081)
Copyright (c) 1991 Regents of the University of California.
All rights reserved.

%sccs.include.redist.man%

@(#)munmap.2 6.1 (Berkeley) 05/27/91

MUNMAP 2 ""
C 7
NAME
munmap - remove a mapping
SYNOPSIS
munmap(addr, len)
 caddr_t 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