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
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd April 12, 2020
|
||||
.Dd June 9, 2026
|
||||
.Dt BSDCONFIG 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -170,29 +170,43 @@ Shortcut to the Delete menu under the View/Edit Startup Configuration menu
|
||||
(startup_rcconf) of startup.
|
||||
.It Cm startup_rcvar
|
||||
Shortcut to the Toggle Startup Services menu under startup.
|
||||
.\" use neutral name, e.g. console_keymap instead of syscons_keymap?
|
||||
.\" font (encoding) selection not applicable to vt(4)!
|
||||
.It Cm syscons_font
|
||||
Shortcut to the Font menu under console.
|
||||
.\" .It Cm console_keymap
|
||||
.\" Shortcut to the Keymap menu under console.
|
||||
Shortcut to the Font menu under console for
|
||||
.Xr syscons 4 .
|
||||
.It Cm syscons_keymap
|
||||
Shortcut to the Keymap menu under console.
|
||||
.\" .It Cm vt_repeat
|
||||
.\" Shortcut to the Repeat menu under console.
|
||||
Shortcut to the Keymap menu under console for
|
||||
.Xr syscons 4 .
|
||||
.It Cm syscons_repeat
|
||||
Shortcut to the Repeat menu under console.
|
||||
Shortcut to the Repeat menu under console for
|
||||
.Xr syscons 4 .
|
||||
.\" .It Cm vt_saver
|
||||
.\" Shortcut to the Saver menu under console.
|
||||
.It Cm syscons_saver
|
||||
Shortcut to the Saver menu under console.
|
||||
.\" screenmap (encoding) selection not applicable to vt(4)!
|
||||
Shortcut to the Saver menu under console for
|
||||
.Xr syscons 4 .
|
||||
.It Cm syscons_screenmap
|
||||
Shortcut to the Screenmap menu under console.
|
||||
.\" .It Cm vt_syscons_ttys
|
||||
.\" Shortcut to the Ttys menu under console.
|
||||
Shortcut to the Screenmap menu under console for
|
||||
.Xr syscons 4 .
|
||||
.It Cm syscons_ttys
|
||||
Shortcut to the Ttys menu under console.
|
||||
Shortcut to the Ttys menu under console for
|
||||
.Xr syscons 4 .
|
||||
.It Cm vt_font
|
||||
Shortcut to the Font menu under console for
|
||||
.Xr vt 4 .
|
||||
.It Cm vt_keymap
|
||||
Shortcut to the Keymap menu under console for
|
||||
.Xr vt 4 .
|
||||
.It Cm vt_repeat
|
||||
Shortcut to the Repeat menu under console for
|
||||
.Xr vt 4 .
|
||||
.It Cm vt_saver
|
||||
Shortcut to the Saver menu under console for
|
||||
.Xr vt 4 .
|
||||
.It Cm vt_screenmap
|
||||
Shortcut to the Screenmap menu under console for
|
||||
.Xr vt 4 .
|
||||
.It Cm vt_ttys
|
||||
Shortcut to the Ttys menu under console for
|
||||
.Xr vt 4 .
|
||||
.It Cm timezone
|
||||
Set the regional timezone of the local machine.
|
||||
.It Cm ttys
|
||||
|
||||
Reference in New Issue
Block a user