Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/minherit.2
| Show All 26 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd March 15, 2017 | .Dd March 15, 2017 | ||||
| .Dt MINHERIT 2 | .Dt MINHERIT 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm minherit | .Nm minherit | ||||
| .Nd control the inheritance of pages | .Nd control the inheritance of pages | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/mman.h | .In sys/mman.h | ||||
| .Ft int | .Ft int | ||||
| .Fn minherit "void *addr" "size_t len" "int inherit" | .Fn minherit "void *addr" "size_t len" "int inherit" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn minherit | .Fn minherit | ||||
| system call | system call | ||||
| changes the specified pages to have the inheritance characteristic | changes the specified pages to have the inheritance characteristic | ||||
| ▲ Show 20 Lines • Show All 103 Lines • Show Last 20 Lines | |||||