From 81555332a9d6665b281058c3b0e4a97713c492fd Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 22 Dec 2010 06:27:31 +0100 Subject: [PATCH] vm_map_findspace.9: Turn an Xr to a manpage we don't have (yet) into an Fn. --- share/man/man9/vm_map_findspace.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/vm_map_findspace.9 b/share/man/man9/vm_map_findspace.9 index c95c76a5b8..07c4406d7f 100644 --- a/share/man/man9/vm_map_findspace.9 +++ b/share/man/man9/vm_map_findspace.9 @@ -62,7 +62,7 @@ It is the caller's responsibility to obtain a lock on the before calling this function. .Pp This routine may call -.Xr pmap_growkernel 9 +.Fn pmap_growkernel to grow the kernel's address space, if and only if the mapping is being made within the kernel address space, and if insufficient space remains in the -- 2.41.0