Re: Check Typo on Bhyve Instructions in Handbook
Le 11.04.2021 11:52, Aaron Sudholt a écrit : > Good morning: > > Wanted to send a notice on a typo for the Bhyve instructions on page found > here: > https://docs.freebsd.org/en/books/handbook/virtualization/#virtualization-host-bhyve > > Specifically, the example Bhyve launch command looks for > "bootrom,/usr/local/shared/uefi-firmware/BHYVE_UEFI.fd" but the folder is > not /usr/local/shared, it's /usr/local/share. At least on my 12.2 system. > Note the lack of the "d" at the end of share. > > Just a heads-up. Thanks! > Fixed. Thanks! -- Marc ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 255017] /usr/local/shared should be /usr/local/share in the handbook
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255017 Daniel Ebdrup Jensen changed: What|Removed |Added Keywords||easy, needs-patch CC||debd...@freebsd.org --- Comment #1 from Daniel Ebdrup Jensen --- Let's mark this as something that most people can get their feet wet with, if they want to contribute their first patch. Careful use of a regular expression should be enough, and I'm sure it won't be a problem getting it commited if it passes muster. :) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 255017] /usr/local/shared should be /usr/local/share in the handbook
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255017 --- Comment #2 from Jens Schweikhardt --- Created attachment 224082 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224082&action=edit Changes /usr/local/shared/ to /usr/local/share/ Here's the "git diff" after find . -type f -print0|xargs -0 sed -i "" -e s,/usr/local/shared/,/usr/local/share/,g -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 255026] many kernel configuration files link to outdated Handbook version
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255026 Li-Wen Hsu changed: What|Removed |Added Assignee|b...@freebsd.org|d...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 255015] documentation: git command error for cloning /usr/src
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255015 --- Comment #1 from Tommy P --- I've found some interesting information: Clone (public-mirror) https://git.FreeBSD.org/src.git ssh://anon...@git.freebsd.org/src.git (developers-only) ssh://g...@gitrepo.freebsd.org/src.git at the bottom of: https://cgit.freebsd.org/src/ So it seems that the link provided in the documentation is for developers only. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
en_US.ISO8859-1 copy of Committer's Guide is outdated
I noticed that https://docs.freebsd.org/en_US.ISO8859-1/articles/committers-guide/index.html still has the Subversion Primer, while the copy at https://docs.freebsd.org/en/articles/committers-guide/ has the updated Git version of the docs. Is there some extra work needed for the en_US.ISO8859-1 copy, or was it missed in an update? -- Rebecca Cran ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"