Module Name: src Committed By: christos Date: Thu Apr 13 17:21:29 UTC 2017
Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Explain the 's' image size better. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/usr.sbin/makefs/makefs.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/makefs/makefs.8 diff -u src/usr.sbin/makefs/makefs.8:1.61 src/usr.sbin/makefs/makefs.8:1.62 --- src/usr.sbin/makefs/makefs.8:1.61 Sun Feb 12 09:45:09 2017 +++ src/usr.sbin/makefs/makefs.8 Thu Apr 13 13:21:29 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: makefs.8,v 1.61 2017/02/12 14:45:09 wiz Exp $ +.\" $NetBSD: makefs.8,v 1.62 2017/04/13 17:21:29 christos Exp $ .\" .\" Copyright (c) 2001-2003 Wasabi Systems, Inc. .\" All rights reserved. @@ -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 February 11, 2017 +.Dd April 13, 2017 .Dt MAKEFS 8 .Os .Sh NAME @@ -200,6 +200,19 @@ Defaults to 512. .It Fl s Ar image-size Set the size of the file system image to .Ar image-size . +This is equivalent of setting both the minimum +.Fl ( m ) +and the maximum +.Fl ( M ) +sizes to +.Ar image-size. +For +.Sy ffs +and +.Sy msdos +the +.Ar offset +is not included on that size. .It Fl T Ar timestamp Specify a timestamp to be set for all file system files and directories created so that repeatable builds are possible.