Deleted Added
full compact
munmap.2 (13836) munmap.2 (14038)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 54 unchanged lines hidden (view full) ---

63The
64.Fa addr
65parameter was not page aligned, the
66.Fa len
67parameter was negative, or
68some part of the region being unmapped is not part of the currently
69valid address space.
70.Sh "SEE ALSO"
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 54 unchanged lines hidden (view full) ---

63The
64.Fa addr
65parameter was not page aligned, the
66.Fa len
67parameter was negative, or
68some part of the region being unmapped is not part of the currently
69valid address space.
70.Sh "SEE ALSO"
71.Xr getpagesize 2 ,
72.Xr msync 2 ,
73.Xr munmap 2 ,
74.Xr mprotect 2 ,
75.Xr madvise 2 ,
71.Xr msync 2 ,
72.Xr munmap 2 ,
73.Xr mprotect 2 ,
74.Xr madvise 2 ,
76.Xr mincore 2
75.Xr mincore 2 ,
76.Xr getpagesize 3
77.Sh HISTORY
78The
79.Fn munmap
80function first appeared in 4.4BSD.
77.Sh HISTORY
78The
79.Fn munmap
80function first appeared in 4.4BSD.