git: 00bf1bc888bb - stable/14 - virtio.4: fix typo

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Sun, 26 Apr 2026 09:25:10 UTC
The branch stable/14 has been updated by tuexen:

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

commit 00bf1bc888bb6d1510c9247611d727444d14110a
Author:     Timo Völker <timo.voelker@fh-muenster.de>
AuthorDate: 2026-04-04 14:43:07 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2026-04-26 07:23:16 +0000

    virtio.4: fix typo
    
    Reviewed by:    tuexen
    Fixes:          c70755bc0d8f ("virtio: add loader tunables to sysctl")
    Event:          Wiesbaden Hackathon 2026
    
    (cherry picked from commit 39c44fc55f0ed595623fb6d66a4060b7be32fa51)
---
 share/man/man4/virtio.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4
index 0598d5d8621d..8252cc1b7954 100644
--- a/share/man/man4/virtio.4
+++ b/share/man/man4/virtio.4
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd March 2, 2026
+.Dd April 4, 2026
 .Dt VIRTIO 4
 .Os
 .Sh NAME
@@ -113,7 +113,7 @@ or to negotiate legacy mode and
 use the legacy
 .Nm
 driver
-.Pq 1 .
+.Pq 0 .
 The default value is 0.
 .El
 .Sh SEE ALSO