The branch main has been updated by jlduran:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=12c51484188f88bcabc5b38ca8523fcde76830a6

commit 12c51484188f88bcabc5b38ca8523fcde76830a6
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2026-01-06 00:59:27 +0000
Commit:     Jose Luis Duran <[email protected]>
CommitDate: 2026-01-06 00:59:27 +0000

    makefs.8: Cleanup man page
    
    Reviewed by:    ziaee
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D54538
---
 usr.sbin/makefs/makefs.8 | 9 +++++----
 1 file 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

Reply via email to