Console is utf-8 by default

The console is now by default in UTF-8 mode. Fix the documentation on
the default value, so that we can explain behaviour that otherwise
causes bug-reports like this:

http://bugzilla.kernel.org/show_bug.cgi?id=9319

Also add the needed "vt." prefix, so that the boot-time config options
to switch back to the legacy 8-bit mode is actually documented
correctly.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Samuel Thibault and committed by Linus Torvalds ecb77fa9 61441ed4

+7 -6
+7 -6
Documentation/kernel-parameters.txt
··· 527 527 Format: <area>[,<node>] 528 528 See also Documentation/networking/decnet.txt. 529 529 530 - default_blu= [VT] 530 + vt.default_blu= [VT] 531 531 Format: <blue0>,<blue1>,<blue2>,...,<blue15> 532 532 Change the default blue palette of the console. 533 533 This is a 16-member array composed of values 534 534 ranging from 0-255. 535 535 536 - default_grn= [VT] 536 + vt.default_grn= [VT] 537 537 Format: <green0>,<green1>,<green2>,...,<green15> 538 538 Change the default green palette of the console. 539 539 This is a 16-member array composed of values 540 540 ranging from 0-255. 541 541 542 - default_red= [VT] 542 + vt.default_red= [VT] 543 543 Format: <red0>,<red1>,<red2>,...,<red15> 544 544 Change the default red palette of the console. 545 545 This is a 16-member array composed of values 546 546 ranging from 0-255. 547 547 548 - default_utf8= [VT] 548 + vt.default_utf8= 549 + [VT] 549 550 Format=<0|1> 550 551 Set system-wide default UTF-8 mode for all tty's. 551 - Default is 0 and by setting to 1, it enables UTF-8 552 - mode for all newly opened or allocated terminals. 552 + Default is 1, i.e. UTF-8 mode is enabled for all 553 + newly opened terminals. 553 554 554 555 dhash_entries= [KNL] 555 556 Set number of hash buckets for dentry cache.