diff options
author | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-01-28 21:35:11 +0000 |
---|---|---|
committer | Vladimir Kondratyev <wulf@FreeBSD.org> | 2021-01-28 21:40:01 +0000 |
commit | 5c689e213614bff65e9789875f839aa05053126b (patch) | |
tree | 106756a0d257ff2d0b006be1f0bf2d1e34c09ebe | |
parent | b1f1917de48b3eda092937c2af159aa5bc116d37 (diff) | |
download | src-5c689e213614bff65e9789875f839aa05053126b.tar.gz src-5c689e213614bff65e9789875f839aa05053126b.zip |
hsctrl: Fix manpage typo
Use hsctrl_load to load the module at boot time.
Submitted by: Shunchao Hu <ankohuu_outlook.com>
Reviewed by: wulf
MFC after: 3 days
Differential revision: https://reviews.freebsd.org/D28343
-rw-r--r-- | share/man/man4/hsctrl.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/hsctrl.4 b/share/man/man4/hsctrl.4 index ba7976c3c03d..e4a44ce11630 100644 --- a/share/man/man4/hsctrl.4 +++ b/share/man/man4/hsctrl.4 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 14, 2020 +.Dd January 26, 2021 .Dt HSCTRL 4 .Os .Sh NAME @@ -45,7 +45,7 @@ Alternatively, to load the driver as a module at boot time, place the following line in .Xr loader.conf 5 : .Bd -literal -offset indent -hgame_load="YES" +hsctrl_load="YES" .Ed .Sh DESCRIPTION The |