aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-05-21 03:16:35 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-05-21 03:16:35 +0000
commit8d1562594470690c915d0def61c65f6b3d93e823 (patch)
tree603f4a4694c5503bed7a1b2bef80c0da1fdeb771 /share
parent1663ea5841ac2258931867a1ff9bdfba7f872677 (diff)
No be needed here --- "typo".
Notes
Notes: svn path=/head/; revision=60750
Diffstat (limited to 'share')
-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