aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/hwpmc.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/hwpmc.4')
-rw-r--r--share/man/man4/hwpmc.410
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man4/hwpmc.4 b/share/man/man4/hwpmc.4
index bf9cb5e9e5e3..a15ca1451628 100644
--- a/share/man/man4/hwpmc.4
+++ b/share/man/man4/hwpmc.4
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 16, 2023
+.Dd July 8, 2023
.Dt HWPMC 4
.Os
.Sh NAME
@@ -47,14 +47,12 @@ Additionally, for i386 systems:
.Cd "device apic"
.Ed
.Pp
-To load the driver as a module at boot time, place the
-following line in
-.Xr rc.conf 5 :
+To load the driver as a module at boot time:
.Bd -literal -offset indent
-kld_list="${kld_list} hwpmc"
+sysrc kld_list+=hwpmc
.Ed
.Pp
-Alternatively, to compile this driver into the kernel:
+Alternatively, to compile the driver into the kernel:
.Bd -ragged -offset indent
.Cd "device hwpmc"
.Ed