diff options
author | blackend <blackend@FreeBSD.org> | 2003-10-11 08:24:07 +0000 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2003-10-11 08:24:07 +0000 |
commit | 88e85b883adaaa8d7b7c5286cb1dd754c0df9928 (patch) | |
tree | 9c97f01d244d3b645c99b27e658642518566de82 /sbin/fdisk | |
parent | 971569170cccc0238d25068933dac5c3effb0ba5 (diff) | |
download | FreeBSD-src-88e85b883adaaa8d7b7c5286cb1dd754c0df9928.zip FreeBSD-src-88e85b883adaaa8d7b7c5286cb1dd754c0df9928.tar.gz |
s/disklabel/bsdlabel where needed.
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index f773d5c..7eda677 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -432,7 +432,7 @@ The default boot code. .El .Sh SEE ALSO .Xr boot0cfg 8 , -.Xr disklabel 8 , +.Xr bsdlabel 8 , .Xr newfs 8 .Sh BUGS The default boot code will not necessarily handle all slice types @@ -453,5 +453,5 @@ causing difficulty to adjust. You cannot use this command to completely dedicate a disk to .Fx . The -.Xr disklabel 8 +.Xr bsdlabel 8 command must be used for this. |