git: 1bdf189b9048 - stable/13 - vt.4: align tables + 80 character line limit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Nov 2024 03:55:42 UTC
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=1bdf189b9048173e1bbb648a12e9e1159ceebaee commit 1bdf189b9048173e1bbb648a12e9e1159ceebaee Author: Alexander Ziaee <concussious@runbox.com> AuthorDate: 2024-11-04 04:48:20 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-11-07 03:55:22 +0000 vt.4: align tables + 80 character line limit Reviewed by: emaste MFC after: 3 days Pull request: https://github.com/freebsd/freebsd-src/pull/1514 (cherry picked from commit 4026b17bac6b343acc8d3163282749384eb35e26) (cherry picked from commit c374566c3ffbbc8070c256a46111f23d499ada56) --- share/man/man4/vt.4 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4 index 3a8c64746882..420f416c727a 100644 --- a/share/man/man4/vt.4 +++ b/share/man/man4/vt.4 @@ -300,7 +300,7 @@ or changed at runtime with Enable the terminal bell. .El .Sh FILES -.Bl -tag -width /usr/share/vt/keymaps/* -compact +.Bl -tag -width "/usr/share/vt/keymaps/*.kbd" -compact .It Pa /dev/console .It Pa /dev/consolectl .It Pa /dev/ttyv* @@ -313,13 +313,12 @@ console fonts keyboard layouts .El .Sh DEVCTL MESSAGES -.Bl -column "System" "Subsystem" "1234567" -compact +.Bl -column "System" "Subsystem" "Type" "Description" .Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description" .It Li VT Ta BELL Ta RING Ta Notification that the console bell has rung. .El -.Pp -.Bl -column "Variable" "Meaning" -compact +.Bl -column "duration_ms" "Meaning" .Sy "Variable" Ta Sy "Meaning" .It Li duration_ms Ta Length of time the bell was requested to ring in milliseconds. .It Li enabled Ta true or false indicating whether or not the bell was administratively enabled when rung. @@ -346,7 +345,8 @@ To set a 1024x768 mode on all output connectors, put the following line in .Pp .Dl kern.vt.fb.default_mode="1024x768" .Pp -To set a 800x600 only on a laptop builtin screen, use the following line instead: +To set a 800x600 only on a laptop builtin screen, +use the following line instead: .Pp .Dl kern.vt.fb.modes.LVDS-1="800x600" .Pp