Bug 271259 - A simple misprint in the BHYVE(8) documentation
Summary: A simple misprint in the BHYVE(8) documentation
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-05 12:43 UTC by Alexey Marchenko
Modified: 2024-04-11 12:06 UTC (History)
2 users (show)

See Also:


Attachments
A simple misprint (476 bytes, patch)
2023-05-05 12:43 UTC, Alexey Marchenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Marchenko 2023-05-05 12:43:58 UTC
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"
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-05-05 13:16:42 UTC
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(-)
Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2023-06-18 08:50:29 UTC
Close this one, a patch has been committed to main.
Thanks for submitting it!
Comment 3 Neil Phillips 2024-04-11 02:34:18 UTC
MARKED AS SPAM