From: Sascha Wildner Date: Fri, 25 Jul 2008 03:18:36 +0000 (+0000) Subject: MFC: Document -f. X-Git-Tag: v2.0.1~59 X-Git-Url: https://gitweb.dragonflybsd.org/~mneumann/dragonfly.git/commitdiff_plain/d0dc8e616203fd33388d39d01439a0ba0264819e MFC: Document -f. --- diff --git a/sbin/newfs_hammer/newfs_hammer.8 b/sbin/newfs_hammer/newfs_hammer.8 index 0de5277999..1db466a664 100644 --- a/sbin/newfs_hammer/newfs_hammer.8 +++ b/sbin/newfs_hammer/newfs_hammer.8 @@ -30,8 +30,8 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/sbin/newfs_hammer/newfs_hammer.8,v 1.6.2.1 2008/07/18 00:00:19 thomas Exp $ -.Dd September 10, 2007 +.\" $DragonFly: src/sbin/newfs_hammer/newfs_hammer.8,v 1.6.2.2 2008/07/25 03:18:36 swildner Exp $ +.Dd July 24, 2008 .Dt NEWFS_HAMMER 8 .Os .Sh NAME @@ -41,6 +41,7 @@ .Nm .Fl L Ar label .Op Fl b Ar bootsize +.Op Fl f .Op Fl m Ar savesize .Op Fl u Ar undosize .Ar special ... @@ -66,6 +67,9 @@ per-machine basis. .It Fl b Ar bootsize Specify a fixed area in which a boot related kernel and data can be stored. By default a boot area of approximately 4MB will be created. +.It Fl f +Force the creation of a HAMMER file system with less than 100M UNDO FIFO. +This should not be used under normal circumstances. .It Fl m Ar savesize Specify a fixed area which HAMMER may use as a memory log. This area is currently unused.