diff options
author | ru <ru@FreeBSD.org> | 2006-09-30 10:34:13 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-30 10:34:13 +0000 |
commit | 81bed6b88448650d0a633e9997ee17df8b7d9d79 (patch) | |
tree | bd9e0c431c6189606806a096fb14fcdea697b3ae /lib/libutil | |
parent | 1da895d121c2157e12372a98c2305588092e1773 (diff) | |
download | FreeBSD-src-81bed6b88448650d0a633e9997ee17df8b7d9d79.zip FreeBSD-src-81bed6b88448650d0a633e9997ee17df8b7d9d79.tar.gz |
Revise markup in recently added manpages.
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/kld.3 | 14 |
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 |