summaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.86
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 9e079d6ad41..b156a6f495d 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newfs.8,v 1.33 2003/06/02 20:06:16 millert Exp $
+.\" $OpenBSD: newfs.8,v 1.34 2003/06/20 07:54:39 jmc Exp $
.\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
@@ -38,6 +38,7 @@
.Nd construct a new file system
.Sh SYNOPSIS
.Nm newfs
+.Bk -words
.Op Fl NO
.Op Fl S Ar sector-size
.Op Fl a Ar maxcontig
@@ -63,8 +64,10 @@
.Op Fl x Ar sectors
.Op Fl z Ar tracks
.Ar special
+.Ek
.Pp
.Nm mount_mfs
+.Bk -words
.Op Fl a Ar maxcontig
.Op Fl b Ar block-size
.Op Fl c Ar cylinders
@@ -76,6 +79,7 @@
.Op Fl o Ar options
.Op Fl s Ar size
.Ar special node
+.Ek
.Sh DESCRIPTION
Before running
.Nm