Re-formulate the first sentence for better readability

MFC after:	3 days
This commit is contained in:
Christian Brueffer 2004-09-18 12:33:01 +00:00
parent e4cdd0d4b5
commit d79243f886
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135424

View File

@ -36,10 +36,9 @@
.Sh DESCRIPTION
Device polling
.Nm (
for brevity) refers to a technique to
handle devices that does not rely on the latter to generate
interrupts when they need attention, but rather lets the CPU poll
devices to service their needs.
for brevity) refers to a technique that
lets the operating system periodically poll devices, instead of
relying on the devices to generate interrupts when they need attention.
This might seem inefficient and counterintuitive, but when done
properly,
.Nm