summaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-12-03 19:24:19 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-12-03 19:24:19 +0000
commitf8629da36fa63327430387dbbf03650fc3a9c3ec (patch)
tree23c5ef37e5a0c66d01f571e5107f19c75f8a562e /sbin/newfs/newfs.8
parent55e1b19e7ff69e38ed81225257c490d6bcbb56cf (diff)
Allow enabling soft updates (with -U) on a new filesystem.
Allow soft updates on mfs filesystems (even if it's stupid).
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.88
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index da398409eea..e66c3c9ed9f 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newfs.8,v 1.18 1999/09/29 13:50:44 aaron Exp $
+.\" $OpenBSD: newfs.8,v 1.19 1999/12/03 19:24:18 art Exp $
.\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
@@ -42,7 +42,7 @@
.Nd construct a new file system
.Sh SYNOPSIS
.Nm newfs
-.Op Fl NO
+.Op Fl NOU
.Op Fl S Ar sector-size
.Op Fl a Ar maxcontig
.Op Fl b Ar block-size
@@ -67,7 +67,7 @@
.Ar special
.Pp
.Nm mount_mfs
-.Op Fl N
+.Op Fl NU
.Op Fl a Ar maxcontig
.Op Fl b Ar block-size
.Op Fl c Ar cylinders
@@ -149,6 +149,8 @@ Creates a
format filesystem.
This options is primarily used to build root filesystems
that can be understood by older boot ROMs.
+.It Fl U
+Enables soft updates on the new filesystem.
.It Fl q
Operate in quiet mode. With this option,
.Nm