From 9e28aca5d2d586acf63c5c008992f6232c91dfda Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Sun, 24 Jun 2001 01:38:20 +0000 Subject: mdoc(7) police: use the Fn macro where appropriate. --- share/man/man9/namei.9 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'share/man/man9/namei.9') diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index 551a0482c9f6..cb443781acdd 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -160,11 +160,14 @@ It is the current directory if the name passed in doesn't start with / and we have not gone through any symlinks with an absolute path, and the root otherwise. .Pp -In this case, it is only used by lookup(), and should not be -considered valid after a call to namei(). +In this case, it is only used by +.Fn lookup , +and should not be +considered valid after a call to +.Fn namei . .Pp If SAVESTART is set, this is set to the same as ni_dvp, with an extra -VREF(). +.Fn VREF . .Pp To block NDFREE from releasing ni_startdir when it is set, use the flag NDF_NO_STARTDIR_RELE. -- cgit v1.2.3