diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2005-09-17 15:10:39 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2005-09-17 15:10:39 +0000 |
commit | ef8331fe9fd2ef3e22d85c5d36c9a2352f5f892f (patch) | |
tree | 81572365dbb5cd244ac142e591da23d00753baf3 /sbin/bsdlabel | |
parent | 29e27ce1a6edc885299a5834260c2d961a6fe09b (diff) | |
download | FreeBSD-src-ef8331fe9fd2ef3e22d85c5d36c9a2352f5f892f.zip FreeBSD-src-ef8331fe9fd2ef3e22d85c5d36c9a2352f5f892f.tar.gz |
Clarify wording for -m flag.
PR: docs/84704
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 |