summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/keyboard.42
-rw-r--r--share/man/man4/polling.42
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/keyboard.4 b/share/man/man4/keyboard.4
index 24d9098..b19b0de 100644
--- a/share/man/man4/keyboard.4
+++ b/share/man/man4/keyboard.4
@@ -117,7 +117,7 @@ the exact key meanings from the kernel (fx. used by the X server).
.Pp
The function keys can be programmed using the SETFKEY ioctl call.
.Pp
-This ioctl takes a argument of the type fkeyarg_t:
+This ioctl takes an argument of the type fkeyarg_t:
.Bd -literal -offset indent
struct fkeyarg {
u_short keynum;
diff --git a/share/man/man4/polling.4 b/share/man/man4/polling.4
index bb7eb57..9b62058 100644
--- a/share/man/man4/polling.4
+++ b/share/man/man4/polling.4
@@ -34,7 +34,7 @@ which ultimately reduces the chances of livelock in the system.
In the normal, interrupt-based mode, devices generate an interrupt
whenever they need attention.
This in turn causes a
-context switch and the execution of a interrupt handler
+context switch and the execution of an interrupt handler
which performs whatever processing is needed by the device.
The duration of the interrupt handler is potentially unbounded
unless the device driver has been programmed with real-time
OpenPOWER on IntegriCloud