Bug 291051 - bsdconfig(8) list of commands is incomplete
Summary: bsdconfig(8) list of commands is incomplete
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Warner Losh
URL: https://man.freebsd.org/cgi/man.cgi?q...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-17 03:00 UTC by devnull
Modified: 2026-07-17 07:07 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description devnull freebsd_committer freebsd_triage 2025-11-17 03:00:02 UTC
bsdconfig --help

- presents an array of commands that includes
  vt_keymap

The manual page is not consistent with the array.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-06-10 12:36:35 UTC
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(-)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2026-07-17 07:07:27 UTC
^Triage: since there is no way to set MFC flags for Manual Pages, there is
nothing to do here but close this.