From 4cff892b4f24124763810e308ef8bc39402c44c3 Mon Sep 17 00:00:00 2001 From: Alex Hornung Date: Wed, 24 Mar 2010 20:36:24 +0000 Subject: [PATCH] vn_fullpath.9 - Document new guess feature --- share/man/man9/vn_fullpath.9 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man9/vn_fullpath.9 b/share/man/man9/vn_fullpath.9 index 443b603a14..299fd72d41 100644 --- a/share/man/man9/vn_fullpath.9 +++ b/share/man/man9/vn_fullpath.9 @@ -70,7 +70,7 @@ .In sys/param.h .In sys/vnode.h .Ft int -.Fn vn_fullpath "struct proc *p" "struct vnode *vp" "char **retbuf" "char **freebuf" +.Fn vn_fullpath "struct proc *p" "struct vnode *vp" "char **retbuf" "char **freebuf" "int guess" .Sh DESCRIPTION The .Nm @@ -110,6 +110,9 @@ constructed pathname. Auxiliary buffer that is used to by .Nm for temporary purposes. +.It Fa guess +If guess is not 0, the mountpoint will be guessed if it can't be determined when +traversing the namecache entries upwards. .El .Pp Typical consumers will declare two character pointers: fullpath and -- 2.41.0