1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285
|
From: Michael Schutte <michi@debian.org>
Date: Thu, 10 Dec 2015 20:31:03 +0100
Subject: Miscellaneous manpage corrections and additions
Forwarded: no
* Remove .IX lines.
* Fix a groff syntax error in splitfont.1.
* Correct a typo in mk_modmap.8, kindly pointed out by lintian.
* Document that "openvt -e" has to be a session leader, closes:
#610373.
---
docs/man/man1/dumpkeys.1.in | 1 -
docs/man/man1/kbd_mode.1 | 1 -
docs/man/man1/loadkeys.1.in | 1 -
docs/man/man1/openvt.1 | 7 +++++++
docs/man/man1/psfaddtable.1 | 1 -
docs/man/man1/psfgettable.1 | 1 -
docs/man/man1/psfstriptable.1 | 1 -
docs/man/man1/psfxtable.1 | 1 -
docs/man/man1/setleds.1 | 7 +++----
docs/man/man1/setmetamode.1 | 1 -
docs/man/man1/showkey.1 | 1 -
docs/man/man1/unicode_start.1 | 1 -
docs/man/man1/unicode_stop.1 | 1 -
docs/man/man5/keymaps.5 | 5 -----
docs/man/man8/resizecons.8 | 9 +++++++--
docs/man/man8/setfont.8.in | 1 -
docs/man/man8misc/setvesablank.8 | 1 -
17 files changed, 17 insertions(+), 24 deletions(-)
Index: kbd/docs/man/man1/dumpkeys.1.gen
===================================================================
--- kbd.orig/docs/man/man1/dumpkeys.1.gen
+++ kbd/docs/man/man1/dumpkeys.1.gen
@@ -6,7 +6,6 @@ dumpkeys \- dump keyboard translation ta
.B dumpkeys
[OPTIONS]
.SH DESCRIPTION
-.IX "dumpkeys command" "" "\fLdumpkeys\fR command"
.LP
.B dumpkeys
writes, to the standard output, the current contents of the keyboard
Index: kbd/docs/man/man1/kbd_mode.1
===================================================================
--- kbd.orig/docs/man/man1/kbd_mode.1
+++ kbd/docs/man/man1/kbd_mode.1
@@ -12,7 +12,6 @@ kbd_mode \- report or set the keyboard m
.I -C CONSOLE
]
.SH DESCRIPTION
-.IX "kbd_mode command" "" "\fLkbd_mode\fR command"
.LP
Without argument,
.B kbd_mode
Index: kbd/docs/man/man1/loadkeys.1.gen
===================================================================
--- kbd.orig/docs/man/man1/loadkeys.1.gen
+++ kbd/docs/man/man1/loadkeys.1.gen
@@ -19,7 +19,6 @@ loadkeys \- load keyboard translation ta
.I --parse
.LP
.SH DESCRIPTION
-.IX "loadkeys command" "" "\fLloadkeys\fR command"
.LP
The program
.B loadkeys
Index: kbd/docs/man/man1/openvt.1
===================================================================
--- kbd.orig/docs/man/man1/openvt.1
+++ kbd/docs/man/man1/openvt.1
@@ -28,6 +28,13 @@ Force opening a VT without checking whet
Directly execute the given command, without forking.
This option is meant for use in
.IR /etc/inittab .
+If you want to use this feature in another context, be aware that
+.B openvt
+has to be a session leader in order for \-e to work. See
+.BR setsid (2)
+or
+.BR setsid (1)
+on how to achieve this.
.TP
\fB\-s\fR, \fB\-\-switch\fR
Switch to the new VT when starting the command. The VT of the new command
Index: kbd/docs/man/man1/psfaddtable.1
===================================================================
--- kbd.orig/docs/man/man1/psfaddtable.1
+++ kbd/docs/man/man1/psfaddtable.1
@@ -6,7 +6,6 @@ psfaddtable \- add a Unicode character t
.B psfaddtable
.I fontfile tablefile outfile
.SH DESCRIPTION
-.IX "psfaddtable command" "" "\fLpsfaddtable\fR command"
.LP
.B psfaddtable
takes a console font in .psf format given by
Index: kbd/docs/man/man1/psfgettable.1
===================================================================
--- kbd.orig/docs/man/man1/psfgettable.1
+++ kbd/docs/man/man1/psfgettable.1
@@ -7,7 +7,6 @@ psfgettable \- extract the embedded Unic
.I fontfile
.RI [ outfile ]
.SH DESCRIPTION
-.IX "psfgettable command" "" "\fLpsfgettable\fR command"
.LP
.B psfgettable
extracts the embedded Unicode character table from a .psf format
Index: kbd/docs/man/man1/psfstriptable.1
===================================================================
--- kbd.orig/docs/man/man1/psfstriptable.1
+++ kbd/docs/man/man1/psfstriptable.1
@@ -6,7 +6,6 @@ psfstriptable \- remove the embedded Uni
.B psfstriptable
.I fontfile outfile
.SH DESCRIPTION
-.IX "psfstriptable command" "" "\fLpsfstriptable\fR command"
.LP
.B psfstriptable
reads a .psf format console font from
Index: kbd/docs/man/man1/psfxtable.1
===================================================================
--- kbd.orig/docs/man/man1/psfxtable.1
+++ kbd/docs/man/man1/psfxtable.1
@@ -14,7 +14,6 @@ psfxtable \- handle Unicode character ta
.IR outtable ]
.RB [ \-nt ]
.SH DESCRIPTION
-.IX "psfxtable command" "" "\fLpsfxtable\fR command"
.LP
.B psfxtable
handles the embedded Unicode character table for .psf format
Index: kbd/docs/man/man1/setleds.1
===================================================================
--- kbd.orig/docs/man/man1/setleds.1
+++ kbd/docs/man/man1/setleds.1
@@ -7,7 +7,6 @@ setleds \- set the keyboard leds
.RI [ "-v" "] [" "-L" "] [" "-D" "] [" "-F" ]
.RI [ {+|-}num "] [" {+|-}caps "] [" {+|-}scroll ]
.SH DESCRIPTION
-.IX "setleds command" "" "\fLsetleds\fR command"
.LP
.B Setleds
reports and changes the led flag settings of a VT
@@ -16,7 +15,7 @@ Without arguments,
.B setleds
prints the current settings.
With arguments, it sets or clears the indicated flags
-(and leaves the others unchanged). The settings before
+(and leaves the others unchanged). The settings before
and after the change are reported if the \-v flag is given.
.LP
The led flag settings are specific for each VT (and the VT
@@ -37,7 +36,7 @@ With option \-L,
.B setleds
will not touch the VT flags, but only change the leds.
From this moment on, the leds will no longer reflect the VT flags
-(but display whatever is put into them). The command
+(but display whatever is put into them). The command
.B "setleds -L"
(without further arguments) will restore the situation in which
the leds reflect the VT flags.
@@ -45,7 +44,7 @@ the leds reflect the VT flags.
One might use
.B setleds
in /etc/rc to define the initial and default state of NumLock,
-e.g. by
+e.g.\& by
.br
.in +5m
INITTY=/dev/tty[1-8]
Index: kbd/docs/man/man1/setmetamode.1
===================================================================
--- kbd.orig/docs/man/man1/setmetamode.1
+++ kbd/docs/man/man1/setmetamode.1
@@ -11,7 +11,6 @@ setmetamode \- define the keyboard meta
.I argument
]
.SH DESCRIPTION
-.IX "setmetamode command" "" "\fLsetmetamode\fR command"
.LP
Without argument,
.B setmetamode
Index: kbd/docs/man/man1/showkey.1
===================================================================
--- kbd.orig/docs/man/man1/showkey.1
+++ kbd/docs/man/man1/showkey.1
@@ -5,7 +5,6 @@ showkey \- examine the codes sent by the
.SH SYNOPSIS
showkey [\-h|\-\-help] [\-a|\-\-ascii] [\-s|\-\-scancodes] [\-k|\-\-keycodes] [\-V|\-\-version]
.SH DESCRIPTION
-.IX "showkey command" "" "\fLshowkey\fR command"
.LP
.B showkey
prints to standard output either the scan codes or the keycode
Index: kbd/docs/man/man1/unicode_start.1
===================================================================
--- kbd.orig/docs/man/man1/unicode_start.1
+++ kbd/docs/man/man1/unicode_start.1
@@ -6,7 +6,6 @@ unicode_start \- put keyboard and consol
.B unicode_start
.RI [ font " [" umap ]]
.SH DESCRIPTION
-.IX "unicode_start command" "" "\fLunicode_start\fR command"
.LP
The
.B unicode_start
Index: kbd/docs/man/man1/unicode_stop.1
===================================================================
--- kbd.orig/docs/man/man1/unicode_stop.1
+++ kbd/docs/man/man1/unicode_stop.1
@@ -5,7 +5,6 @@ unicode_stop \- revert keyboard and cons
.SH SYNOPSIS
.B unicode_stop
.SH DESCRIPTION
-.IX "unicode_stop command" "" "\fLunicode_stop\fR command"
.LP
The
.B unicode_stop
Index: kbd/docs/man/man5/keymaps.5
===================================================================
--- kbd.orig/docs/man/man5/keymaps.5
+++ kbd/docs/man/man5/keymaps.5
@@ -5,11 +5,6 @@
.SH NAME
keymaps \- keyboard table descriptions for loadkeys and dumpkeys
.SH DESCRIPTION
-.IX "keymaps" "" "\fLkeymaps\fR \(em keyboard table descriptions for loadkeys and dumpkeys" ""
-.IX "loadkeys" "keyboard table descriptions" "\fLloadkeys\fR" "keyboard table descriptions"
-.IX "dumpkeys" "keyboard table descriptions" "\fLdumpkeys\fR" "keyboard table descriptions"
-.IX keyboard "table descriptions for loadkeys and dumpkeys" keyboard "table descriptions for \fLloadkeys\fR and \fLdumpkeys\fR"
-.IX "translation tables"
.LP
These files are used by
.BR loadkeys (1)
Index: kbd/docs/man/man8/resizecons.8
===================================================================
--- kbd.orig/docs/man/man8/resizecons.8
+++ kbd/docs/man/man8/resizecons.8
@@ -56,7 +56,11 @@ yourself afterwards.
.SH BUGS
.I resizecons
-does not work on all hardware.
+does not work on all hardware. For example, it cannot be used on
+platforms other than x86 and x86_64. See the
+.BR fbset (1)
+program if you are looking for an alternative.
+
This command used to be called
.I resize,
but was renamed to avoid conflict with another command with the same name.
@@ -66,5 +70,6 @@ but was renamed to avoid conflict with a
.BR stty (1),
.BR selection (1),
.BR restoretextmode (8),
-.BR disalloc (8)
+.BR deallocvt (8),
+.BR fbset (1)
Index: kbd/docs/man/man8/setfont.8.gen
===================================================================
--- kbd.orig/docs/man/man8/setfont.8.gen
+++ kbd/docs/man/man8/setfont.8.gen
@@ -25,7 +25,6 @@ setfont \- load EGA/VGA console screen f
.RB [ -f ]
.RB [ -v ]
.RB [ -V ]
-.IX "setfont command" "" "\fLsetfont\fR command"
.SH DESCRIPTION
The
.B setfont
Index: kbd/docs/man/man8misc/setvesablank.8
===================================================================
--- kbd.orig/docs/man/man8misc/setvesablank.8
+++ kbd/docs/man/man8misc/setvesablank.8
@@ -16,7 +16,6 @@ setvesablank \- Turn VESA screen blankin
]
.LP
.SH DESCRIPTION
-.IX "setvesablank command" "" "\fLsetvesablank\fR command"
.LP
The program
.B setvesablank
|