summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-03-10 09:10:06 +0000
committerdd <dd@FreeBSD.org>2002-03-10 09:10:06 +0000
commit69ed61e7045ddb7e5b00f26290a0951c247f4f61 (patch)
tree8dbcac0dbd728a06699b460af102ef1369ec08b7
parenta67c9221528fb2b2219325daeb1b35f780d25383 (diff)
downloadFreeBSD-src-69ed61e7045ddb7e5b00f26290a0951c247f4f61.zip
FreeBSD-src-69ed61e7045ddb7e5b00f26290a0951c247f4f61.tar.gz
Remove inappropriate .Op calls in examples.
PR: 35689 Submitted by: Gary W. Swearingen <swear@blarg.net>
-rw-r--r--sbin/bsdlabel/bsdlabel.84
-rw-r--r--sbin/disklabel/disklabel.84
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8
index 24eea5d..c8823e5 100644
--- a/sbin/bsdlabel/bsdlabel.8
+++ b/sbin/bsdlabel/bsdlabel.8
@@ -314,14 +314,14 @@ of a disk. The disk driver silently ignores any attempt to do so. If you need
to write to this area (for example, to obliterate the label), use the form
.Pp
.Nm
-.Op Fl W
+.Fl W
.Ar disk
.Pp
To disallow writing to the label area after previously allowing it, use the
command
.Pp
.Nm
-.Op Fl N
+.Fl N
.Ar disk
.Ss Installing bootstraps
.Pp
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8
index 24eea5d..c8823e5 100644
--- a/sbin/disklabel/disklabel.8
+++ b/sbin/disklabel/disklabel.8
@@ -314,14 +314,14 @@ of a disk. The disk driver silently ignores any attempt to do so. If you need
to write to this area (for example, to obliterate the label), use the form
.Pp
.Nm
-.Op Fl W
+.Fl W
.Ar disk
.Pp
To disallow writing to the label area after previously allowing it, use the
command
.Pp
.Nm
-.Op Fl N
+.Fl N
.Ar disk
.Ss Installing bootstraps
.Pp
OpenPOWER on IntegriCloud