Typos.
This commit is contained in:
parent
5e05157e70
commit
f0c81b7b67
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27923
1 changed files with 3 additions and 3 deletions
|
@ -440,7 +440,7 @@
|
||||||
library (usually in
|
library (usually in
|
||||||
<filename>/lib/geom</filename>).</para></listitem>
|
<filename>/lib/geom</filename>).</para></listitem>
|
||||||
|
|
||||||
<listitem><para>it &man.dlopen.3;-es the library, extracts the
|
<listitem><para>it &man.dlopen.3;-s the library, extracts the
|
||||||
definitions of command-line parameters and helper
|
definitions of command-line parameters and helper
|
||||||
functions.</para></listitem>
|
functions.</para></listitem>
|
||||||
|
|
||||||
|
@ -543,7 +543,7 @@
|
||||||
quite a bit, but forces the handling to be fast.</para>
|
quite a bit, but forces the handling to be fast.</para>
|
||||||
|
|
||||||
<para>Of these, the most important function for doing actual
|
<para>Of these, the most important function for doing actual
|
||||||
usefull work is the <function>.start</function>() function,
|
useful work is the <function>.start</function>() function,
|
||||||
which is called when a BIO requests arrives for a provider
|
which is called when a BIO requests arrives for a provider
|
||||||
managed by a instance of geom class.</para>
|
managed by a instance of geom class.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -641,7 +641,7 @@
|
||||||
|
|
||||||
<para>This restriction is here to stop geom code clogging the I/O
|
<para>This restriction is here to stop geom code clogging the I/O
|
||||||
request path, because sleeping in the code is usually not
|
request path, because sleeping in the code is usually not
|
||||||
time-bound and there can be no guarantiees on how long will it
|
time-bound and there can be no guarantees on how long will it
|
||||||
take (there are some other, more technical reasons also). It
|
take (there are some other, more technical reasons also). It
|
||||||
also means that there is not much that can be done in those
|
also means that there is not much that can be done in those
|
||||||
threads; for example, almost any complex thing requires memory
|
threads; for example, almost any complex thing requires memory
|
||||||
|
|
Loading…
Reference in a new issue