summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-06-20 07:54:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-06-20 07:54:40 +0000
commitbc720f2909c0e77c709061cedd42815d1d4b0ba2 (patch)
tree2647e8de1a7656b80af50f639de349c2f5c1779c /sbin
parentf6459879d4ff52cee4b5fb8041ce5ee7625fefe2 (diff)
use .Bk/.Ek to keep SYNOPSIS tidy;
Diffstat (limited to 'sbin')
-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