diff options
Diffstat (limited to 'sbin/bsdlabel')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 6560ea2..28d482e 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -105,9 +105,19 @@ the result instead of writing it. .Pp The .Fl m Ar machine -argument instructs +argument forces .Nm -to use the layout suitable for the specified machine. +to use a layout suitable for a different architecture. +Current valid values are +.Ar i386 , +.Ar amd64 , +.Ar ia64 , +.Ar pc98 , +and +.Ar alpha . +If this option is omitted, +.Nm +will use a layout suitable for the current machine. .Ss Reading the Disk Label To examine the label on a disk drive, use .Nm |