aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/kldfirstmod.2
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-09-28 22:39:59 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-09-28 22:39:59 +0000
commit5edc35721986d0a8711bf83b89d7cf1e73f81238 (patch)
tree238cada721f9436ec9c2c69a2e261a0427c65b9f /lib/libc/sys/kldfirstmod.2
parentc548151f51f90b1c88efff5a1f1e07282b5cff85 (diff)
downloadsrc-5edc35721986d0a8711bf83b89d7cf1e73f81238.tar.gz
src-5edc35721986d0a8711bf83b89d7cf1e73f81238.zip
Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) man
pages by Chris Costello.
Notes
Notes: svn path=/head/; revision=66430
Diffstat (limited to 'lib/libc/sys/kldfirstmod.2')
-rw-r--r--lib/libc/sys/kldfirstmod.23
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/kldfirstmod.2 b/lib/libc/sys/kldfirstmod.2
index 67c1e7f60469..d24b41f04e6b 100644
--- a/lib/libc/sys/kldfirstmod.2
+++ b/lib/libc/sys/kldfirstmod.2
@@ -61,6 +61,9 @@ was not found.
.Xr kldnext 2 ,
.Xr kldstat 2 ,
.Xr kldunload 2 ,
+.Xr modfind 2 ,
+.Xr modnext 2 ,
+.Xr modstat 2 ,
.Xr kld 4
.Sh HISTORY
The