aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/kld.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/kld.4 b/share/man/man4/kld.4
index b950202095f0..04c4704e76d0 100644
--- a/share/man/man4/kld.4
+++ b/share/man/man4/kld.4
@@ -93,7 +93,7 @@ drivers may be loaded into the system with
.Nm KLD .
The major problem with loading
a device driver is that the driver's
-device nodes must be exist for the
+device nodes must exist for the
devices to be accessed. They are usually
created by using
.Xr MAKEDEV 8