Whitespace only change. Remove all EOL whitespace, and wrap

paragraphs that need it to 78 columns.
This commit is contained in:
Giorgos Keramidas 2002-04-01 18:41:55 +00:00
parent 562f610550
commit 012517028f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12648

View file

@ -33,12 +33,12 @@
super-floppy, a 120 megabyte floppy drive which also handles traditional super-floppy, a 120 megabyte floppy drive which also handles traditional
1.44 megabyte floppies.</para> 1.44 megabyte floppies.</para>
<para>IOMEGA also sells a higher capacity, higher performance drive <para>IOMEGA also sells a higher capacity, higher performance drive called
called the JAZZ drive. JAZZ drives come in 1 gigabyte and the JAZZ drive. JAZZ drives come in 1 gigabyte and 2 gigabyte
2 gigabyte sizes.</para> sizes.</para>
<para>ZIP drives are available as internal or external units, using one <para>ZIP drives are available as internal or external units, using one of
of three interfaces:</para> three interfaces:</para>
<orderedlist> <orderedlist>
<listitem> <listitem>
@ -81,8 +81,8 @@
device file in the <filename>/dev</filename> directory represents device file in the <filename>/dev</filename> directory represents
the ZIP drive. This can be determined by looking at the boot the ZIP drive. This can be determined by looking at the boot
messages while FreeBSD is booting (or in messages while FreeBSD is booting (or in
<filename>/var/log/messages</filename> after booting), where you will <filename>/var/log/messages</filename> after booting), where you
see a line something like this:</para> will see a line something like this:</para>
<programlisting>da1: &lt;IOMEGA ZIP 100 D.13&gt; Removable Direct Access SCSI-2 Device</programlisting> <programlisting>da1: &lt;IOMEGA ZIP 100 D.13&gt; Removable Direct Access SCSI-2 Device</programlisting>
@ -91,7 +91,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para>The IDE (Integrated Drive Electronics) interface is a low-cost <para>The IDE (Integrated Drive Electronics) interface is a low-cost
disk drive interface used by many desktop PC's. Most IDE devices disk drive interface used by many desktop PC's. Most IDE devices
are strictly internal.</para> are strictly internal.</para>
@ -124,12 +124,12 @@
between multiple computers by toting around their ZIP drive.</para> between multiple computers by toting around their ZIP drive.</para>
<para>Performance will generally be slower than a SCSI or IDE ZIP <para>Performance will generally be slower than a SCSI or IDE ZIP
drive, since it is limited by the speed of the parallel port. drive, since it is limited by the speed of the parallel port.
Parallel port speed varies considerably between various computers, Parallel port speed varies considerably between various computers,
and can often be configured in the system BIOS. Some machines and can often be configured in the system BIOS. Some machines will
will also require BIOS configuration to operate the parallel also require BIOS configuration to operate the parallel port in
port in bidirectional mode. (Parallel ports were originally bidirectional mode. (Parallel ports were originally designed only
designed only for output to printers)</para> for output to printers)</para>
</listitem> </listitem>
</orderedlist> </orderedlist>
</sect1> </sect1>
@ -200,17 +200,18 @@
<programlisting>controller scbus0 at aha0</programlisting></para> <programlisting>controller scbus0 at aha0</programlisting></para>
<para>Finally, since you are creating a custom kernel configuration, you <para>Finally, since you are creating a custom kernel configuration,
can take the opportunity to remove all the unnecessary drivers. This you can take the opportunity to remove all the unnecessary drivers.
should be done with a great deal of caution, and only if you feel This should be done with a great deal of caution, and only if you
confident about making modifications to your kernel configuration. Removing unnecessary feel confident about making modifications to your kernel
drivers will reduce the kernel size, leaving more memory available configuration. Removing unnecessary drivers will reduce the kernel
for your applications. To determine which drivers are not needed, size, leaving more memory available for your applications. To
go to the end of the file <filename>/var/log/messages</filename>, and look for lines determine which drivers are not needed, go to the end of the file
reading "not found". Then, comment out these devices in your config <filename>/var/log/messages</filename>, and look for lines reading
file. You can also change other options to reduce the size and "not found". Then, comment out these devices in your config file.
increase the speed of your kernel. Read the section on rebuilding You can also change other options to reduce the size and increase
your kernel for more complete information.</para> the speed of your kernel. Read the section on rebuilding your kernel
for more complete information.</para>
</listitem> </listitem>
<listitem> <listitem>
@ -264,9 +265,9 @@
<para>For more information on the format of <para>For more information on the format of
<filename>/etc/fstab</filename>, see &man.fstab.5;.</para> <filename>/etc/fstab</filename>, see &man.fstab.5;.</para>
<para>You can also create a FreeBSD file-system on the ZIP disk <para>You can also create a FreeBSD file-system on the ZIP disk using
using &man.newfs.8;. However, the disk will only be usable on a FreeBSD &man.newfs.8;. However, the disk will only be usable on a FreeBSD
system, or perhaps a few other Unix clones that recognize FreeBSD system, or perhaps a few other Unix clones that recognize FreeBSD
file-systems. (Definitely not DOS or Windows.)</para> file-systems. (Definitely not DOS or Windows.)</para>
</sect1> </sect1>
</article> </article>