summaryrefslogtreecommitdiff
path: root/faq/old_faq.txt
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-03-22 01:55:31 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-03-22 01:55:31 +0100
commitbe46e04c376a8b495a954105c26098387f95c0b2 (patch)
treec94eb10cd3932ad0beeb54f176444af8475e0fa0 /faq/old_faq.txt
parente82850ab28a8f5c0ab90597116f95ae8b3928628 (diff)
Update FAQ
Diffstat (limited to 'faq/old_faq.txt')
-rw-r--r--faq/old_faq.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/faq/old_faq.txt b/faq/old_faq.txt
index e370277e..7946062e 100644
--- a/faq/old_faq.txt
+++ b/faq/old_faq.txt
@@ -219,9 +219,9 @@ prompt.
?? How do I enable color on the console?
{NHW} If you are using the GNU Mach microkernel, you can set your
-terminal to `mach-color'. For instance:
+terminal to `mach-gnu-color'. For instance:
- # export TERM=mach-color
+ # export TERM=mach-gnu-color
?? How can I enable virtual consoles?
@@ -238,15 +238,15 @@ then hitting C-A-<backspace> will exit it.
?? What is the status of X?
{MB} It works! The packages are available at any Debian ftp mirror.
-XFree86 4.0.2 is available, as are some of the v3 servers. Instructions
+Xorg is available, as are some of the v3 servers. Instructions
on how to use the packages are in the mailing list archive (link follow
later).
?? What are these strange pids `0`, `2', `3', `4`, and `5`?
-{MB,ST} Zero is the `proc` processus server (and thus does not really have a pid
-:) ) Two is the kernel, three is the root filesystem server, four is the `exec`
-server (which handles starting programs), five is the `auth` server (which
+{MB,ST} Zero is the kernel, one is the root filesystem server, two is the
+`exec` server (which handles starting programs), three is the init process, four
+is the `proc` processus server, five is the `auth` server (which
handles user authentication).
?? Why does `ps aux' give me strange output?