summaryrefslogtreecommitdiffstats
path: root/lib/libutil/kld.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-30 10:34:13 +0000
committerru <ru@FreeBSD.org>2006-09-30 10:34:13 +0000
commit81bed6b88448650d0a633e9997ee17df8b7d9d79 (patch)
treebd9e0c431c6189606806a096fb14fcdea697b3ae /lib/libutil/kld.3
parent1da895d121c2157e12372a98c2305588092e1773 (diff)
downloadFreeBSD-src-81bed6b88448650d0a633e9997ee17df8b7d9d79.zip
FreeBSD-src-81bed6b88448650d0a633e9997ee17df8b7d9d79.tar.gz
Revise markup in recently added manpages.
Diffstat (limited to 'lib/libutil/kld.3')
-rw-r--r--lib/libutil/kld.314
1 files changed, 4 insertions, 10 deletions
diff --git a/lib/libutil/kld.3 b/lib/libutil/kld.3
index c0cd6d5..decaee7 100644
--- a/lib/libutil/kld.3
+++ b/lib/libutil/kld.3
@@ -49,26 +49,20 @@ The
function takes a name and returns a non-zero value if a module of that
name is currently loaded.
The name can be either the name of a module file
-.Po
-.Va cpufreq.ko
-.Pc ,
+.Pq Pa cpufreq.ko ,
the same name without the
.Pa .ko
extension
-.Po
-.Va cpufreq
-.Pc ,
+.Pq Pa cpufreq ,
or the name of a module contained within that file
-.Po
-.Va cpu/ichss
-.Pc .
+.Pq Pa cpu/ichss .
Only the latter will return correct results if the module is compiled
into the kernel.
.Pp
The
.Fn kld_load
function is a simple wrapper around the
-.Fn kldload
+.Xr kldload 2
function.
It returns zero if and only if the corresponding
.Fn kldload
OpenPOWER on IntegriCloud