Document fdescfs mount option "rdlnk"

Reviewed by:	dchagin
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D40969
This commit is contained in:
Konstantin Belousov
2023-07-11 08:09:11 +03:00
parent 3905309dfe
commit 7cd7a32041
+13 -1
View File
@@ -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