| Summary: | A simple misprint in the BHYVE(8) documentation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Alexey Marchenko <a.marchenko> | ||||
| Component: | Manual Pages | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | bcr, doc | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit in branch main references this bug: 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(-) Close this one, a patch has been committed to main. Thanks for submitting it! MARKED AS SPAM |
Created attachment 241993 [details] A simple misprint Incorrect command line parameter at the end of the EXAMPLES section: bhyve -c 2 -m 4g -w -H \ -s 0,hostbridge \ -s 31,lpc -p com1,stdio \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd,BHYVE_UEFI_VARS.fd uefivm parameter "-p" must be changed to "-l"