diff options
Diffstat (limited to 'share/man/man9/vref.9')
-rw-r--r-- | share/man/man9/vref.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/vref.9 b/share/man/man9/vref.9 index 819fe200a081..6fffb8b1c172 100644 --- a/share/man/man9/vref.9 +++ b/share/man/man9/vref.9 @@ -53,7 +53,7 @@ are using the vnode. This allows the system to detect when a vnode is no longer being used and can be safely recycled for a different file. .Pp -Any code in the system which is using a vnode (e.g. during the +Any code in the system which is using a vnode (e.g.\& during the operation of some algorithm or to store in a data structure) should call .Fn vref . |