diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-01-07 09:22:20 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-01-07 09:24:07 +0000 |
| commit | 74bd20769706041108a573601cf0b61c755bdc56 (patch) | |
| tree | c696f41dbe75e6a7125b6a0d7ac5007222257a34 | |
| parent | 163f4f15733f82584a967538cf2340bf1b6a245f (diff) | |
| download | src-74bd20769706041108a573601cf0b61c755bdc56.tar.gz src-74bd20769706041108a573601cf0b61c755bdc56.zip | |
Reference newfs_msdos(8) from the newfs(8) manual
PR: 252484
Reported by: Graham Perrin <grahamperrin@gmail.com>
MFC after: 3 days
| -rw-r--r-- | sbin/newfs/newfs.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 9565929664c5..0cc1d7ce12cf 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -28,7 +28,7 @@ .\" @(#)newfs.8 8.6 (Berkeley) 5/3/95 .\" $FreeBSD$ .\" -.Dd January 29, 2019 +.Dd January 7, 2021 .Dt NEWFS 8 .Os .Sh NAME @@ -320,6 +320,7 @@ on file systems that contain many small files. .Xr gvinum 8 , .Xr makefs 8 , .Xr mount 8 , +.Xr newfs_msdos 8 , .Xr tunefs 8 .Rs .%A M. McKusick |
