From 60cb34d0b05167a0be5b11d728c37bcf2a2ced56 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sat, 21 Jun 2008 07:57:34 +0000 Subject: [PATCH] Update Question 11.12: - Update default virtual terminal count from 4 to 8 - Add non-breakable spaces for better rendering - Add — - Mark up kill(1) with Reviewed by: trhodes, danger Approved by: gabor --- en_US.ISO8859-1/books/faq/book.sgml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 36714c391d..f5be9ac889 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -6853,17 +6853,12 @@ EndSection To enable more of them, edit /etc/ttys (see &man.ttys.5;) - and add entries for ttyv4 + and add entries for ttyv8 to ttyvc after the comment on Virtual terminals: - # Edit the existing entry for ttyv3 in /etc/ttys and change + # Edit the existing entry for ttyv8 in /etc/ttys and change # "off" to "on". -ttyv3 "/usr/libexec/getty Pc" cons25 on secure -ttyv4 "/usr/libexec/getty Pc" cons25 on secure -ttyv5 "/usr/libexec/getty Pc" cons25 on secure -ttyv6 "/usr/libexec/getty Pc" cons25 on secure -ttyv7 "/usr/libexec/getty Pc" cons25 on secure ttyv8 "/usr/libexec/getty Pc" cons25 on secure ttyv9 "/usr/libexec/getty Pc" cons25 on secure ttyva "/usr/libexec/getty Pc" cons25 on secure @@ -6871,7 +6866,7 @@ ttyvb "/usr/libexec/getty Pc" cons25 on secure Use as many or as few as you want. The more virtual terminals you have, the more resources that are used; this - can be important if you have 8MB RAM or less. You may also + can be important if you have 8 MB RAM or less. You may also want to change the secure to insecure. @@ -6880,7 +6875,7 @@ ttyvb "/usr/libexec/getty Pc" cons25 on secure must leave at least one virtual terminal unused (or turned off) for it to use. That is to say that if you want to have a login prompt pop up for all - twelve of your Alt-function keys, you are out of luck - you + twelve of your Alt-function keys, you are out of luck — you can only do this for eleven of them if you also want to run an X server on the same machine. @@ -6914,8 +6909,8 @@ ttyvb "/usr/libexec/getty Pc" cons25 off secure It is imperative that you completely shut down X Window if it is running, before running this command. If you do not, - your system will probably appear to hang/lock up after - executing the kill command. + your system will probably appear to hang or lock up after + executing the kill command.