Kill EOL whitespace.

This commit is contained in:
Ceri Davies 2007-05-04 12:33:02 +00:00
parent a9ad3db4c7
commit eb6784ebf1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30145

View file

@ -35,7 +35,7 @@
<abstract>
<para>This text documents some starting points in developing
GEOM classes, and kernel modules in general. It is assumed
GEOM classes, and kernel modules in general. It is assumed
that the reader is familiar with C userland programming.</para>
</abstract>
@ -177,7 +177,7 @@ options KDB_TRACE</programlisting>
<programlisting>kern.filedelay=5
kern.dirdelay=4
kern.metadelay=3</programlisting>
<para>The numbers represent seconds.</para>
<para>For debugging kernel panics, kernel core dumps are
@ -310,7 +310,7 @@ KMOD=geom_journal
a buffer, and a bunch of <quote>user-specific</quote> flags
and fields that can help implement various hacks.</para>
<para>The important thing here is that <structname>bio</structname>s
<para>The important thing here is that <structname>bio</structname>s
are handled asynchronously. That means that, in most parts of the code,
there is no analogue to userland's &man.read.2; and
&man.write.2; calls that do not return until a request is
@ -352,7 +352,7 @@ KMOD=geom_journal
<para>GEOM classes are transformations on the data. These transformations
can be combined in a tree-like fashion. Instances of GEOM classes are
called <emphasis>geoms</emphasis>.</para>
<para>Each GEOM class has several "class methods" that get called
when there is no geom instance available (or they are simply not
bound to a single instance):</para>