Bug 271259

Summary: A simple misprint in the BHYVE(8) documentation
Product: Documentation Reporter: Alexey Marchenko <a.marchenko>
Component: Manual PagesAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: bcr, doc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
A simple misprint none

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