From 480a1cc8ef920096009f2365cf43596851086216 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 11 Jan 2004 19:57:42 +0000 Subject: [PATCH] Minor typo: no line break after .Fn. --- share/man/man9/vn_fullpath.9 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man9/vn_fullpath.9 b/share/man/man9/vn_fullpath.9 index 707684bb6e93..609286d696c4 100644 --- a/share/man/man9/vn_fullpath.9 +++ b/share/man/man9/vn_fullpath.9 @@ -44,7 +44,8 @@ The function makes a "best effort" attempt to generate a string pathname for the passed (locked) vnode; the resulting path, if any, will be relative to the root directory of the process associated with the passed thread pointer. -.Fn is implemented by inspecting the VFS name cache, and attempting to +.Fn +is implemented by inspecting the VFS name cache, and attempting to reconstruct a path from the process root to the object. .Pp This process is necessarily unreliable for several reasons: intermediate