Author: emaste
Date: Mon Aug 19 21:38:10 2019
New Revision: 351232
URL: https://svnweb.freebsd.org/changeset/base/351232

Log:
  makefs.8: expand description of image size
  
  Submitted by: ryan_freqlabs.com, Siva Mahadevan
  Differential Revision:        https://reviews.freebsd.org/D21316

Modified:
  head/usr.sbin/makefs/makefs.8

Modified: head/usr.sbin/makefs/makefs.8
==============================================================================
--- head/usr.sbin/makefs/makefs.8       Mon Aug 19 21:30:12 2019        
(r351231)
+++ head/usr.sbin/makefs/makefs.8       Mon Aug 19 21:38:10 2019        
(r351232)
@@ -35,7 +35,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 30, 2018
+.Dd August 19, 2019
 .Dt MAKEFS 8
 .Os
 .Sh NAME
@@ -225,6 +225,17 @@ Defaults to 512.
 .It Fl s Ar image-size
 Set the size of the file system image to
 .Ar image-size .
+This is equivalent to setting both the minimum
+.Fl ( M )
+and the maximum
+.Fl ( m )
+sizes to the same value.
+For
+.Sy ffs
+the
+.Ar image-size
+does not include the
+.Ar offset .
 .It Fl T Ar timestamp
 Specify a timestamp to be set for all filesystem files and directories
 created so that repeatable builds are possible.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to