diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-01-06 00:59:27 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-01-15 19:39:10 +0000 |
| commit | 5f53e656e9658dfa99562bbaeb0a1eeb3a1d12f5 (patch) | |
| tree | 16a8d6a3f5e597cba8d6f10d11508d51f0e2c6f7 | |
| parent | 2bcc55600d896c83c077a59c5b16280a5c27dd45 (diff) | |
makefs.8: Cleanup man page
Reviewed by: ziaee
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54538
(cherry picked from commit 12c51484188f88bcabc5b38ca8523fcde76830a6)
| -rw-r--r-- | usr.sbin/makefs/makefs.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8 index d20f69d87559..f77e07902ad2 100644 --- a/usr.sbin/makefs/makefs.8 +++ b/usr.sbin/makefs/makefs.8 @@ -33,7 +33,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd July 19, 2025 +.Dd January 5, 2026 .Dt MAKEFS 8 .Os .Sh NAME @@ -124,7 +124,7 @@ See the source for usage, and look for defines starting with .It Fl F Ar mtree-specfile .Em This is almost certainly not the option you are looking for. To create an image from a list of files in an mtree format manifest, -specify it as the last argument on the command line, not as a the +specify it as the last argument on the command line, not as the argument to .Fl F . .Pp @@ -325,7 +325,8 @@ Expected number of files per directory. .It Sy bsize Block size. .It Sy density -Bytes per inode. If unset, will allocate the minimum number of inodes to +Bytes per inode. +If unset, will allocate the minimum number of inodes to represent the filesystem if no free space has been requested (free blocks or minimum size set); otherwise the larger of the newfs defaults or what is required by the free inode parameters if set. @@ -598,7 +599,7 @@ Dataset properties, as described in may be specified following the dataset name. The following properties may be set for a dataset: .Pp -.Bl -tag -compact -offset indent +.Bl -hang -compact -offset indent .It atime .It canmount .It compression |
