diff options
Diffstat (limited to 'share/man/man9/vm_map_insert.9')
-rw-r--r-- | share/man/man9/vm_map_insert.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/vm_map_insert.9 b/share/man/man9/vm_map_insert.9 index 429f93f4b5f7..1e85154fa219 100644 --- a/share/man/man9/vm_map_insert.9 +++ b/share/man/man9/vm_map_insert.9 @@ -61,10 +61,10 @@ address space of .Pp The .Fa cow -argment specifies the flags which should be propagated to the new entry, +argument specifies the flags which should be propagated to the new entry, for example, to indicate that this is a copy-on-write mapping. .Sh IMPLEMENTATION NOTES -This function implicity creates a new +This function implicitly creates a new .Dv vm_map_entry by calling the internal function .Fn vm_map_entry_create . |