The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=cb1315c15acf7d3fae66b2c5631e076776683f96
commit cb1315c15acf7d3fae66b2c5631e076776683f96 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2025-10-28 18:10:25 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2025-10-28 21:17:00 +0000 getvfsbyname.3 mount.8: Reference lsvfs(1) MFC after: 3 days Reviewed by: ziaee Differential Revision: https://reviews.freebsd.org/D53411 --- lib/libc/gen/getvfsbyname.3 | 3 ++- sbin/mount/mount.8 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/getvfsbyname.3 b/lib/libc/gen/getvfsbyname.3 index 23036429b27e..61fd48624fbd 100644 --- a/lib/libc/gen/getvfsbyname.3 +++ b/lib/libc/gen/getvfsbyname.3 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 16, 2018 +.Dd October 28, 2025 .Dt GETVFSBYNAME 3 .Os .Sh NAME @@ -102,6 +102,7 @@ argument specifies a file system that is unknown or not configured in the kernel. .El .Sh SEE ALSO +.Xr lsvfs 1 , .Xr jail 2 , .Xr mount 2 , .Xr sysctl 3 , diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 7bfc21ea41d5..154ad293aee4 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd July 16, 2025 +.Dd October 28, 2025 .Dt MOUNT 8 .Os .Sh NAME @@ -568,6 +568,7 @@ support for a particular file system might be provided either on a static .Xr kldload 8 ) . .Sh SEE ALSO .Xr getfacl 1 , +.Xr lsvfs 1 , .Xr setfacl 1 , .Xr nmount 2 , .Xr acl 3 ,
