diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-09-30 19:05:24 +0200 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-10-02 18:57:20 +0200 |
| commit | 6fcfb244e3d3c951f056f5a987bf5c5f0bd0e309 (patch) | |
| tree | 58d14249460718610323af4746843be90372c868 /share | |
| parent | 4ffcb1a4a99cf4224c5c35af55a8dbef77b37ea9 (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
(cherry picked from commit f45608124286a7e0616d1d23b9506709f10c12fc)
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/namei.9 | 8 |
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 |
