]> git.hungrycats.org Git - linux/commitdiff
[PATCH] vt_ioctl() comment fix
authorAndrew Morton <akpm@osdl.org>
Sat, 29 May 2004 03:59:28 +0000 (20:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 29 May 2004 03:59:28 +0000 (20:59 -0700)
From: <Andries.Brouwer@cwi.nl>

The "Probably init should be changed" happened almost ten years ago.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/vt_ioctl.c

index 0685fe7be2d1a63541ba970e51d76979180b35dc..d4bd37982cd6c51c5cf4219d626d378436675796 100644 (file)
@@ -643,10 +643,7 @@ int vt_ioctl(struct tty_struct *tty, struct file * file,
         * generated by pressing an appropriate key combination.
         * Thus, one can have a daemon that e.g. spawns a new console
         * upon a keypress and then changes to it.
-        * Probably init should be changed to do this (and have a
-        * field ks (`keyboard signal') in inittab describing the
-        * desired action), so that the number of background daemons
-        * does not increase.
+        * See also the kbrequest field of inittab(5).
         */
        case KDSIGACCEPT:
        {