summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-04-02 01:25:55 +0000
committerobrien <obrien@FreeBSD.org>2001-04-02 01:25:55 +0000
commitd74457c7fee6b3e0c28e125587ce31c9c85fdb06 (patch)
treeab28c07b151043b1a77da918c0fbe51aeb91a01c /sbin/newfs/newfs.8
parent3100bf9079fdce415a0e7394dfaeb5914b09c958 (diff)
downloadFreeBSD-src-d74457c7fee6b3e0c28e125587ce31c9c85fdb06.zip
FreeBSD-src-d74457c7fee6b3e0c28e125587ce31c9c85fdb06.tar.gz
Allow enabling soft updates (with -U) on a new filesystem.
[I first added this functionality, and thought to check prior art. Seeing OpenBSD had already done this, I changed my addition to reduce the diffs between the two and went with their option letter.] Obtained from: OpenBSD
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.86
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index ef90f88..d39ea4d 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -41,7 +41,7 @@
.Nd construct a new file system
.Sh SYNOPSIS
.Nm
-.Op Fl NO
+.Op Fl NOU
.Op Fl S Ar sector-size
.Op Fl T Ar disktype
.Op Fl a Ar maxcontig
@@ -65,7 +65,7 @@
.Op Fl x Ar sectors
.Ar special
.Nm mount_mfs
-.Op Fl N
+.Op Fl NU
.Op Fl F Ar file
.Op Fl T Ar disktype
.Op Fl a Ar maxcontig
@@ -148,6 +148,8 @@ Cause the file system parameters to be printed out
without really creating the file system.
.It Fl O
Create a
+.It Fl U
+Enables soft updates on the new filesystem.
.Bx 4.3
format filesystem.
This options is primarily used to build root filesystems
OpenPOWER on IntegriCloud