diff options
Diffstat (limited to 'share/man/man9/vm_map_insert.9')
-rw-r--r-- | share/man/man9/vm_map_insert.9 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/share/man/man9/vm_map_insert.9 b/share/man/man9/vm_map_insert.9 index 3a6a51fd0784..8f3b52e78c98 100644 --- a/share/man/man9/vm_map_insert.9 +++ b/share/man/man9/vm_map_insert.9 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 19, 2003 +.Dd January 11, 2013 .Dt VM_MAP_INSERT 9 .Os .Sh NAME @@ -73,9 +73,6 @@ This function implicitly creates a new .Vt vm_map_entry by calling the internal function .Fn vm_map_entry_create . -This function may use the -.Va Giant -lock to ensure that only a single thread is present in the function. .Sh RETURN VALUES The .Fn vm_map_insert |