Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2023 01:18:22 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: 7cd7a3204153 - main - Document fdescfs mount option "rdlnk"
Message-ID:  <202307130118.36D1IMel005051@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=7cd7a3204153fc8ddf7d06cd0d924d5c3ef5ff35

commit 7cd7a3204153fc8ddf7d06cd0d924d5c3ef5ff35
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-07-11 05:09:11 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-07-13 01:14:29 +0000

    Document fdescfs mount option "rdlnk"
    
    Reviewed by:    dchagin
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D40969
---
 share/man/man5/fdescfs.5 | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5
index f2abda2bb4c2..6355951eb714 100644
--- a/share/man/man5/fdescfs.5
+++ b/share/man/man5/fdescfs.5
@@ -40,7 +40,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 17, 2021
+.Dd Jul 11, 2023
 .Dt FDESCFS 5
 .Os
 .Sh NAME
@@ -94,6 +94,18 @@ ABI compatibility mount
 volume with the
 .Cm linrdlnk
 option.
+.It Cm rdlnk
+Treat
+.Nm
+vnodes as symbolic links consistently, in particular, follow
+the resolved name for the name lookups.
+This option is strictly stronger than the
+.Cm linrdlnk
+option, it changes not only the type returned by
+.Xr stat 2 ,
+but also causes the
+.Nm
+files to behave as symlinks.
 .El
 .Pp
 For



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