Date: Mon, 19 May 2025 06:03:12 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6a4a86c2664c - main - namei.9: minor editing Message-ID: <202505190603.54J63C6e036354@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=6a4a86c2664c368e31f71c41206685d02543a237 commit 6a4a86c2664c368e31f71c41206685d02543a237 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-05-19 05:59:53 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-05-19 05:59:53 +0000 namei.9: minor editing Noted by: des Sponsored by: The FreeBSD Foundation --- share/man/man9/namei.9 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index 63e1a5de02ea..3f2f43e94cd1 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -323,7 +323,9 @@ mount point indicates extended shared lock support. .It Dv NOCROSSMOUNT Do not cross mount points during lookup. .Pp -For .. lookups leading to mount roots, returns the root vnode of +For +.Dq .. +lookup leading to mount root, returns the root vnode of the mount instead of the covered vnode of the filesystem where the mount was placed. .Pp @@ -370,9 +372,10 @@ or flags. .It Dv ISLASTCN This is last component of pathname. -It is handled specially, many flags augments its processing. +It is handled specially, many flags augment its processing. .It Dv ISDOTDOT -Current component name is .. . +Current component name is +.Dq .. . Usually implies a need to specially handle the vnode locking for instantiation of the target vnode. The generic
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505190603.54J63C6e036354>