summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2001-07-27 03:03:36 +0000
committerchris <chris@FreeBSD.org>2001-07-27 03:03:36 +0000
commit9ea3d9b8482dc07f51ca2263097eeb4ab3de2d43 (patch)
tree42fb81ed622f2e5dc2b6a677d038988df172eb96
parentb40a76aaa873b689859b948544129d467388cf1e (diff)
downloadFreeBSD-src-9ea3d9b8482dc07f51ca2263097eeb4ab3de2d43.zip
FreeBSD-src-9ea3d9b8482dc07f51ca2263097eeb4ab3de2d43.tar.gz
Add cross-references for the new kldsym(2) man page.
-rw-r--r--lib/libc/sys/kldfind.21
-rw-r--r--lib/libc/sys/kldfirstmod.21
-rw-r--r--lib/libc/sys/kldload.21
-rw-r--r--lib/libc/sys/kldnext.21
-rw-r--r--lib/libc/sys/kldstat.21
-rw-r--r--lib/libc/sys/kldunload.21
-rw-r--r--lib/libc/sys/modfind.21
-rw-r--r--lib/libc/sys/modnext.21
-rw-r--r--lib/libc/sys/modstat.21
9 files changed, 9 insertions, 0 deletions
diff --git a/lib/libc/sys/kldfind.2 b/lib/libc/sys/kldfind.2
index e7aa8c9..4cfc6a8 100644
--- a/lib/libc/sys/kldfind.2
+++ b/lib/libc/sys/kldfind.2
@@ -68,6 +68,7 @@ The file specified is not loaded in the kernel.
.Xr kldload 2 ,
.Xr kldnext 2 ,
.Xr kldstat 2 ,
+.Xr kldsym 2 ,
.Xr kldunload 2 ,
.Xr modfind 2 ,
.Xr modfnext 2 ,
diff --git a/lib/libc/sys/kldfirstmod.2 b/lib/libc/sys/kldfirstmod.2
index cf14e49..adaa6e5 100644
--- a/lib/libc/sys/kldfirstmod.2
+++ b/lib/libc/sys/kldfirstmod.2
@@ -61,6 +61,7 @@ was not found.
.Xr kldload 2 ,
.Xr kldnext 2 ,
.Xr kldstat 2 ,
+.Xr kldsym 2 ,
.Xr kldunload 2 ,
.Xr modfind 2 ,
.Xr modfnext 2 ,
diff --git a/lib/libc/sys/kldload.2 b/lib/libc/sys/kldload.2
index 424c6a1..6d1741f 100644
--- a/lib/libc/sys/kldload.2
+++ b/lib/libc/sys/kldload.2
@@ -75,6 +75,7 @@ was unrecognized.
.Xr kldfirstmod 2 ,
.Xr kldnext 2 ,
.Xr kldstat 2 ,
+.Xr kldsym 2 ,
.Xr kldunload 2 ,
.Xr modfind 2 ,
.Xr modfnext 2 ,
diff --git a/lib/libc/sys/kldnext.2 b/lib/libc/sys/kldnext.2
index 2f077bc..3382c68 100644
--- a/lib/libc/sys/kldnext.2
+++ b/lib/libc/sys/kldnext.2
@@ -65,6 +65,7 @@ refers to a kld file that does not exist (isn't loaded).
.Xr kldfirstmod 2 ,
.Xr kldload 2 ,
.Xr kldstat 2 ,
+.Xr kldsym 2 ,
.Xr kldunload 2 ,
.Xr modfind 2 ,
.Xr modfnext 2 ,
diff --git a/lib/libc/sys/kldstat.2 b/lib/libc/sys/kldstat.2
index ad02c12..d049741 100644
--- a/lib/libc/sys/kldstat.2
+++ b/lib/libc/sys/kldstat.2
@@ -110,6 +110,7 @@ function.
.Xr kldload 2 ,
.Xr kldnext 2 ,
.Xr kldunload 2 ,
+.Xr kldsym 2 ,
.Xr modfind 2 ,
.Xr modfnext 2 ,
.Xr modnext 2 ,
diff --git a/lib/libc/sys/kldunload.2 b/lib/libc/sys/kldunload.2
index 2988a16..c2fbf4b 100644
--- a/lib/libc/sys/kldunload.2
+++ b/lib/libc/sys/kldunload.2
@@ -71,6 +71,7 @@ You attempted to unload a file linked by the kernel.
.Xr kldload 2 ,
.Xr kldnext 2 ,
.Xr kldstat 2 ,
+.Xr kldsym 2 ,
.Xr modfind 2 ,
.Xr modfnext 2 ,
.Xr modnext 2 ,
diff --git a/lib/libc/sys/modfind.2 b/lib/libc/sys/modfind.2
index 955aa7a..401eb60 100644
--- a/lib/libc/sys/modfind.2
+++ b/lib/libc/sys/modfind.2
@@ -69,6 +69,7 @@ The file specified is not loaded in the kernel.
.Xr kldload 2 ,
.Xr kldnext 2 ,
.Xr kldstat 2 ,
+.Xr kldsym 2 ,
.Xr kldunload 2 ,
.Xr modfnext 2 ,
.Xr modnext 2 ,
diff --git a/lib/libc/sys/modnext.2 b/lib/libc/sys/modnext.2
index db690ff..ed6398e 100644
--- a/lib/libc/sys/modnext.2
+++ b/lib/libc/sys/modnext.2
@@ -76,6 +76,7 @@ refers to a kernel module that does not exist (isn't loaded).
.Xr kldload 2 ,
.Xr kldnext 2 ,
.Xr kldstat 2 ,
+.Xr kldsym 2 ,
.Xr kldunload 2 ,
.Xr modfind 2 ,
.Xr modstat 2 ,
diff --git a/lib/libc/sys/modstat.2 b/lib/libc/sys/modstat.2
index 6ad1626..9cadabd 100644
--- a/lib/libc/sys/modstat.2
+++ b/lib/libc/sys/modstat.2
@@ -113,6 +113,7 @@ function.
.Xr kldload 2 ,
.Xr kldnext 2 ,
.Xr kldstat 2 ,
+.Xr kldsym 2 ,
.Xr kldunload 2 ,
.Xr modfind 2 ,
.Xr modfnext 2 ,
OpenPOWER on IntegriCloud