Add a <note> around a <para>, where parenthesises have been used
before. PR: 23816 Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de>
This commit is contained in:
parent
01f83e11b5
commit
01c56d136b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8648
2 changed files with 18 additions and 10 deletions
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.132 2001/01/01 05:09:56 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.133 2001/01/03 18:37:22 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
|
||||
|
@ -1740,10 +1740,14 @@ BUSY</literallayout></entry>
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>(By the <quote>geometry</quote> of a disk, we mean the
|
||||
number of cylinders, heads and sectors/track on a disk - I'll
|
||||
refer to this as C/H/S for convenience. This is how the PC's
|
||||
BIOS works out which area on a disk to read/write from).</para>
|
||||
<para>
|
||||
<note>
|
||||
<para>By the <quote>geometry</quote> of a disk, we mean the
|
||||
number of cylinders, heads and sectors/track on a disk - I'll
|
||||
refer to this as C/H/S for convenience. This is how the PC's
|
||||
BIOS works out which area on a disk to read/write from.</para>
|
||||
</note>
|
||||
</para>
|
||||
|
||||
<para>This seems to cause a lot of confusion for some reason.
|
||||
First of all, the <emphasis>physical</emphasis> geometry of a
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.132 2001/01/01 05:09:56 ben Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.133 2001/01/03 18:37:22 ben Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X.
|
||||
|
@ -1740,10 +1740,14 @@ BUSY</literallayout></entry>
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>(By the <quote>geometry</quote> of a disk, we mean the
|
||||
number of cylinders, heads and sectors/track on a disk - I'll
|
||||
refer to this as C/H/S for convenience. This is how the PC's
|
||||
BIOS works out which area on a disk to read/write from).</para>
|
||||
<para>
|
||||
<note>
|
||||
<para>By the <quote>geometry</quote> of a disk, we mean the
|
||||
number of cylinders, heads and sectors/track on a disk - I'll
|
||||
refer to this as C/H/S for convenience. This is how the PC's
|
||||
BIOS works out which area on a disk to read/write from.</para>
|
||||
</note>
|
||||
</para>
|
||||
|
||||
<para>This seems to cause a lot of confusion for some reason.
|
||||
First of all, the <emphasis>physical</emphasis> geometry of a
|
||||
|
|
Loading…
Reference in a new issue