Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2023 09:33:42 GMT
From:      =?utf-8?Q?Corvin=20K=C3=B6hne?= <corvink@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c98d13fbf9c9 - main - bhyve: fix spelling mistake of pcireg option
Message-ID:  <202303290933.32T9XgaL017163@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by corvink:

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

commit c98d13fbf9c9b75a49e48789932cd1395c95e7bf
Author:     Corvin Köhne <corvink@FreeBSD.org>
AuthorDate: 2023-03-28 12:19:56 +0000
Commit:     Corvin Köhne <corvink@FreeBSD.org>
CommitDate: 2023-03-29 09:33:06 +0000

    bhyve: fix spelling mistake of pcireg option
    
    The option is spelled "pcireg" not "pcir".
    
    MFC after:              1 week
    Fixes:                  f4ceaff56ddaacc151df07d2d205a2d7fcb736a8
    Sponsored by:           Beckhoff Automation GmbH & Co. KG
---
 usr.sbin/bhyve/bhyve_config.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/bhyve/bhyve_config.5 b/usr.sbin/bhyve/bhyve_config.5
index e9594d432563..8063df763689 100644
--- a/usr.sbin/bhyve/bhyve_config.5
+++ b/usr.sbin/bhyve/bhyve_config.5
@@ -542,7 +542,7 @@ for fwctl and
 for fwcfg.
 .It Va pc-testdev Ta bool Ta false Ta
 Enable the PC debug/test device.
-.It Va pcir.* Ta integer Ta Ta
+.It Va pcireg.* Ta integer Ta Ta
 Values of PCI register.
 It also accepts the value
 .Ar host



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