diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index c29b485d53..a87654d2ca 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -1028,7 +1028,7 @@ scsibus1: be bigger. To format the floppy at a low-level fashion you need to - use fdformat. This utility expects + use &man.fdformat.1;. This utility expects the device name as an argument. We will use those /dev/fdX.size devices, which will allow us to format the floppy to its real size, or force them. So you @@ -1066,7 +1066,7 @@ scsibus1: /etc/disktab now; you will see geometry values of all kinds of floppy disks. - You can run now disklabel + You can run now &man.disklabel.8; like: &prompt.root; /sbin/disklabel -B -r -w /dev/rfd0 fdsize @@ -1093,16 +1093,16 @@ scsibus1: &prompt.root; /sbin/newfs_msdos /dev/fd0 - As we created a disklabel before, newfs + As we created a disklabel before, &man.newfs.8; will be able to fetch disk data and construct the new - file system. And now, your disk is ready for use... + file system. And now, your disk is ready for use. Using the floppy You have two choices to use the floppy. You can either - mount the disk with mount_msdos, or you can + mount the disk with &man.mount.msdos.8;, or you can use mtools. Mtools are great, but you will need to install them from the ports system.