diff options
| author | Alexey Marchenko <a.marchenko@miatel.ru> | 2023-05-05 12:56:50 +0000 |
|---|---|---|
| committer | Yuri Pankov <yuripv@FreeBSD.org> | 2023-05-05 13:08:51 +0000 |
| commit | 66659955dafd3effd37e292c36c5404318d388e8 (patch) | |
| tree | 095434e96970014cf68a6c53f310403aac52c4a5 | |
| parent | 5807f35c541c26bbd91a3ae12506cd8dd8f20688 (diff) | |
| download | src-66659955dafd3effd37e292c36c5404318d388e8.tar.gz src-66659955dafd3effd37e292c36c5404318d388e8.zip | |
bhyve(8): fix typo in examples
PR: 271259
| -rw-r--r-- | usr.sbin/bhyve/bhyve.8 | 4 |
1 files 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 |
