Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2025 17:25:24 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f45608124286 - main - namei.9: Remove duplicate WANTPARENT description
Message-ID:  <202509301725.58UHPO5H075362@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=f45608124286a7e0616d1d23b9506709f10c12fc

commit f45608124286a7e0616d1d23b9506709f10c12fc
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-09-30 17:05:24 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-09-30 17:25:08 +0000

    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
---
 share/man/man9/namei.9 | 8 +-------
 1 file changed, 1 insertion(+), 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509301725.58UHPO5H075362>