summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Hurd/HurdConsole.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Hurd/HurdConsole.mdwn b/Hurd/HurdConsole.mdwn
index 7a1bdd67..ecf5e65d 100644
--- a/Hurd/HurdConsole.mdwn
+++ b/Hurd/HurdConsole.mdwn
@@ -1,8 +1,8 @@
-The below is a reworked version of Marcus Brinkmanns' [letter to the debian-hurd list](http://lists.debian.org/debian-hurd/2002/debian-hurd-200209/msg00054.html). It describes how to setup the new console server for the Hurd. I am testing this right now, so this document is a work in progress.
+The below is a reworked version of Marcus Brinkmann's [letter to the debian-hurd list](http://lists.debian.org/debian-hurd/2002/debian-hurd-200209/msg00054.html). It describes how to setup the new console server for the Hurd. I am testing this right now, so this document is a work in progress.
-- [[Main/JoachimNilsson]] - 21 Jan 2003
-Many of the shortcommings of the console are not true anymore. I've updated the page to match the state as it is in CVS.
+Many of the shortcomings of the console are not true anymore. I've updated the page to match the state as it is in CVS.
-- [[Main/MarcoGerards]] - 28 May 2004
@@ -217,7 +217,7 @@ Squeezed at the end so nobody sees it ;)
**console server:** Is probably too lax in permission checking. Does not implement settable tab stops. Does not allow to change encoding at run time. Does not allow any other screen size but 80x25.
-Combining characters are not supported.
+Combining characters is not supported.
**libcons/console-client:** If you have one virtual console active, and another one receives a bell character, you don't hear the bell. This is because only the active virtual console is watched for anything interesting to happen. I think that is ok, but you might be surprised if you are used to how it works on GNU/Linux.