From 81bed6b88448650d0a633e9997ee17df8b7d9d79 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 30 Sep 2006 10:34:13 +0000 Subject: Revise markup in recently added manpages. --- lib/libutil/kld.3 | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'lib/libutil') 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 -- cgit v1.1