aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/namei.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/namei.9')
-rw-r--r--share/man/man9/namei.911
1 files changed, 11 insertions, 0 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index ec648961f018..6046458d75fb 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -151,6 +151,17 @@ This flag is not looked for by the actual code, which looks for
FOLLOW.
NOFOLLOW is used to indicate to the source code reader that symlinks
are intentionally not followed.
+.It Dv SAVENAME
+Do not free the name buffer at the end of the
+.Fn namei
+invocation, instead free it later in
+.Fn NDFREE
+so that the caller may access the name buffer.
+See below for details.
+.It Dv SAVESTART
+Retain an additional reference to the parent directory; do not free
+the name buffer.
+See below for details.
.El
.Sh ALLOCATED ELEMENTS
.Bl -tag -width WANTPARENT