mdoc(7) police: use the Fn macro where appropriate.
This commit is contained in:
parent
a910f192bb
commit
9e28aca5d2
@ -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
|
and we have not gone through any symlinks with an absolute path, and
|
||||||
the root otherwise.
|
the root otherwise.
|
||||||
.Pp
|
.Pp
|
||||||
In this case, it is only used by lookup(), and should not be
|
In this case, it is only used by
|
||||||
considered valid after a call to namei().
|
.Fn lookup ,
|
||||||
|
and should not be
|
||||||
|
considered valid after a call to
|
||||||
|
.Fn namei .
|
||||||
.Pp
|
.Pp
|
||||||
If SAVESTART is set, this is set to the same as ni_dvp, with an extra
|
If SAVESTART is set, this is set to the same as ni_dvp, with an extra
|
||||||
VREF().
|
.Fn VREF .
|
||||||
.Pp
|
.Pp
|
||||||
To block NDFREE from releasing ni_startdir when it is set, use the
|
To block NDFREE from releasing ni_startdir when it is set, use the
|
||||||
flag NDF_NO_STARTDIR_RELE.
|
flag NDF_NO_STARTDIR_RELE.
|
||||||
|
Loading…
Reference in New Issue
Block a user