Re-formulate the first sentence for better readability

MFC after:	3 days
This commit is contained in:
brueffer 2004-09-18 12:33:01 +00:00
parent 06ac376bea
commit 6341e8a709

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