The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=7521dc5dce35159add70003340e1555456721a2d
commit 7521dc5dce35159add70003340e1555456721a2d Author: Olivier Certner <[email protected]> AuthorDate: 2025-11-27 20:27:14 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2025-11-27 20:35:31 +0000 exports.5: Typo: "auomatically" => "automatically" Fixes: 9d975e47d5a3 ("exports.5: Clarify that exported dirs should be local mount points") MFC after: 3 days Sponsored by: The FreeBSD Foundation --- usr.sbin/mountd/exports.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5 index 786411fbf6d8..0362ad552670 100644 --- a/usr.sbin/mountd/exports.5 +++ b/usr.sbin/mountd/exports.5 @@ -83,7 +83,7 @@ As such, to avoid confusion with respect to what is exported, it may be prudent to limit exported directories to server local file system mount points. When exporting ZFS datasets with the .Sy sharenfs -property, this is auomatically the case. +property, this is automatically the case. If the .Fl alldirs flag is specified and
