bsdconfig --help - presents an array of commands that includes vt_keymap The manual page is not consistent with the array.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e7bdf44da75a3f877c90dbbb9ff3db730937bc96 commit e7bdf44da75a3f877c90dbbb9ff3db730937bc96 Author: Kit Dallege <xaum.io@gmail.com> AuthorDate: 2026-03-27 04:25:38 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2026-06-10 12:35:04 +0000 bsdconfig(8): add missing vt(4) console commands Add documentation for the vt_font, vt_keymap, vt_repeat, vt_saver, vt_screenmap, and vt_ttys commands which are available at runtime but were not listed in the man page. Also clarify that the existing syscons_* commands are for the syscons(4) console driver and remove stale commented-out entries. PR: 291051 Signed-off-by: Kit Dallege <xaum.io@gmail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/2100 usr.sbin/bsdconfig/bsdconfig.8 | 48 +++++++++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 17 deletions(-)
^Triage: since there is no way to set MFC flags for Manual Pages, there is nothing to do here but close this.