aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Certner <olce@FreeBSD.org>2025-09-30 17:05:24 +0000
committerOlivier Certner <olce@FreeBSD.org>2025-09-30 17:25:08 +0000
commitf45608124286a7e0616d1d23b9506709f10c12fc (patch)
tree6f4236d633442aed546c3ff37d37a0044ffe828b
parent6e4b811009d63f33c59d51f28fd4a030ca90843e (diff)
namei.9: Remove duplicate WANTPARENT description
Fixes: 5673462af533 ("namei.9: sort operational modifiers in numerical order") MFC after: 2 days Sponsored by: The FreeBSD Foundation
-rw-r--r--share/man/man9/namei.98
1 files changed, 1 insertions, 7 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index 5bdffce8c360..a42043587432 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -31,7 +31,7 @@
.\" If you integrate this manpage in another OS, I'd appreciate a note
.\" - eivind@FreeBSD.org
.\"
-.Dd May 16, 2025
+.Dd September 30, 2025
.Dt NAMEI 9
.Os
.Sh NAME
@@ -206,12 +206,6 @@ This flag allows the
function to return the parent (directory) vnode in an unlocked state.
The parent vnode must be released separately by using
.Xr vrele 9 .
-.It Dv WANTPARENT
-This flag allows the
-.Fn namei
-function to return the parent (directory) vnode in an unlocked state.
-The parent vnode must be released separately by using
-.Xr vrele 9 .
.It Dv FAILIFEXISTS
Makes the
.Nm