diff --git a/share/man/man9/vnode.9 b/share/man/man9/vnode.9 index cfc6f7d5f7ff..eba208f06387 100644 --- a/share/man/man9/vnode.9 +++ b/share/man/man9/vnode.9 @@ -119,13 +119,13 @@ No type. .It Dv VREG A regular file; may be with or without VM object backing. If you want to make sure this get a backing object, call -.Xr vfs_object_create 9 . +.Fn vnode_create_vobject . .It Dv VDIR A directory. .It Dv VBLK A block device; may be with or without VM object backing. If you want to make sure this get a backing object, call -.Xr vfs_object_create 9 . +.Fn vnode_create_vobject . .It Dv VCHR A character device. .It Dv VLNK