Fix markup.
PR: 29610 Submitted by: Martin Heinen <mheinen0@wiesbaden-online.de>
This commit is contained in:
parent
33c4dfadaf
commit
094cb68b40
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10315
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.47 2001/08/10 22:58:12 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.48 2001/08/11 19:45:57 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="disks">
|
||||
|
@ -508,7 +508,7 @@
|
|||
be <devicename>da1</devicename> and we want to mount it on
|
||||
<filename>/1</filename> (if you are adding an IDE drive, the device name
|
||||
will be <devicename>wd1</devicename> in pre-4.0 systems, or
|
||||
<filename>ad1</filename> in most 4.X systems).</para>
|
||||
<devicename>ad1</devicename> in most 4.X systems).</para>
|
||||
|
||||
<indexterm><primary>partitions</primary></indexterm>
|
||||
<indexterm><primary>slices</primary></indexterm>
|
||||
|
@ -568,7 +568,7 @@
|
|||
<step>
|
||||
<title>FDISK Partition Editor</title>
|
||||
<para>Select <literal>da1</literal> to enter the <literal>FDISK
|
||||
Partition Editor</literal>. Type <literal>A</literal> to
|
||||
Partition Editor</literal>. Type <userinput>A</userinput> to
|
||||
use the entire disk for FreeBSD. When asked if you want to
|
||||
<quote>remain cooperative with any future possible operating
|
||||
systems</quote>, answer <literal>YES</literal>. Write the
|
||||
|
|
Loading…
Reference in a new issue