diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-05-17 08:35:43 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-05-17 08:35:43 +0000 |
commit | d04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9 (patch) | |
tree | c446a692418d56b54ed63c7ca0bc02346ad40b65 /sbin/bsdlabel/bsdlabel.8 | |
parent | 44d907a2fc007702f8a71355e768a8717e6e466c (diff) |
Notes
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.8')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.8 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 7fb241a36c160..f2d55ebdfc202 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -40,30 +40,28 @@ .Sh SYNOPSIS .Nm .Op Fl A -.Op Fl f -.Ar disk/file +.Ar disk | Fl f Ar file .Nm .Fl w .Op Fl \&An .Op Fl B Op Fl b Ar boot .Op Fl m Ar machine -.Op Fl f -.Ar disk/file +.Ar disk | Fl f Ar file .Op Ar type .Nm .Fl e .Op Fl \&An .Op Fl B Op Fl b Ar boot .Op Fl m Ar machine -.Op Fl f -.Ar disk/file +.Ar disk | Fl f Ar file .Nm .Fl R .Op Fl \&An .Op Fl B Op Fl b Ar boot .Op Fl m Ar machine .Op Fl f -.Ar disk/file protofile +.Ar disk | Fl f Ar file +.Ar protofile .Sh DESCRIPTION The .Nm @@ -75,9 +73,9 @@ In addition, .Nm can install bootstrap code. .Ss Disk Device Name -When specifying the device (i.e. when the +When specifying the device (i.e., when the .Fl f -option is not used), +option is not used), the .Pa /dev/ path prefix may be omitted; |