The branch main has been updated by kib:

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

commit 7cd7a3204153fc8ddf7d06cd0d924d5c3ef5ff35
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2023-07-11 05:09:11 +0000
Commit:     Konstantin Belousov <k...@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

Reply via email to