git: 39c44fc55f0e - main - virtio.4: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Apr 2026 14:46:32 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=39c44fc55f0ed595623fb6d66a4060b7be32fa51
commit 39c44fc55f0ed595623fb6d66a4060b7be32fa51
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-04 14:46:25 +0000
virtio.4: fix typo
Reviewed by: tuexen
Fixes: c70755bc0d8f ("virtio: add loader tunables to sysctl")
MFC after: 3 days
---
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