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 | |
parent | 971569170cccc0238d25068933dac5c3effb0ba5 (diff) | |
download | FreeBSD-src-88e85b883adaaa8d7b7c5286cb1dd754c0df9928.zip FreeBSD-src-88e85b883adaaa8d7b7c5286cb1dd754c0df9928.tar.gz |
s/disklabel/bsdlabel where needed.
-rw-r--r-- | sbin/fdisk/fdisk.8 | 4 | ||||
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 2 | ||||
-rw-r--r-- | sbin/newfs/newfs.8 | 4 | ||||
-rw-r--r-- | share/man/man4/vpo.4 | 2 |
4 files changed, 6 insertions, 6 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. diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index bb5e77f..d631e39 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -185,7 +185,7 @@ chmod 1777 /tmp .Ed .Sh SEE ALSO .Xr md 4 , -.Xr disklabel 8 , +.Xr bsdlabel 8 , .Xr fdisk 8 , .Xr mdmfs 8 , .Xr malloc 9 diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 40015fc..da6ac1f 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -65,7 +65,7 @@ utility is used to initialize and clear file systems before first use. Before running .Nm the disk must be labeled using -.Xr disklabel 8 . +.Xr bsdlabel 8 . The .Nm utility builds a file system on the specified special file. @@ -220,7 +220,7 @@ on file systems that contain many small files. .Xr disktab 5 , .Xr fs 5 , .Xr camcontrol 8 , -.Xr disklabel 8 , +.Xr bsdlabel 8 , .Xr dumpfs 8 , .Xr fsck 8 , .Xr mount 8 , diff --git a/share/man/man4/vpo.4 b/share/man/man4/vpo.4 index f156f69..889ce91 100644 --- a/share/man/man4/vpo.4 +++ b/share/man/man4/vpo.4 @@ -69,7 +69,7 @@ zip|zip 100:\\ .Ed .Pp and use -.Xr disklabel 8 . +.Xr bsdlabel 8 . .Pp If you have trouble with your driver, your parallel chipset may not run properly at the detected mode (NIBBLE, PS2 or EPP). Tune the |