git: 66659955dafd - main - bhyve(8): fix typo in examples
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 May 2023 13:15:54 UTC
The branch main has been updated by yuripv:
URL: https://cgit.FreeBSD.org/src/commit/?id=66659955dafd3effd37e292c36c5404318d388e8
commit 66659955dafd3effd37e292c36c5404318d388e8
Author: Alexey Marchenko <a.marchenko@miatel.ru>
AuthorDate: 2023-05-05 12:56:50 +0000
Commit: Yuri Pankov <yuripv@FreeBSD.org>
CommitDate: 2023-05-05 13:08:51 +0000
bhyve(8): fix typo in examples
PR: 271259
---
usr.sbin/bhyve/bhyve.8 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 72018912e2c5..321c014395fb 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 19, 2022
+.Dd May 5, 2023
.Dt BHYVE 8
.Os
.Sh NAME
@@ -988,7 +988,7 @@ Be sure to create a per-guest copy of the template VARS file from
.Bd -literal -offset indent
bhyve -c 2 -m 4g -w -H \\
-s 0,hostbridge \\
- -s 31,lpc -p com1,stdio \\
+ -s 31,lpc -l com1,stdio \\
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd,BHYVE_UEFI_VARS.fd
uefivm
.Ed