Use man entities where needed, and punctuation fix.

This commit is contained in:
Marc Fonvieille 2002-11-11 11:58:40 +00:00
parent ec4ba54138
commit d88167bfd9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14887

View file

@ -1028,7 +1028,7 @@ scsibus1:
be bigger.</para>
<para>To format the floppy at a low-level fashion you need to
use <application>fdformat</application>. This utility expects
use &man.fdformat.1;. This utility expects
the device name as an argument. We will use those
<filename>/dev/fd<replaceable>X</replaceable>.<replaceable>size</replaceable></filename> devices, which will allow us
to format the floppy to its real size, or force them. So you
@ -1066,7 +1066,7 @@ scsibus1:
<filename>/etc/disktab</filename> now; you will see geometry
values of all kinds of floppy disks.
<para>You can run now <application>disklabel</application>
<para>You can run now &man.disklabel.8;
like:</para>
<screen>&prompt.root; <userinput>/sbin/disklabel -B -r -w /dev/rfd0 <replaceable>fdsize</replaceable></userinput></screen>
@ -1093,16 +1093,16 @@ scsibus1:
<screen>&prompt.root; <userinput>/sbin/newfs_msdos /dev/fd0</userinput></screen>
<para>As we created a disklabel before, <application>newfs</application>
<para>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...</para>
file system. And now, your disk is ready for use.</para>
</sect2>
<sect2>
<title>Using the floppy</title>
<para>You have two choices to use the floppy. You can either
mount the disk with <application>mount_msdos</application>, or you can
mount the disk with &man.mount.msdos.8;, or you can
use <application>mtools</application>.
<application>Mtools</application> are great, but you will need
to install them from the ports system.</para>