Move two <informalexample>'s out of a <para>. Fix two grammar bogons:
sentence without a subject and "to utilized" -> "to be utilized".
This commit is contained in:
parent
f96817a8f4
commit
00b188f72e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5838
2 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.8 1999/10/11 20:03:24 jhb Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.9 1999/10/11 20:23:45 jhb Exp $ -->
|
||||
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
|
||||
<article>
|
||||
<artheader>
|
||||
|
@ -113,7 +113,7 @@
|
|||
<term>LILO, or LInux LOader</term>
|
||||
|
||||
<listitem>
|
||||
<para>This is a limited boot manager. Will boot FreeBSD,
|
||||
<para>This is a limited boot manager. It will boot FreeBSD,
|
||||
though some customization work is required in the LILO
|
||||
configuration file.</para>
|
||||
</listitem>
|
||||
|
@ -124,7 +124,7 @@
|
|||
<title>About FAT32</title>
|
||||
|
||||
<para>FAT32 is the replacement to the FAT filesystem included in
|
||||
Microsoft's OEM SR2 Beta release, which is expected to
|
||||
Microsoft's OEM SR2 Beta release, which is expected to be
|
||||
utilitized on computers pre-loaded with Windows 95 towards the
|
||||
end of 1996. It converts the normal FAT file system and
|
||||
allows you to use smaller cluster sizes for larger hard
|
||||
|
@ -397,7 +397,7 @@ Press Esc to continue
|
|||
sectors per track, with the number of cylinders and heads
|
||||
varying widely from disk to disk. Thus you can figure the
|
||||
number of bytes of data that'll fit on your own disk by
|
||||
calculating:
|
||||
calculating:</para>
|
||||
|
||||
<informalexample>
|
||||
<para>(# of cylinders) × (# heads) × (63
|
||||
|
@ -410,7 +410,7 @@ Press Esc to continue
|
|||
<informalexample>
|
||||
<para>(3148 cyl) × (16 heads) × (63
|
||||
sectors/track) × (512 bytes/sect)</para>
|
||||
</informalexample></para>
|
||||
</informalexample>
|
||||
|
||||
<para>which is 1,624,670,208 bytes, or around 1.6 Gig.</para>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.8 1999/10/11 20:03:24 jhb Exp $ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/multi-os/article.sgml,v 1.9 1999/10/11 20:23:45 jhb Exp $ -->
|
||||
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
|
||||
<article>
|
||||
<artheader>
|
||||
|
@ -113,7 +113,7 @@
|
|||
<term>LILO, or LInux LOader</term>
|
||||
|
||||
<listitem>
|
||||
<para>This is a limited boot manager. Will boot FreeBSD,
|
||||
<para>This is a limited boot manager. It will boot FreeBSD,
|
||||
though some customization work is required in the LILO
|
||||
configuration file.</para>
|
||||
</listitem>
|
||||
|
@ -124,7 +124,7 @@
|
|||
<title>About FAT32</title>
|
||||
|
||||
<para>FAT32 is the replacement to the FAT filesystem included in
|
||||
Microsoft's OEM SR2 Beta release, which is expected to
|
||||
Microsoft's OEM SR2 Beta release, which is expected to be
|
||||
utilitized on computers pre-loaded with Windows 95 towards the
|
||||
end of 1996. It converts the normal FAT file system and
|
||||
allows you to use smaller cluster sizes for larger hard
|
||||
|
@ -397,7 +397,7 @@ Press Esc to continue
|
|||
sectors per track, with the number of cylinders and heads
|
||||
varying widely from disk to disk. Thus you can figure the
|
||||
number of bytes of data that'll fit on your own disk by
|
||||
calculating:
|
||||
calculating:</para>
|
||||
|
||||
<informalexample>
|
||||
<para>(# of cylinders) × (# heads) × (63
|
||||
|
@ -410,7 +410,7 @@ Press Esc to continue
|
|||
<informalexample>
|
||||
<para>(3148 cyl) × (16 heads) × (63
|
||||
sectors/track) × (512 bytes/sect)</para>
|
||||
</informalexample></para>
|
||||
</informalexample>
|
||||
|
||||
<para>which is 1,624,670,208 bytes, or around 1.6 Gig.</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue