The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=f0b8355db6ba57a0849c41722e0a09f312d9eef5
commit f0b8355db6ba57a0849c41722e0a09f312d9eef5 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-02-24 13:24:16 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-24 13:26:20 +0000 ffs.4: Mlink to ufs.4 PR: 293423 MFC after: 3 days Requested by: bms --- share/man/man4/Makefile | 1 + share/man/man4/ffs.4 | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 9bdd2d2c83ff..a385363138d0 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -719,6 +719,7 @@ MLINKS+=ext2fs.4 ext4fs.4 MLINKS+=fd.4 stderr.4 \ fd.4 stdin.4 \ fd.4 stdout.4 +MLINKS+=ffs.4 ufs.4 MLINKS+=fdt.4 FDT.4 MLINKS+=firewire.4 ieee1394.4 MLINKS+=fwe.4 if_fwe.4 diff --git a/share/man/man4/ffs.4 b/share/man/man4/ffs.4 index 5f8787d6fefc..519ef1d1e8a5 100644 --- a/share/man/man4/ffs.4 +++ b/share/man/man4/ffs.4 @@ -28,11 +28,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd January 19, 2025 +.Dd February 24, 2026 .Dt FFS 4 .Os .Sh NAME -.Nm ffs +.Nm ffs , +.Nm ufs .Nd Berkeley fast file system .Sh SYNOPSIS In the kernel configuration file:
