diff options
author | dd <dd@FreeBSD.org> | 2002-03-10 09:10:06 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-03-10 09:10:06 +0000 |
commit | 69ed61e7045ddb7e5b00f26290a0951c247f4f61 (patch) | |
tree | 8dbcac0dbd728a06699b460af102ef1369ec08b7 /sbin/disklabel | |
parent | a67c9221528fb2b2219325daeb1b35f780d25383 (diff) | |
download | FreeBSD-src-69ed61e7045ddb7e5b00f26290a0951c247f4f61.zip FreeBSD-src-69ed61e7045ddb7e5b00f26290a0951c247f4f61.tar.gz |
Remove inappropriate .Op calls in examples.
PR: 35689
Submitted by: Gary W. Swearingen <swear@blarg.net>
Diffstat (limited to 'sbin/disklabel')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |