Whitespace cleanup for previous commit
PR: 40951 Approved by: ceri (mentor)
This commit is contained in:
parent
7906f06ef8
commit
f3db8ca393
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15673
1 changed files with 5 additions and 3 deletions
|
@ -333,8 +333,8 @@ pseudo-device md # memory disk</programlisting>
|
|||
of the file from <literal>ESDI</literal> to
|
||||
<literal>DOC2K</literal>. Next, regardless of whether you are using
|
||||
Disk-On-Chip or ATA compatible compact flash media, you need to add
|
||||
an <literal>a:</literal> line at the end of the file. This <literal>a:</literal> line
|
||||
should look like:</para>
|
||||
an <literal>a:</literal> line at the end of the file. This
|
||||
<literal>a:</literal> line should look like:</para>
|
||||
|
||||
<programlisting>a: <replaceable>123456</replaceable> 0 4.2BSD 0 0</programlisting>
|
||||
|
||||
|
@ -546,7 +546,9 @@ pseudo-device md # memory disk</programlisting>
|
|||
your filesystems on the flash media. Since they are read-only, you
|
||||
will need to temporarily mount them read-write using the mount syntax
|
||||
shown in <xref linkend="ro-fs">. You should always remount those
|
||||
filesystems read-only when you are done with any maintenance - unnecessary writes to the flash media could considerably shorten its lifespan.</para>
|
||||
filesystems read-only when you are done with any maintenance -
|
||||
unnecessary writes to the flash media could considerably shorten its
|
||||
lifespan.</para>
|
||||
|
||||
<para>To make it possible to enter a ports directory and successfully
|
||||
run <command>make install</command>, it is necessary for the file
|
||||
|
|
Loading…
Reference in a new issue