Partially revert rev. 1.138: join two para's together to unbreak the build.
It seems we stumbled upon a DSSSL/DocBook bug - a <row><entry> treats whitespace between a </para> and the next <para> as character data, and disallows it.
This commit is contained in:
parent
f90cba514d
commit
af793344e1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12246
1 changed files with 2 additions and 2 deletions
|
@ -2215,9 +2215,9 @@ Mounting root from ufs:/dev/md0c
|
|||
available physical memory (RAM). So if you have
|
||||
You should also have at least 64MB of swap, so if you have
|
||||
less than 32MB of RAM in your computer then set the swap
|
||||
amount to 64MB.</para>
|
||||
amount to 64MB.</para><para>
|
||||
|
||||
<para>If you have more than one disk then you can put swap
|
||||
If you have more than one disk then you can put swap
|
||||
space on each disk. FreeBSD will then use each disk for
|
||||
swap, which effectively speeds up the act of swapping. In
|
||||
this case, calculate the total amount of swap you need
|
||||
|
|
Loading…
Reference in a new issue