From 96c4a449b0c361bb06ed18c3742b7722a991e3eb Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 19 Oct 2006 20:11:52 +0000 Subject: [PATCH] s/free/kfree/ --- share/man/man9/vn_fullpath.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/vn_fullpath.9 b/share/man/man9/vn_fullpath.9 index 753e74bfdb..98840c118b 100644 --- a/share/man/man9/vn_fullpath.9 +++ b/share/man/man9/vn_fullpath.9 @@ -58,7 +58,7 @@ .\" DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/vn_fullpath.9,v 1.2 2004/01/11 19:57:42 rwatson Exp $ -.\" $DragonFly: src/share/man/man9/vn_fullpath.9,v 1.2 2004/07/16 05:04:36 hmp Exp $ +.\" $DragonFly: src/share/man/man9/vn_fullpath.9,v 1.3 2006/10/19 20:11:52 swildner Exp $ .\" .Dd June 03, 2004 .Dt VN_FULLPATH 9 @@ -121,7 +121,7 @@ in the event that the call to fails. After done with the value of fullpath, the caller will check if freepath is non-NULL, and if so, invoke -.Xr free 9 +.Xr kfree 9 with a malloc type of .Dv M_TEMP . .Sh RETURN VALUES @@ -142,7 +142,7 @@ code utilizes the function; .Pa sys/kern/imgact_resident.c . .Sh SEE ALSO -.Xr free 9 , +.Xr kfree 9 , .Xr vnode 9 .Sh AUTHORS .An -nosplit -- 2.41.0