Bladeren bron

deploy: 918e87e0783fd9817c5da1e03a80ebf14e650837

jserv 2 maanden geleden
bovenliggende
commit
a601ea7583
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      index.html
  2. 1 1
      lkmpg-for-ht.html

+ 1 - 1
index.html

@@ -5431,7 +5431,7 @@ now.
 for <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc/interrupts</span></span></span> and a parameter to be passed to the interrupt handler.
 Usually there is a certain number of IRQs available. How many IRQs there are is
 hardware-dependent.
-</p><!-- l. 1986 --><p class='indent'>   The flags can be used for specify behaviors of the IRQ. For example, use
+</p><!-- l. 1986 --><p class='indent'>   The flags can be used to specify behaviors of the IRQ. For example, use
 <code> <span class='ectt-1000'>IRQF_SHARED</span>
 </code> to indicate you are willing to share the IRQ with other interrupt handlers
 (usually because a number of hardware devices sit on the same IRQ); use the

+ 1 - 1
lkmpg-for-ht.html

@@ -5431,7 +5431,7 @@ now.
 for <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>/proc/interrupts</span></span></span> and a parameter to be passed to the interrupt handler.
 Usually there is a certain number of IRQs available. How many IRQs there are is
 hardware-dependent.
-</p><!-- l. 1986 --><p class='indent'>   The flags can be used for specify behaviors of the IRQ. For example, use
+</p><!-- l. 1986 --><p class='indent'>   The flags can be used to specify behaviors of the IRQ. For example, use
 <code> <span class='ectt-1000'>IRQF_SHARED</span>
 </code> to indicate you are willing to share the IRQ with other interrupt handlers
 (usually because a number of hardware devices sit on the same IRQ); use the