Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 21:01:19 GMT
From:      Vladimir Kondratyev <wulf@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 31026a4677d0 - stable/13 - hcons: Fix manpage typo
Message-ID:  <202102042101.114L1Jve086264@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by wulf:

URL: https://cgit.FreeBSD.org/src/commit/?id=31026a4677d0bbfc55433ba4f375700ec919e3bf

commit 31026a4677d0bbfc55433ba4f375700ec919e3bf
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2021-01-23 19:19:50 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2021-02-04 20:59:43 +0000

    hcons: Fix manpage typo
    
    Submitted by:   Shunchao Hu <ankohuu_outlook.com>
    Reviewed by:    wulf, gbe
    Differential revision:  https://reviews.freebsd.org/D28294
    
    (cherry picked from commit 0d528e6354141dd097f8719e858b3ae3686d2062)
---
 share/man/man4/hcons.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/hcons.4 b/share/man/man4/hcons.4
index a8fe22983453..68a920fba9d8 100644
--- a/share/man/man4/hcons.4
+++ b/share/man/man4/hcons.4
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 14, 2020
+.Dd January 23, 2021
 .Dt HCONS 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"
+hcons_load="YES"
 .Ed
 .Sh DESCRIPTION
 The



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102042101.114L1Jve086264>